-
-
Notifications
You must be signed in to change notification settings - Fork 446
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
App Crashes When a Video is Marked as Watched #6188
Comments
Does the app only crash when marking a video as watched above the new video indicator? |
Yes |
Screen_Recording_20240704_095529_LibreTube.mp4@FineFindus I tried to mark videos below the new indicator and it seems the app crashes regardless of the video publication date I'll give the nightly builds a try |
@Repressed8077 did you retest nightly or not yet? |
I've tested it and everything works fine |
Steps to reproduce
Expected behavior
The video should be marked as watched without the app crashing
Actual behavior
The app crashes instantly after tapping mark as watched. However after relaunching and tapping on mark as watched on other videos the app doesn't crash. Also, the video previously marked as watched prior to crashing is marked as watched after relaunching the app.
LibreTube version
0.23.2
Android version
Android 13
Other details
java.lang.NullPointerException
at androidx.navigation.NavController$restoreStateInternal$1.invoke(SourceFile:48)
at kotlin.collections.CollectionsKt__MutableCollectionsKt.removeAll(SourceFile:57)
at com.github.libretube.ui.sheets.VideoOptionsBottomSheet$onCreate$2.invokeSuspend(SourceFile:530)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:9)
at kotlinx.coroutines.DispatchedTask.run(SourceFile:115)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8762)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@8e89427, Dispatchers.Main.immediate]
Acknowledgements
The text was updated successfully, but these errors were encountered: