[BUG] App crashes when pressing Load more comments

Tested with Eternity v0.1.0 and Eternity v0.0.8 Nightly

19 points · 5 comments · view on lemmy.world

5 Comments

lemann@lemmy.one · 4 pts · 2y

This might be happening because lemmy returned no comments (could be a blocked user/community, or a deleted comment.

I would assume the dev would need to add some check prior to trying to insert comments that don't exist, but not familiar with how it works in Eternity

SaveComengs@lemmy.federa.net · 2 pts · 2y

pretty sure this started happening with lemmy 0.18.4, because there was a fix for comment loading on the lemmy side included in 0.18.4.

bazsalanszky@lemmy.toldi.eu · 1 pts · 2y (2 replies)

It seems like it's an issue with deleted comments. I've put together a fix in my latest commit, so that it will not crash at least. Could you verify this on the latest nightly?

mefinity@lemmy.sdf.org · 2 pts · 2y (1 reply)

yup, it wont crash, it just disappears on click

bazsalanszky@lemmy.toldi.eu · 1 pts · 2y

Nice. Thank you. I want to release a quick patch soon to fix issues like this.