Open davidgwking opened 7 years ago
Somehow the PokemonSettings
for a pokemon don't exist when populating the evolution branches. Try reset the item_templates
file in your temp directory.
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 item_templates
file appeared to be an incorrect (?) size. After deleting this file and having it redownloaded, the correct size appears to be 220Kb (224.900 bytes) at which point the error no longer occurred.
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