Skip to content
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 crash when opening the list of downloads #6767

Closed
4 tasks done
franzalex opened this issue Jul 26, 2021 · 2 comments
Closed
4 tasks done

App crash when opening the list of downloads #6767

franzalex opened this issue Jul 26, 2021 · 2 comments
Labels
bug Issue is related to a bug

Comments

@franzalex
Copy link

Checklist

Steps to reproduce the bug

  1. Open the hamburger menu.
  2. Press the download menu item.
  3. 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)
@franzalex franzalex added the bug Issue is related to a bug label Jul 26, 2021
@CamJ30
Copy link

CamJ30 commented Jul 26, 2021

Same issue for me as well. Don't know what to do at this point. :/

@triallax
Copy link
Contributor

Duplicate of #6687.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug
Projects
None yet
Development

No branches or pull requests

3 participants