tejado / pgoapi

Pokemon Go API lib
Other
1.4k stars 445 forks source link

Fix "Error - something strange happend..." #208

Closed net8q closed 8 years ago

net8q commented 8 years ago

When servers returns more subresponses than subrequests, api throws IndexError

Check was made and problem was logged, but there was no throw/return. Adding a return to stop processing responses when we are done processing our responses in order to be liberal in what we receive as it seems there's some garbage being sent https://github.com/PokemonGoF/PokemonGo-Bot/issues/3121

net8q commented 8 years ago

https://github.com/keyphact/pgoapi/pull/63/commits/7ee9f57252c3c31d6ff0b3de5c36fe866c75c574