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

com.google.protobuf.InvalidProtocolBufferException: Contents of buffer are null #116

Closed
ghost opened this issue Jul 22, 2016 · 3 comments
Closed

Comments

@ghost
Copy link

ghost commented Jul 22, 2016

Yesterday my code worked like a charm..
Now its throwing this exception at me like crazy, maybe the developer of pokemonGo changed something that we need to adapt to?

com.pokegoapi.exceptions.RemoteServerException: com.google.protobuf.InvalidProtocolBufferException: Contents of buffer are null
at com.pokegoapi.api.map.Map.getMapObjects(Map.java:171)
at com.pokegoapi.api.map.Map.getMapObjects(Map.java:143)
at com.pokegoapi.api.map.Map.getMapObjects(Map.java:89)
at com.pokegoapi.api.map.Map.getMapObjects(Map.java:79)
at com.pokegoapi.api.map.Map.getRetainedMapObject(Map.java:50)
at com.pokegoapi.api.map.Map.getCatchablePokemon(Map.java:63)
at de.busybeever.pokemongo.pokemonfinder.PokemonFinder$1.run(PokemonFinder.java:44)
at java.lang.Thread.run(Unknown Source)
//This is my line 44 in PokemonFinder
List li = pokemonGo.getMap().getCatchablePokemon();

@stirante
Copy link

Servers are pretty down right now. I can't even login.

http://ispokemongodownornot.com/

@ramarro123
Copy link
Contributor

i got this error when server start to get crazy :)

@ghost
Copy link
Author

ghost commented Jul 22, 2016

Oh yeah I see just tried to log in with my mobile. RIP

@ghost ghost closed this as completed Jul 22, 2016
This issue was closed.
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

2 participants