-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: app goes to background immediately #327
Comments
It sounds like the app is crashing. |
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. |
Yes, the app is crashing, after a while the OS tells me that the app is repeatedly crashing. Is there anything I can do to debug this? |
You have to download the nightly (release is no longer debuggable), and you should be able to read the logs using 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. |
@elpaso cant reproduce this on v0.23. Please update to the latest version and let us know if this is still happening on your end |
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: