bmlzootown / Hydravion-AndroidTV

Rewrite of Hydravion, an unofficial Floatplane client, for AndroidTV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playback randomly crashes on latest beta.

delano8 opened this issue · comments

The latest beta (1.5.1) fixed the resolution issues (which prevented all playback because of non 4k tier).

-However it constantly has a new issue: randomly during playback, videos crash back to the previous (video info) screen. It doesn't save the location in the video, and it doesn't allow playback again unless I restart the app.

-Also after crashing when clicking up/down on the info screen, the info gets doubled, see picture:

https://imgur.com/AZyumoq

This is fixed by restarting

-Also I would really appreciate the removal of the "update to 1.4.8" popup.

Thanks for your work!
Just wondering, do very few people use this app? Since nobody else has complained about these things..

See #26

That's not the same issue? The issue I have has only started on the latest beta, and it's different with the double info screen etc.

We mean that double info bug, when we say it crashes (also that has happened for me with the 1.4.8 version)

I wonder if the dev is still working on this app at all, i was hoping for a new non-beta version at some point with less crashes / bugs / no constant update warning.

The three issues I'm seeing in Google Play Console, for AndroidTV:

  • Volley causing an OutOfMemoryError
  • appcompat throwing an IllegalStateException (Play Console suggests the crash itself is related to the SDK)
  • A socket event isn't parsing correctly (com.google.gson.JsonSyntaxException)

Currently testing:

  • Disabling recurring livestream checks in favor of listening for the corresponding socket event
  • Just trying to see what fails to parse, in regard to socket events

I will upload a new pre-release shortly. I've also submitted it as a test build via Google Play Console in hopes that I can better see crashes/stack-traces so as to get an idea of what's happening.