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
java.lang.RuntimeException: Unable to bind to service com.bobbyesp.spowlo.DownloaderKeepUpService@c2beff0 with Intent { cmp=com.bobbyesp.spowlo/.DownloaderKeepUpService }: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.bobbyesp.spowlo/.DownloaderKeepUpService
at android.app.ActivityThread.handleBindService(ActivityThread.java:5143)
at android.app.ActivityThread.-$$Nest$mhandleBindService(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2514)
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:8919)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Caused by: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.bobbyesp.spowlo/.DownloaderKeepUpService
at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
at android.os.Parcel.readParcelableInternal(Parcel.java:4882)
at android.os.Parcel.readParcelable(Parcel.java:4864)
at android.os.Parcel.createExceptionOrNull(Parcel.java:3064)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:7234)
at android.app.Service.startForeground(Service.java:775)
at com.bobbyesp.spowlo.DownloaderKeepUpService.onBind(DownloaderKeepUpService.kt:29)
at android.app.ActivityThread.handleBindService(ActivityThread.java:5128)
... 9 more
java.lang.RuntimeException: Unable to bind to service com.bobbyesp.spowlo.DownloaderKeepUpService@7acb2d7 with Intent { cmp=com.bobbyesp.spowlo/.DownloaderKeepUpService }: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.bobbyesp.spowlo/.DownloaderKeepUpService
at android.app.ActivityThread.handleBindService(ActivityThread.java:5143)
at android.app.ActivityThread.-$$Nest$mhandleBindService(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2514)
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:8919)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Caused by: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.bobbyesp.spowlo/.DownloaderKeepUpService
at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
at android.os.Parcel.readParcelableInternal(Parcel.java:4882)
at android.os.Parcel.readParcelable(Parcel.java:4864)
at android.os.Parcel.createExceptionOrNull(Parcel.java:3064)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:7234)
at android.app.Service.startForeground(Service.java:775)
at com.bobbyesp.spowlo.DownloaderKeepUpService.onBind(DownloaderKeepUpService.kt:29)
at android.app.ActivityThread.handleBindService(ActivityThread.java:5128)
... 9 more
Checklist
Describe the bug
No response
To Reproduce
No response
Error reports
App version: 1.5.1 (1050100)
Device information: Android 14 (API 34)
Supported ABIs: [arm64-v8a, armeabi-v7a, armeabi]
spotDL version: v4.2.8
java.lang.RuntimeException: Unable to bind to service com.bobbyesp.spowlo.DownloaderKeepUpService@c2beff0 with Intent { cmp=com.bobbyesp.spowlo/.DownloaderKeepUpService }: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.bobbyesp.spowlo/.DownloaderKeepUpService
at android.app.ActivityThread.handleBindService(ActivityThread.java:5143)
at android.app.ActivityThread.-$$Nest$mhandleBindService(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2514)
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:8919)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Caused by: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.bobbyesp.spowlo/.DownloaderKeepUpService
at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
at android.os.Parcel.readParcelableInternal(Parcel.java:4882)
at android.os.Parcel.readParcelable(Parcel.java:4864)
at android.os.Parcel.createExceptionOrNull(Parcel.java:3064)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:7234)
at android.app.Service.startForeground(Service.java:775)
at com.bobbyesp.spowlo.DownloaderKeepUpService.onBind(DownloaderKeepUpService.kt:29)
at android.app.ActivityThread.handleBindService(ActivityThread.java:5128)
... 9 more
java.lang.RuntimeException: Unable to bind to service com.bobbyesp.spowlo.DownloaderKeepUpService@7acb2d7 with Intent { cmp=com.bobbyesp.spowlo/.DownloaderKeepUpService }: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.bobbyesp.spowlo/.DownloaderKeepUpService
at android.app.ActivityThread.handleBindService(ActivityThread.java:5143)
at android.app.ActivityThread.-$$Nest$mhandleBindService(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2514)
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:8919)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:578)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)
Caused by: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.bobbyesp.spowlo/.DownloaderKeepUpService
at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54)
at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50)
at android.os.Parcel.readParcelableInternal(Parcel.java:4882)
at android.os.Parcel.readParcelable(Parcel.java:4864)
at android.os.Parcel.createExceptionOrNull(Parcel.java:3064)
at android.os.Parcel.createException(Parcel.java:3053)
at android.os.Parcel.readException(Parcel.java:3036)
at android.os.Parcel.readException(Parcel.java:2978)
at android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:7234)
at android.app.Service.startForeground(Service.java:775)
at com.bobbyesp.spowlo.DownloaderKeepUpService.onBind(DownloaderKeepUpService.kt:29)
at android.app.ActivityThread.handleBindService(ActivityThread.java:5128)
... 9 more
Screenshots & Screen Records
No response
Device info
App version: 1.5.1 (1050100)
Device information: Android 14 (API 34)
Supported ABIs: [arm64-v8a, armeabi-v7a, armeabi]
spotDL version: v4.2.8
Additional context
No response
The text was updated successfully, but these errors were encountered: