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

RuntimeException: Unable to start service with Intent… in UploadService #18648

Closed
sentry-io bot opened this issue Jun 19, 2023 · 1 comment
Closed

RuntimeException: Unable to start service with Intent… in UploadService #18648

sentry-io bot opened this issue Jun 19, 2023 · 1 comment

Comments

@sentry-io
Copy link

sentry-io bot commented Jun 19, 2023

Sentry Issue: JETPACK-ANDROID-1J5

ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.jetpack.android/org.wordpress.android.ui.uploads.UploadService
    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:4787)
    at android.os.Parcel.readParcelable(Parcel.java:4755)
    at android.os.Parcel.createExceptionOrNull(Parcel.java:3018)
...
(20 additional frame(s) were not displayed)

RuntimeException: Unable to start service org.wordpress.android.ui.uploads.UploadService@ca3f80c with Intent { cmp=com.jetpack.android/org.wordpress.android.ui.uploads.UploadService (has extras) }: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service com.jetpack.android/org.wordpress.android.ui.uploads.UploadService
    at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5261)
    at android.app.ActivityThread.-$$Nest$mhandleServiceArgs
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2447)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loopOnce(Looper.java:226)
...
(5 additional frame(s) were not displayed)
@ovitrif ovitrif changed the title RuntimeException: Unable to start service org.wordpress.android.ui.uploads.UploadService@ca3f80c with Intent { cmp=... RuntimeException: Unable to start service with Intent… in UploadService Jun 19, 2023
@ovitrif ovitrif removed their assignment Jun 19, 2023
@irfano
Copy link
Member

irfano commented Aug 22, 2023

Duplicate of #18714

@irfano irfano marked this as a duplicate of #18714 Aug 22, 2023
@irfano irfano closed this as not planned Won't fix, can't repro, duplicate, stale Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants