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: Error receiving broadcast Intent in ZeBadgeUploader #219

Open
LethalMaus opened this issue Aug 3, 2023 · 0 comments
Open

Crash: Error receiving broadcast Intent in ZeBadgeUploader #219

LethalMaus opened this issue Aug 3, 2023 · 0 comments
Labels
🤖 app Related to ZeApp of ZeBadge 🪳 bug Something isn't working

Comments

@LethalMaus
Copy link
Contributor

Occurrences: 37 crash events affecting 31 users

Affected OS: Android 10, 12, 13 14

Affected Devices: Pixel 6, Pixel 7, Pixel 6 Pro, Galaxy S21 5G, Galaxy A52s 5G, Mate 20 Pro

Stacktrace:

Fatal Exception: java.lang.RuntimeException: Error receiving broadcast Intent { act=ACTION_USB_PERMISSION flg=0x10 (has extras) } in de.berlindroid.zeapp.zeservices.ZeBadgeUploader$askPermission$2$BoundUsbReceiver@926159
       at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$android-app-LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1800)
       at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(:2)
       at android.os.Handler.handleCallback(Handler.java:942)
       at android.os.Handler.dispatchMessage(Handler.java:99)
       at android.os.Looper.loopOnce(Looper.java:201)
       at android.os.Looper.loop(Looper.java:288)
       at android.app.ActivityThread.main(ActivityThread.java:7918)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
Caused by java.lang.IllegalStateException: Already resumed, but proposed with update kotlin.Unit
       at kotlinx.coroutines.CancellableContinuationImpl.alreadyResumedError(CancellableContinuationImpl.kt:559)
       at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl(CancellableContinuationImpl.kt:524)
       at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl$default(CancellableContinuationImpl.kt:497)
       at kotlinx.coroutines.CancellableContinuationImpl.resumeWith(CancellableContinuationImpl.kt:368)
       at de.berlindroid.zeapp.zeservices.ZeBadgeUploader$askPermission$2$BoundUsbReceiver.onReceive(ZeBadgeUploader.kt:130)
       at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$android-app-LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1790)
       at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(:2)
       at android.os.Handler.handleCallback(Handler.java:942)
       at android.os.Handler.dispatchMessage(Handler.java:99)
       at android.os.Looper.loopOnce(Looper.java:201)
       at android.os.Looper.loop(Looper.java:288)
       at android.app.ActivityThread.main(ActivityThread.java:7918)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
@mariobodemann mariobodemann added 🪳 bug Something isn't working 🤖 app Related to ZeApp of ZeBadge labels Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 app Related to ZeApp of ZeBadge 🪳 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants