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

Application crashes on Android #118

Open
almovsesanso opened this issue Feb 6, 2024 · 0 comments
Open

Application crashes on Android #118

almovsesanso opened this issue Feb 6, 2024 · 0 comments

Comments

@almovsesanso
Copy link

almovsesanso commented Feb 6, 2024

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:

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)
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

No branches or pull requests

1 participant