this post was submitted on 16 Jun 2023
14 points (100.0% liked)
Lemmy
2172 readers
101 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
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.