You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notification doesn't get cancelled because the lifecycle hook isn't called when the app crashes like that, but the app is not still running. Well, the service probably is, but the activity is not.
You have to download the nightly (release is no longer debuggable), and you should be able to read the logs using logcat(although, you might be able to read logcat for release, idk, but if you actually want to debug and step through the code, you need nightly). I would personally use android studio (since I already have it), but it might be easier to just get the SDK platform tools and run adb logcat.
Typically, most problems can be debugged with the chrome inspector, but this problem doesn't seem like it would be easy to debug this way seeing as the problem would definitely result in the webview being destroyed, closing the debug session.
Guidelines
Describe the bug
Expected Behavior
the video plays
Issue Labels
content not loading
FreeTube Version
v0.20.0.11 Beta
Operating System Version
android 10
Installation Method
.apk
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
No response
Additional Information
No response
Nightly Build
The text was updated successfully, but these errors were encountered: