this post was submitted on 04 Jul 2023
288 points (100.0% liked)

Programmer Humor

32171 readers
390 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Achyu@lemmy.sdf.org 2 points 1 year ago (19 children)

Is it a lemmy issue or a jerboa issue?

[–] buda@lemmy.ml 8 points 1 year ago (9 children)

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.

[–] MysteriousSophon21@lemmy.ca 3 points 1 year ago (1 children)

No, it's probably when the app is expecting a json but the server returns an html, which usually happens in case of 502 errors.

[–] barsoap@lemm.ee 1 points 1 year ago* (last edited 1 year ago)

You really shouldn't be expecting any content type when you get any code but a 200. If anything you should expect HTML, then, possibly plain text but that's a subset (given a loose enough definition of html).

load more comments (7 replies)
load more comments (16 replies)