this post was submitted on 11 Oct 2023
13 points (100.0% liked)

LibreTube

313 readers
17 users here now

An alternative frontend for YouTube, for Android.

https://github.com/libre-tube/LibreTube

founded 1 year ago
MODERATORS
13
Android app crashes (self.libretube)
submitted 11 months ago* (last edited 11 months ago) by kWazt to c/[email protected]
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] ohlaph 2 points 11 months ago* (last edited 11 months ago) (1 children)

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.

[–] [email protected] 1 points 11 months ago (1 children)

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.

[–] ohlaph 2 points 11 months ago

According to this ticket, it should be in the next release.

https://github.com/libre-tube/LibreTube/issues/4884