(1) is https://github.com/dessalines/jerboa/issues/704
In case you want to follow
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to [email protected].
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.