69
submitted 2 years ago* (last edited 2 years ago) by ruud@lemmy.world to c/lemmyworld@lemmy.world

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.

top 50 comments
sorted by: hot top controversial new old
[-] fubo@lemmy.world 20 points 2 years 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.

[-] cameron_@lemmy.world 11 points 2 years ago

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)

[-] nova@lemmy.world 6 points 2 years ago

I have the same issue. Makes the front page unusable with the flood of posts pushing everything down. Firefox / Win 11

[-] wit@lemmy.world 4 points 2 years ago* (last edited 2 years ago)

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 (1 replies)
[-] PlutoniumAcid@lemmy.world 10 points 2 years ago* (last edited 2 years ago)

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 8 points 2 years ago

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)
[-] functor@lemmy.world 9 points 2 years ago* (last edited 2 years ago)

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)
[-] pinapelz@lemmy.world 9 points 2 years ago

The upvote/downvote (or whatever you call it here) sometimes freaks out a bit.

[-] maj4short@lemmy.world 5 points 2 years ago

I'm trying to upvote this but it doesn't seem to stick...

load more comments (1 replies)
[-] Spyd3r@lemmy.world 7 points 2 years 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.

[-] Nerdlinger@lemmy.world 7 points 2 years ago* (last edited 2 years ago)

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 4 points 2 years ago

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

[-] Richie@lemmy.world 6 points 2 years ago* (last edited 2 years ago)

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 2 years ago

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

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

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.

Edit 2: Related to my second paragraph, I suggest changing the default sorting to Hot instead of Active. At least currently, Active keeps a handful of the same posts permanently on top, giving the impression of inactivity for newcomers used to Reddit. Hot will provide a more varied front page.

load more comments (2 replies)
[-] onigiri@lemmy.world 6 points 2 years ago

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.

[-] ruud@lemmy.world 5 points 2 years ago

I hope all the weirdness is over when they remove websockets and replace it with http. That will be in 0.18 I'm sorry for the unfortunate situation...

load more comments (1 replies)
load more comments (1 replies)
[-] phil299@lemmy.world 6 points 2 years ago

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.

[-] DRx@lemmy.world 6 points 2 years 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.

[-] notabotactually@lemmy.world 6 points 2 years ago* (last edited 2 years ago)

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.

load more comments (2 replies)
[-] DudePluto@lemmy.world 5 points 2 years 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

load more comments (1 replies)
[-] TragicNotCute@lemmy.world 5 points 2 years ago

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!

[-] jcb2016_@mastodon.social 4 points 2 years ago* (last edited 2 years ago)

@TragicNotCute @ruud Try the android app jeroba it should control the stream. I don't know what they have for iOS Hope they fix it soon

load more comments (2 replies)
[-] Catto@lemmy.world 4 points 2 years ago* (last edited 2 years ago)

Uploaded images autorotate, and I couldn't find how to manually rotate it prior to postinf. I'm using web/android if it matters

load more comments (1 replies)
[-] DigDoug@lemmy.world 4 points 2 years ago

Would it be possible to have replies in the notifications automatically be marked as "read" when I interact with them (by upvoting, for example)? Sure, clicking "mark all as read" is only one extra click, but it would make it just that little bit more seamless.

[-] wit@lemmy.world 3 points 2 years ago

You should open an issue in https://github.com/LemmyNet/lemmy/issues. This should be an user setting "Mark replies as read when upvoted" or something.

load more comments (1 replies)
[-] UWbadgers16@lemmy.world 4 points 2 years ago

My homepage keeps dynamically adding posts so when I scroll, it loses my place on the page. Is there a setting that I'm missing here?

[-] wit@lemmy.world 6 points 2 years ago* (last edited 2 years ago)

This is a known bug and has already been worked out, mostly, I think. It will be fixed in the next release of lemmy. Issue here: https://github.com/LemmyNet/lemmy/issues/3008

load more comments (1 replies)
[-] Limeey@lemmy.world 4 points 2 years ago* (last edited 2 years ago)

v18 released today, when can we expect the update to be rolled out here?

EDIT: Not a demand, just a genuine question, sorry if that came off abrasive

load more comments (6 replies)
[-] vomaufgang@lemmy.world 4 points 2 years ago

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 5 points 2 years 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...

[-] Audalin@lemmy.world 4 points 2 years ago

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 2 years ago

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)
[-] althea_vestrid@lemmy.world 3 points 2 years ago
load more comments (1 replies)
[-] AMillionMonkeys@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

Duh. I couldn't log in because I'd entered my password incorrectly.
It would be nice if Lemmy told me, though, rather than just showing me an infinite spinner.

~~I can't log in on Firefox Mac or Safari Mac, but I can log in with Firefox Windows and Jeroba Android. On Mac, when I hit the Login button it just spins. No cookies are being set, and as far as I can tell there's no network activity. My password is less than 32 characters, which I read somewhere can cause issues.

edit: I tried spoofing Windows and Linux User-Agents on the Mac, but it didn't work.
edit2: I can log in from Safari now. Seems to be a Firefox configuration error, but I don't know how to troubleshoot it.~~

load more comments (2 replies)
[-] BrownTown@lemmy.world 3 points 2 years ago

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.
[-] Limeey@lemmy.world 3 points 2 years ago

Couldn't a community get "nuked" if the instance manager decides to pull the plug? Seems even more fragile in that respect...

load more comments (1 replies)
[-] ruud@lemmy.world 3 points 2 years ago

Personally I think when clicking 'Post' it takes too long for it to be posted. I will see what I can do about this.

load more comments (2 replies)
[-] matt@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

I've noticed that despite setting my default view to "All" in the user settings, my default view on the home page appears to be local.

It's not the worst thing ever, since hitting All is not a problem, just interesting it doesn't seem to work, unless I'm missing something!

Edit: It appears to have fixed itself, so maybe there was some time for the setting to kick in, although the local tab shows highlighted.

load more comments (1 replies)
[-] KarinSpaink@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

I've been trying to post something in c/casualconversation, but after clicking 'post', it gets stuck - spinning for hours, actually, and my message won't get through.

load more comments
view more: next ›
this post was submitted on 07 Jun 2023
69 points (100.0% liked)

Lemmy.World Announcements

29384 readers
2 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