• Rimorso@feddit.it
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    Lemmy is written in rust, that’s a java error so the issue lies with the app you’re using not Lemmy itself (maybe)

    • Atemu@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      The cause is a 502 from lemmy.

      Jerboa’s handling of that error is also terrible but that’s another issue.

      • yads@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Jerboa or just in the browser. Honestly though most people’s issues are likely to be because they joined a huge instance which is falling over due to load. Consider making a new account on a smaller instance.

  • csm10495@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    You know at least it printed an error. I hate when things silently swallow errors.

    I’m looking at you, Python programmers:

    try:
       <100 lines of nonsense>
    except:
       pass
    
    • buda@lemmy.ml
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      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.

  • ggnoredo@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    that’s Jerboa issue but probably because It received something from the server that it shouldn’t

    • Atemu@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      No, the server gave a 502 instead of a JSON and Jerboa doesn’t handle that gracefully.

      • TheGeneral@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        Seems like the 4 apps I use all have the same issue though which makes me wonder if it’s something in Lemmy causing the issue (not the apps).

        • Atemu@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          1 year ago

          Well, Lemmy shouldn’t 502 in the first place. That’s the root cause. The apps should handle that gracefully though, especially given how commonly Lemmy throws a 502.