this post was submitted on 16 Jun 2023
7 points (100.0% liked)
Lemmy
12546 readers
27 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to [email protected].
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think the cause of 1 and 3 is that lemmy.ml is currently overloaded because of all the new users and Jerboa doesn't handle that very well
My guess is that it gets a 502 (which is HTML) while it expects a JSON, tries to convert and fails.
It should catch the 502 based on the status message and then do retries using exponential back-off.