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
This issue contains only one bug. I will open one issue for every bug report I want to file.
Steps to reproduce the bug
Open the hamburger menu.
Press the download menu item.
App crashes and restarts with the exception details.
Actual behavior
The app crashes and restarts with the exception log pasted below
Expected behavior
The list of downloads should be shown.
Screenshots/Screen recordings
Logs
Exception
User Action: ui error
Request: ACRA report
Content Country: GH
Content Language: en
App Language: en_GH
Service: none
Version: 0.21.7
OS: Linux Android 11 - 30
Crash log
java.lang.RuntimeException: Unable to create service us.shandian.giga.service.DownloadManagerService: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String org.schabi.newpipe.streams.io.StoredFileHelper.toString()' on a null object reference
at android.app.ActivityThread.handleCreateService(ActivityThread.java:4209)
at android.app.ActivityThread.access$1500(ActivityThread.java:242)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1937)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:368)
at android.app.ActivityThread.main(ActivityThread.java:7710)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:954)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String org.schabi.newpipe.streams.io.StoredFileHelper.toString()' on a null object reference
at us.shandian.giga.service.DownloadManager.loadPendingMissions(DownloadManager.java:165)
at us.shandian.giga.service.DownloadManager.<init>(DownloadManager.java:77)
at us.shandian.giga.service.DownloadManagerService.onCreate(DownloadManagerService.java:142)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:4197)
... 8 more
Device info
Android version: Android 11 Build 59.1.A.2.96 with May 2021 security updates
Device model: Sony Xperia 10 II (XQ-AU52)
The text was updated successfully, but these errors were encountered:
Checklist
Steps to reproduce the bug
Actual behavior
The app crashes and restarts with the exception log pasted below
Expected behavior
The list of downloads should be shown.
Screenshots/Screen recordings
Logs
Exception
Crash log
Device info
The text was updated successfully, but these errors were encountered: