-
Notifications
You must be signed in to change notification settings - Fork 334
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 during login #918
Comments
Somehow the |
Thank you; cleaning up those temp dirs temporarily fixes this issue. |
Seems this problem is related to the update of the item templates |
This exact same issue occurs for some users of BPGM on first start of the program and so far in every case where a user experienced this, the If the filesize is something that can be predicted or if there is another way to verify the file is valid then the solution would be to implement some form of validity check and retry if that fails. |
Description:
I am receiving a NullPointerException when attempting to login. Any help would be appreciated.
Steps to reproduce:
This exception occurs when invoking
login
on an instance of PokemonGo. I had this very same issue a couple of weeks ago, but it appeared transient at the time.I am using the GoogleAutoCredentialProvider.
Expected behavior:
No exception.
Actual behavior:
NullPointerException
Stacktrace (If it's a crash):
Version:
Development branch HEAD
The text was updated successfully, but these errors were encountered: