Doesn’t matter what I do, which instance I’m on, Android app crashes every time I start a video. I’ve reinstalled several times, didn’t solve anything. Clean install - pick an instance - start random video - crash. What do? I left NewPipe SponsorBlock for LT because NP started crashing all the time…

ETA: referringtoboth 0.17.1 and 0.18.1

  • ohlaph@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    The error message is obvious. It’s getting an invalid date object and can’t parse it so it crashes. The network call isn’t handling error cases and tries to serialize the object without catching the error. The network response might have the invalid date most likely, do the app needs to handle such a case.

    What app is this? LibreTube… got it.

    • K4mpfie@feddit.de
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      Yeah smthng about dates causing errors is what I understood too. The app seems to be up to date tho. At least F-droid is not finding a newer version.