this post was submitted on 07 Jun 2023
52 points (96.4% liked)

Lemmy.World Announcements

29079 readers
169 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

Follow us for server news 🐘

Outages πŸ”₯

https://status.lemmy.world

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to info@lemmy.world e-mail.

Report contact

Donations πŸ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

Join the team

founded 2 years ago
MODERATORS
 

In this post I will list the known issues or possible improvements for Lemmy.world.

Please comment with any issue or area for improvement you see and I will add it here.

Issues can be:

  • Local (lemmy.world) (also performance issues)
  • Lemmy software issues
  • Other software related (apps/Fediverse platforms etc)
  • Remote server related
  • (User error? ...)

Known issues

Websockets issues

There are some issues with the Websockets implementation used in Lemmy, which handles the streaming. Websockets will be removed in version 0.18 so let's hope these issues will be all gone then!

  • Top posts page gets a stream of new posts ? Websockets issue
  • You're suddenly in another post than you were before > Websockets issue
  • Your profile will briefly display another name/avatar in the top right corner

Spinning wheel issues

Error handling is not one of Lemmy's strongpoints. Sometimes something goes wrong, but instead of getting an error, the button will have a 'spinning wheel' that lasts until eternity. These are some of the known cases:

  • You want to create an account but the username is already taken
  • You want to create an account but the username is too long (>20 characters)
  • You want to create an account but the password is too long
  • You want to create a community but the name is already taken
  • You want to create a community but the name is not in all lowercase letters
  • You want to create a post over 2000 characters
  • You want to post something in a language that isn't allowed in the community

Enhancement requests

  • Can themes be added? > To be checked if this can be done without changing code.

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

top 50 comments
sorted by: hot top controversial new old
[–] functor@lemmy.world 10 points 1 year ago* (last edited 1 year ago) (2 children)

New posts appear "live" at the top of the frontpage regardless of what sorting method is chosen. This disrupts the reading process and minimizes any expanded image view. Is there any way to disable this "live feed" behavior?

Also, the "sorting help" button points to a dead link.

load more comments (2 replies)
[–] Nerdlinger@lemmy.world 8 points 1 year ago* (last edited 1 year ago) (1 children)

I scanned through the comments here and I don’t think it’s been mentioned yet, but I would love, love, love to have an option added to settings to open links in a new tab (or possibly windows if some people would prefer that). The current behavior is to open in the current tab, which I am so unaccustomed to I keep closing the tab when I’m done with it rather than hitting the back arrow.

It’s quite jarring to not open in a new tab these days, especially for external links.

[–] ruud@lemmy.world 5 points 1 year ago

Good idea. Suggestions can be submitted in their Github https://github.com/LemmyNet

[–] Richie@lemmy.world 7 points 1 year ago (1 children)

A big issue that I'm constantly having is that, I fully open a post and read it, and then all of a sudden the post has switched to an entirely new one. It has happened a few times now during my time typing this comment. Here's a screenshot of it.

[–] ruud@lemmy.world 4 points 1 year ago (1 children)

That's a websockets issue. Hopefully will be fixed in 0.18 (they'll remove websockets)

load more comments (1 replies)
[–] PlutoniumAcid@lemmy.world 7 points 1 year ago* (last edited 1 year ago) (1 children)

In the comment listing, each comment first has an avatar, then the username, then the [β€”] button to collapse the comment thread. Observation: Because username length varies from comment to comment, the [β€”] button is in a different horizontal position. Consequence: As a user, it is tedious to collapse several comment threads because I have to search for that [β€”] button.

Request: put the [β€”] button as first item, to the left of the avatar and username.

[–] andobando@lemmy.world 6 points 1 year ago (1 children)

I like this about the reddit UI where you can click anywhere on the vertical bar to collapse them. Collapse should be easier than the tiny button imo

load more comments (1 replies)
[–] sorenant@lemmy.world 6 points 1 year ago* (last edited 1 year ago) (2 children)

I have my viewing type set to "All" on my settings but when I go to the index page (lemmy.world), it's set to Local.

Not sure if it's an issue or just a symptom of lack of large communities yet but I also tend to see the same posts on the top every time ("If we want this to work out make content do not just lurk", "All the sad" and "important rulepost").

Edit: Also there's an issue when posting. I click "Post" and it gets stuck in the spinning icon despite my profile indicating my comment has been posted successfully.

load more comments (2 replies)
[–] althea_vestrid@lemmy.world 6 points 1 year ago (1 children)
[–] notabotactually@lemmy.world 5 points 1 year ago* (last edited 1 year ago) (1 children)

