-
Notifications
You must be signed in to change notification settings - Fork 369
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: Attempt to invoke virtual method 'int java.lang.String.length()' #729
Comments
I got this issue also. |
@jemshit @kingfisherphuoc Thanks for reporting, what volume of crashes are you seeing with this error? And it is specific to any Android versions or device models? We are looking into root cause of this exception if possible, if not I believe catching |
@jkasten2 I am facing this issue on all android versions. It occurs mostly on Android 6.0 as the image below: I assume that there's a problem with json response. You guys perhaps removed a field from it. |
got the same issue. |
got same issue |
got the same issue. |
Thanks for confirming the issue. It is now fixed in the 3.10.8 release |
Description:
Nullpointer exceptions on some users:
This is the line, the code catches
JSONException
butNullpointerException
is thrown.Environment
Steps to Reproduce Issue:
The text was updated successfully, but these errors were encountered: