-
Notifications
You must be signed in to change notification settings - Fork 8
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
NullPointerException on AffirmPlugins.gson() #109
Comments
hi @sgbasaraner Can you check |
Hi, sure, we do initialize first like this:
|
hi @sgbasaraner I have tried different gson versions, but this problem has not been reproduced. Do you have more detailed information? Or if you can reproduce it, PR is welcome. Thanks! |
Hi @wangdaliu , the issue still stands unfortunately. We use gson version 2.9.0, maybe that can help recreate it? |
Hi @sgbasaraner Thanks for your detailed crash log, from the crash log, this null pointer occurs in AffirmPlugins.get() Can you confirm that |
Hi, we run this SDK in production. We've recently faced with many crashes in our app's checkout page because of this issue, please find the stacktrace below:
For some reason the SDK is unable to locate gson. We also have an indirect dependency to gson, maybe that's causing the issue?
The text was updated successfully, but these errors were encountered: