418
Lemmy (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] bappity@lemmy.world 10 points 1 year ago

personally I'd say it's a Jerboa thing. the app should retry loading because sometimes I refresh after this happening and it immediately loads the proper content.

with all the different instances this sort of thing has to be kept in mind

[-] angrymouse@lemmy.world 7 points 1 year ago

Just retry is usually a bad ideia, specially that this problem is probably an overload, just adding retries can makes the problem.even worse with the app ddosing the server

[-] lemann@lemmy.one 1 points 1 year ago

just adding retries can makes the problem.even worse with the app ddosing the server

Twitter has some experience with that

[-] nothacking@discuss.tchncs.de -2 points 1 year ago

Lemmy realy should not randomly emit errors for no reason, there should be no need for retries in this case. If the specification specifies a JSON response, and the server randomly provides HTML, that is a bug in the server.

[-] r00ty@kbin.life 5 points 1 year ago

When you get a 502 error, that's not coming from lemmy, it's coming from nginx. If you're saying that nginx should send any error data along with the status in json if the accept headers require it, that's a task for nginx but it wouldn't happen in this case anyway since the json wouldn't be what they were expecting anyway. The app should be handling non success responses better is the point being made here.

this post was submitted on 04 Jul 2023
418 points (97.7% liked)

Programmer Humor

32042 readers
1366 users here now

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

Rules:

founded 5 years ago
MODERATORS