XilinJia / NewPipeX

NewPipe converted to Kotlin
GNU General Public License v3.0
8 stars 1 forks source link

Crashes when opening the Downloads tab #2

Open infoscav opened 5 months ago

infoscav commented 5 months ago

Checklist

Affected version

2.6.2

Steps to reproduce the bug

  1. Launch app
  2. Open "Downloads" from left-side drawer
  3. App immediately crashes

Expected behavior

No response

Actual behavior

No response

Screenshots/Screen recordings

No response

Logs

Exception

java.lang.RuntimeException: Unable to create service us.shandian.giga.service.DownloadManagerService: java.lang.NullPointerException
    at android.app.ActivityThread.handleCreateService(ActivityThread.java:5111)
    at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2506)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loopOnce(Looper.java:230)
    at android.os.Looper.loop(Looper.java:319)
    at android.app.ActivityThread.main(ActivityThread.java:8893)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:608)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Caused by: java.lang.NullPointerException
    at us.shandian.giga.service.DownloadManagerService.onCreate(DownloadManagerService.kt:101)
    at android.app.ActivityThread.handleCreateService(ActivityThread.java:5098)
    ... 9 more


Affected Android/Custom ROM version

Android 14 Samsung OneUI 6.0

Affected device model

Galaxy S21 Ultra 5G (SM-G998B/DS)

Additional information

No response

XilinJia commented 5 months ago

Thanks for reporting. Fixed in the coming 0.26.3

XilinJia commented 5 months ago

Thanks for reporting. Fixed in the coming 0.26.3

Download still has problems. Though not crashing, the downloaded file is not valid.