429
Lemmy
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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.
I think it's both, actually. Lemmy is often giving html where json is expected, and Jerboa isn't handling the error well.
Well, what should Jerboa do? Pretend it received content?
It should display a human-readable error message instead of the raw one.