The hot sort appears to be frozen for the last 24 hrs. The top posts on all or local haven't changed in nearly a day. There appears to be a bug causing a deadlock in the database (see issue 3076 for more info). The only solution seems to be to restart the instance when that thread crashes.

[–] ruud@lemmy.world 4 points 1 year ago (1 children)

Yes as a workaround I restart the lemmy container every hour.

load more comments (1 replies)
[–] Spyd3r@lemmy.world 5 points 1 year ago

When browsing in a fullscreen window the available themes only use about 25% of the horizontal screen space for content, and each post uses up a large amount of vertical space, with most of it being wasted space. Something more compact like old.reddit would be nice.

[–] DRx@lemmy.world 5 points 1 year ago

An Improvement I would like to see:

When scrolling my front page, I would like to be able to click the thread picture to a) see the 'body of the post' prior to entering the thread and b) if it is a picture be able to 'drag to resize' prior to entering the thread... I know these would all take a while to do, but it would be what I would like most.

[–] cameron_@lemmy.world 5 points 1 year ago (3 children)

On the homepage lemmy.world, new posts keep appearing at the top even when not sorting by new. This causes annoying layout shift, especially when browsing all communities, not just local ones. (I use Firefox / Win 10)

[–] wit@lemmy.world 3 points 1 year ago* (last edited 1 year ago) (2 children)

See this: https://github.com/LemmyNet/lemmy/issues/3008

It will be fixed in the next release of lemmy, 0.18.

load more comments (2 replies)
load more comments (2 replies)
[–] DudePluto@lemmy.world 5 points 1 year ago

Some communities aren't updating on lemmy.world

Specifically, I moderate /c/worldbuilding@lemmy.ml and I noticed that lemmy.world's side is not updating. No new posts from lemmy.ml's side, and their side shows 300+ subscribers while mine shows ~80

[–] Ryumast3r@lemmy.world 4 points 1 year ago (2 children)

Might be more of a question than a "known issue" or "request" but, do you want individual users to be able to see the modlog for the entire Lemmy.world instance? For instance I can see not only who has been added/removed as a moderator, but what posts/comments have been removed/restored.

But also, thank you for running this, and also for having posts like this up which greatly help people like me know you're working on stuff.

[–] ruud@lemmy.world 5 points 1 year ago

That's a choice the devs made, they want to be open about the moderation so it's visible to all.

[–] wit@lemmy.world 3 points 1 year ago

This is also a feature. Transparency is important!

[–] Audalin@lemmy.world 4 points 1 year ago (1 children)

Rarely the web version is laggy and things I'm not intending to click are clicked. Just now, a "Report Created" notification appeared after posting a comment - I'm sorry if something was actually reported, and I have no idea what that even was.

load more comments (1 replies)
[–] Interesting_Test_814@lemmy.world 4 points 1 year ago (2 children)

I noticed upvotes are behaving weirdly sometimes, like the upvote count of a post will shuffle between random numbers like 55 then 735 then 345 then 56 then 902 then 736 then 4 then 57 then 346 then 251 then 58. (Yeah, I noticed some of these are counsecutive which makes me think we're somehow upvoting on different counts and it shows the most recently upvoted.) Also sometimes when I upvote a comment my upvote disappears and sometimes it reappears later... why ?

load more comments (2 replies)
[–] git@lemmy.world 4 points 1 year ago* (last edited 1 year ago)

It would be very nice if communities could set a default post language that user can override. Most communitieswould want their post in the same language anyway and scrolling trough the list to select a post language every time is pretty annoying especially on mobile

Also my verification email went to spam/junk would be nice to have a disclaimer about that if it isn't possible to fix atm

[–] TragicNotCute@lemmy.world 4 points 1 year ago (3 children)

The rapid scrolling when viewing new or hot makes the site almost unusable. The issue for this is closed and the author says it has landed in main and will be available in 0.18. Do we have plans to upgrade? RC1 was released today. Thanks!

load more comments (3 replies)
[–] fubo@lemmy.world 4 points 1 year ago

It surprised me that the communities list can't be sorted by clicking on column headers; especially because the mouse cursor becomes a pointing-finger when hovering over them.

[–] onigiri@lemmy.world 3 points 1 year ago (1 children)

A couple times I’ve clicked a post and a completely different post opened. The latest one was a cat pic I was going to show my daughter and porn opened instead. I’m not subscribed to any porn communities and there weren’t any porn posts in the list on my homepage. This is a real problem. I went back and clicked the link and it worked as expected.

Also, as I was typing this comment, the main post I was replying to changed, but the comments stayed the same. Weird.

load more comments (1 replies)
[–] 0235@lemmy.world 3 points 1 year ago* (last edited 1 year ago) (1 children)

I am very new to Lemmy.world. I have noticed though there is no icon displayed on firefox for the bookmark (but there is for Chrome / DuckDuckGo browser).

Edit 2023-07-02 - For me this appears to have been fixed :)

load more comments (1 replies)
[–] phil299@lemmy.world 3 points 1 year ago (2 children)

Can I just quickly mention that I for one really appreciate the work done by @ruul to keep this instance working as well as it does , thank you.

load more comments (2 replies)
[–] Magiwarriorx@lemmy.world 3 points 1 year ago (1 children)

Federation not always working; Apparently not everything gets synced all the time. This needs troubleshooting.

I thought I was suffering from this, but then I added English to my profile languages, and suddenly many posts on other instances that I could not see before were now visible.

load more comments (1 replies)
[–] luds@lemmy.world 3 points 1 year ago

If I do Posts -> All -> Top Week (or any other Top) it will show the top posts at first, but after waiting a minute or so the page will update with new posts at the top. This is usually how I browse and it makes it unusable.

Another thing is when I tried to login after signing up, the loading wheel just spun forever without any error messages. Turns out I needed to verify my email.

[–] dystop@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

(I'm going to put one feature/issue in each comment to make it easier to discuss each topic individually, hope that's ok)

Enhancement requests: Again, might be better addressed lemmy-wide, but as a mod, I think there is no way to "sticky" or "pin" a reply to an existing thread, so that it stays at the top. This would be useful for "official" replies in the voice of a moderator, and I imagine it will be useful in future if mods ever need to lock posts and have to explain why.

[–] SgtAStrawberry@lemmy.world 3 points 1 year ago

Issue: Sometimes, when scrolling or reading, the screen jumps up. Making it very difficult to read comments.

Improvement: Open post by clicking on the text, not just title and comment button, makes it easier on phones.

And collapseing comment chains, which makes it easier to scroll and read posts with a lot of comments, especially if some comment chains are not relevant to you.

[–] atp2112@lemmy.world 3 points 1 year ago* (last edited 1 year ago) (4 children)

Issue:

Is it just me, or has "Hot" not refreshed with any new posts in over a day? I know there are posts coming in, but my Subscribed, Local, and All feeds have been static when sorting by "Hot".

edit: I think it's fixed on my end. I'm finally seeing newer stuff when sorting by Hot

load more comments (4 replies)
[–] BrownTown@lemmy.world 3 points 1 year ago (2 children)

Lemmy is an interesting alternative to Reddit. I like the fact that it uses instances, which means that communities can in theory exist without getting nuked.

I haven't been here too long, but here are some things I would like to see:

  1. When sorting posts by categories (especially by new), add the ability to pause real time updates.
  2. In the profile section, add a checkbox to unblur NSFW content permanently.
load more comments (2 replies)
[–] meldrik@lemmy.wtf 3 points 1 year ago (2 children)

I think lemmy.world need to up the "Federation worker count" under the server settings. The more data that needs to be federated, the higher this number should be.

load more comments (2 replies)
[–] vomaufgang@lemmy.world 3 points 1 year ago (1 children)

Up- and downvoting appears to be borked on this instance specifically. If I hit the buttons, they light up, my upvote is counted - and a split second later it disappears and the button greys out again.

If I reload the page sometimes the vote got counted in the background, sometimes it didn't.

This appears to affect other parts of the UI as well. Most of the time I expand an image, it expands for a split second, then the UI resets and the image is small again.

[–] ruud@lemmy.world 3 points 1 year ago

Hmm, there are a lot of issues with Websockets, which Lemmy uses. I'm waiting for 0.18 to come out which replaces Websockets, so a lot of these issues should be gone...

[–] mykl@lemmy.world 2 points 1 year ago (1 children)

Could you provide a default icon that gets used for any communities that haven't selected one?

This page in particular would benefit from it as it currently looks like a very confusing categorised list.

Same for users too I guess. My avi might be a good choice :-)

[–] ruud@lemmy.world 3 points 1 year ago (1 children)

I don't think that's possible yet.

load more comments (1 replies)
load more comments
view more: next β€Ί