Skip to content

Fix: GoogleIdTokenCredential ClassCastException#3452

Open
DaVinci9196 wants to merge 1 commit intomicrog:masterfrom
DaVinci9196:fix_credential_classcast_exception
Open

Fix: GoogleIdTokenCredential ClassCastException#3452
DaVinci9196 wants to merge 1 commit intomicrog:masterfrom
DaVinci9196:fix_credential_classcast_exception

Conversation

@DaVinci9196
Copy link
Copy Markdown
Contributor

05-08 17:31:57.481 26762 26762 W Bundle : Attempt to cast generated internal exception:
05-08 17:31:57.481 26762 26762 W Bundle : java.lang.ClassCastException: Cannot cast java.lang.String to android.net.Uri
05-08 17:31:57.481 26762 26762 W Bundle : at java.lang.Class.cast(Class.java:4183)
05-08 17:31:57.481 26762 26762 W Bundle : at android.os.BaseBundle.getValueAt(BaseBundle.java:435)
05-08 17:31:57.481 26762 26762 W Bundle : at android.os.BaseBundle.getValue(BaseBundle.java:397)
05-08 17:31:57.481 26762 26762 W Bundle : at android.os.BaseBundle.getValue(BaseBundle.java:380)
05-08 17:31:57.481 26762 26762 W Bundle : at android.os.BaseBundle.get(BaseBundle.java:767)
05-08 17:31:57.481 26762 26762 W Bundle : at android.os.Bundle.getParcelable(Bundle.java:1121)
05-08 17:31:57.481 26762 26762 W Bundle : at com.facebook.internal.Utility$$ExternalSyntheticApiModelOutline0.m(D8$$SyntheticClass:0)
05-08 17:31:57.481 26762 26762 W Bundle : at com.google.android.libraries.identity.googleid.GoogleIdTokenCredential$Companion.createFrom(com.google.android.libraries.identity.googleid:googleid@@1.1.1:6)
05-08 17:31:57.481 26762 26762 W Bundle : at com.flow.mobile.modules.CredentialManagerModule.handleSignInResult(CredentialManagerModule.kt:163)
05-08 17:31:57.481 26762 26762 W Bundle : at com.flow.mobile.modules.CredentialManagerModule.access$handleSignInResult(CredentialManagerModule.kt:33)
05-08 17:31:57.481 26762 26762 W Bundle : at com.flow.mobile.modules.CredentialManagerModule$signInWithGoogleButton$1.invokeSuspend(CredentialManagerModule.kt:101)
05-08 17:31:57.481 26762 26762 W Bundle : at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
05-08 17:31:57.481 26762 26762 W Bundle : at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
05-08 17:31:57.481 26762 26762 W Bundle : at android.os.Handler.handleCallback(Handler.java:995)
05-08 17:31:57.481 26762 26762 W Bundle : at android.os.Handler.dispatchMessage(Handler.java:103)
05-08 17:31:57.481 26762 26762 W Bundle : at android.os.Looper.loopOnce(Looper.java:248)
05-08 17:31:57.481 26762 26762 W Bundle : at android.os.Looper.loop(Looper.java:338)
05-08 17:31:57.481 26762 26762 W Bundle : at android.app.ActivityThread.main(ActivityThread.java:9067)
05-08 17:31:57.481 26762 26762 W Bundle : at java.lang.reflect.Method.invoke(Native Method)
05-08 17:31:57.481 26762 26762 W Bundle : at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:593)
05-08 17:31:57.481 26762 26762 W Bundle : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:932)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant