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
We're seeing the application crashing for users. The issue happens for users who have the app installed from the Play store and does not happen when I try to run the app on a real device or simulator through a debugger attached. The app however crashes on the same real device if its installed directly from the Play store.
This is the stack trace we're getting from the Play Store:
Exception java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType
at retrofit2.HttpServiceMethod.parseAnnotations (HttpServiceMethod.java:46)
at retrofit2.ServiceMethod.parseAnnotations (ServiceMethod.java:39)
at retrofit2.Retrofit.loadServiceMethod (Retrofit.java:202)
at retrofit2.Retrofit$1.invoke (Retrofit.java:160)
at java.lang.reflect.Proxy.invoke (Proxy.java:1006)
at $Proxy3.a
at com.plaid.internal.s8$b.invokeSuspend (SourceFile:3)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:106)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run (LimitedDispatcher.kt:115)
at kotlinx.coroutines.scheduling.TaskImpl.run (Tasks.kt:100)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely (CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask (CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker (CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run (CoroutineScheduler.kt:684)
The text was updated successfully, but these errors were encountered:
Happening after upgrading to 3.1.4
We're seeing the application crashing for users. The issue happens for users who have the app installed from the Play store and does not happen when I try to run the app on a real device or simulator through a debugger attached. The app however crashes on the same real device if its installed directly from the Play store.
This is the stack trace we're getting from the Play Store:
The text was updated successfully, but these errors were encountered: