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
Crash of the app on pressing Download button or Download tab.
Exception
User Action: ui error
Request: ACRA report
Content Country: US
Content Language: en-US
App Language: en_US
Service: none
Version: 0.21.7
OS: Linux Android 9 - 28
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:3582)
at android.app.ActivityThread.access$1300(ActivityThread.java:200)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1672)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:6718)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:491)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
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:3570)
... 8 more
Checklist
I am using the latest version - 0.21.7
I checked, but didn't find any duplicates (open OR closed) of this issue in the repo.
Logs
Crash of the app on pressing Download button or Download tab.
Exception
Crash log
Checklist
Steps to reproduce the bug
Way 1
Way 2
When it started
It started from the previos version of the app. I waited for the new version but it didn't fix the bug.
The text was updated successfully, but these errors were encountered: