15
Lemmy (lemmy.world)
submitted 1 year ago by [email protected] to c/[email protected]
top 13 comments
sorted by: hot top controversial new old
[-] [email protected] 6 points 1 year ago

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

[-] [email protected] 5 points 1 year ago

The cause is a 502 from lemmy.

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

[-] [email protected] 1 points 1 year ago

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.

[-] [email protected] 1 points 1 year ago

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.

[-] [email protected] 0 points 1 year ago

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

[-] [email protected] 1 points 1 year 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.

[-] [email protected] 0 points 1 year ago

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

[-] [email protected] 0 points 1 year ago

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.

[-] [email protected] 1 points 1 year 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.

[-] [email protected] 2 points 1 year ago

I've seen this more times than my own family

[-] [email protected] 1 points 1 year ago

that's Jerboa issue but probably because It received something from the server that it shouldn't

[-] [email protected] 0 points 1 year ago

Is it a lemmy issue or a jerboa issue?

[-] [email protected] 0 points 1 year ago

Serious Answer: This is a Jerboa issue. Lemmy is written in Rust. The error message is a Java error which is what native Android apps use.

this post was submitted on 04 Jul 2023
15 points (100.0% liked)

Programmer Humor

32060 readers
1147 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS