tejado / pgoapi

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

Fix handling of HTTP errors #150

Closed krzys-h closed 8 years ago

krzys-h commented 8 years ago

In case of HTTP errors during the request, this code threw 'bool is not iterable' errors because _parse_main_response returns False

tejado commented 8 years ago

Thanks :) I will fix this differently.