I’m trying to be very patient with the technical issues so far because I know scaling is not easy.
The bugs that jump out the most are:
-
Sometimes Jerboa shows comments of a previously viewed post on a different post. If you comment, it’ll go to the old thread. To avoid this, swipe down to force a refresh.
-
SORT BY HOT doesn’t work. (But you can sort by New, all instances)
-
“Could not value type java something something”, honestly this is when I wait a bit and just try again. I have no good workaround for this one.
(1) is https://github.com/dessalines/jerboa/issues/704
In case you want to follow
- I believe is a server bug thats fixed in the next release
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.
Are these all in the Jerboa app, or also in Web interface?
Try posting in https://lemmy.ml/c/jerboa instead
Fedi-link: !jerboa@lemmy.ml
I definitely have experienced 1 and 3, but haven’t realized at least if I’m also affected by 2 yet although I will check.
For 1, I also have to refresh the new post. Annoying and sometimes confusing but not a deal-breaker.
3 drives me crazy though. It basically breaks the app. I’m on Jerboa.
What version of Jerboa are you using? I believe the first issue mentioned has been fixed in the latest version 0.0.34