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
Not sure, seems to be related to downloaded files, maybe cancelled downloads. Similar crashes were in #5237
But I have stacktrace - maybe it is useful already?
Expected behavior
App does not crash.
Actual behavior
App crashed.
java.lang.NullPointerException: Attempt to read from field 'int com.github.libretube.db.obj.DownloadItem.id' on a null object reference
at com.github.libretube.services.DownloadService.downloadFile(SourceFile:359)
at com.github.libretube.services.DownloadService$resume$2.invokeSuspend(SourceFile:66)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:9)
at kotlinx.coroutines.DispatchedTask.run(SourceFile:115)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@8492b1b, java.util.concurrent.Executors$FinalizableDelegatedExecutorService@42bc4b8]
LibreTube version
v0.22.2
Android version
Android 10
Other details
No response
Acknowledgements
I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
I have written a short but informative title.
I will fill out all of the requested information in this form.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Not sure, seems to be related to downloaded files, maybe cancelled downloads. Similar crashes were in #5237
But I have stacktrace - maybe it is useful already?
Expected behavior
App does not crash.
Actual behavior
App crashed.
LibreTube version
v0.22.2
Android version
Android 10
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: