you are viewing a single comment's thread
view the rest of the comments
[–] 114 points 3 years ago (25 children)

Lemmy is written in rust, that's a java error so the issue lies with the app you're using not Lemmy itself (maybe)

  • source
  • hideshow 25 child comments
  • [–] 90 points 3 years ago (4 children)

    The cause is a 502 from lemmy.

    Jerboa's handling of that error is also terrible but that's another issue.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 7 points 3 years ago (3 children)

    Memmy doesn’t do well with it either.

    Of course it doesn’t bode well for the instance itself that it’s throwing so many…but it’s unclear if that’s an operator problem or a code base problem.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 6 points 3 years ago (2 children)

    It could also just be a server load issue.

    Lemmy.world, the community the instance is hosted on, has been having a few issues between the 0.18.1 update, and the amount of users on the platform.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 3 years ago (19 children)

    Is there a good Lenny app because so far wefwef hasn’t been great for me.

  • source
  • parent
  • hideshow 19 child comments
  • [–] 14 points 3 years ago

    Jerboa or just in the browser. Honestly though most people's issues are likely to be because they joined a huge instance which is falling over due to load. Consider making a new account on a smaller instance.

  • source
  • parent
  • [–] 9 points 3 years ago (2 children)

    Liftoff is the best I've found so far. Waiting for Sync to come though

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 3 years ago (7 children)

    Can you explain why? Are you using wefwef on Android?

  • source
  • parent
  • hideshow 7 child comments
  • [–] 2 points 3 years ago (6 children)

    I’m using it on iOS and don’t get me wrong the app looks beautiful. I’m finding issues with communities not loading posts, comments or general sync issues. I have an issue where trying to reply to a comment would overlay the comments over the textfield.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 6 points 3 years ago

    I’m finding issues with communities not loading posts, comments or general sync issues.

    Lemmy's Rust code uses an ORM called Diesel that masks the SQL statements and you really have to watch the PostgreSQL server independently to verify that the SQL isn't doing wild things like loading thousands of records when you only needed 3. Just today people are finally sharing some information out of the big servers (lemmy.world) as to what PostgreSQL side says is actually happening. Hopefully the biggest mistakes are going to get cleaned up quickly.

  • source
  • parent
  • [–] 1 point 3 years ago (2 children)

    That sounds like a server issue. Try a smaller server

  • source
  • parent
  • hideshow 2 child comments