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

Crash on pressing Download button or Download tab #6775

Closed
4 tasks done
kpspu opened this issue Jul 27, 2021 · 1 comment
Closed
4 tasks done

Crash on pressing Download button or Download tab #6775

kpspu opened this issue Jul 27, 2021 · 1 comment
Labels
bug Issue is related to a bug

Comments

@kpspu
Copy link

kpspu commented Jul 27, 2021

Logs

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

Steps to reproduce the bug

Way 1

  1. Go to video
  2. Press on download
  3. Crash

Way 2

  1. Swipe to menu
  2. Press on downloads
  3. Crash

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.

@kpspu kpspu added the bug Issue is related to a bug label Jul 27, 2021
@bew
Copy link

bew commented Jul 27, 2021

Duplicate of #6687

@Stypox Stypox closed this as completed Jul 27, 2021
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