this post was submitted on 04 Jul 2023
394 points (97.8% liked)

Programmer Humor

32088 readers
77 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 1 year ago (23 children)

Is it a lemmy issue or a jerboa issue?

[–] [email protected] 34 points 1 year ago (10 children)

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.

[–] [email protected] 16 points 1 year ago (4 children)

I think it's both, actually. Lemmy is often giving html where json is expected, and Jerboa isn't handling the error well.

[–] [email protected] 2 points 1 year ago (2 children)

Well, what should Jerboa do? Pretend it received content?

[–] [email protected] 18 points 1 year ago

It should display a human-readable error message instead of the raw one.

[–] [email protected] 17 points 1 year ago

Take it as an error, tell the user about it and then retry with exponential back-off.

load more comments (1 replies)
load more comments (6 replies)
load more comments (18 replies)