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.
Remember: this instance was only started June 1st so a lot of troubleshooting and tweaking to be done.
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
Other issues
- Federation not always working; Apparently not everything gets synced all the time. This needs troubleshooting.
- “404: FetchError: invalid json response body at http://lemmy:8536/api/v3/site” This sometimes happens when the Lemmy app container is very busy. Needs troubleshooting
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.
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
(I’m going to put one feature/issue in each comment to make it easier to discuss each topic individually, hope that’s ok)
Known Issue: Probably a lemmy-wide issue. When new users sign up, there’s no error message for “username has been taken”, “username too short/long” or any other exception. You have to do trial-and-error to figure out how to get past the sign-in screen. Some sort of exception handling and user message would help greatly.
Immediate workaround would be to put something on the signup page to explain this (“username has to be between X to Y characters; if you see a spinning icon forever, chances are the username was taken already”)
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.
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.
You’re welcome
hear hear
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 :)
Yep, also an issue here (Firefox ftw!)
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
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.
Seconded.
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)
This seems like a really big problem to me. I tried searching lemmy for it, but have not found anything conclusive.
I found a post or two claiming that the issue is that the API is implemented using websockets only, so it’s not as simple as just turning it off. I really hope that is not the case, since I currently can’t read anything on the frontpage that takes more than a few seconds!
See this: https://github.com/LemmyNet/lemmy/issues/3008
It will be fixed in the next release of lemmy, 0.18.
do you know when the next release is? the feed shifting around is getting annoying on desktop.
No idea, sorry.
I have the same issue. Makes the front page unusable with the flood of posts pushing everything down. Firefox / Win 11
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.
massively increase according to the lemmy devs: https://lemmy.ml/post/1216911
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 ?
Yeah I’m having lots of issues upvoting as well, I seem to be able to comment and post fine if I just wait a minute or so but upvoting doesn’t seem to work
Me too, it happened to me a few times already. Also, sometimes it changes the whole post I’m looking at entirely but comments stay the same, wild. (This happens while looking at a post that I’ve clicked on.)
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.
Good idea. Suggestions can be submitted in their Github https://github.com/LemmyNet
(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.
This would be useful indeed. Check the Lemmy GitHub if it isn’t already requested, else you can.
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.
Oh that’s a good tip…
Would it be possible to implement Settings -> Show Read as an option in your actual feed next to subscribed/local/all and sort type dropdown for easier access? Basically making the Settings option the default but quickly changeable when browsing.
Personally I think when clicking ‘Post’ it takes too long for it to be posted. I will see what I can do about this.
Also, there’s no local saving of the data in the post submition, so if there’s a server or connection error, you lose whatever you typed.
That’s something for the devs, maybe raise that at https://github.com/LemmyNet