tejado / pgoapi

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

spiral_poi_search_script Bugfix #65

Closed rahu1994 closed 8 years ago

rahu1994 commented 8 years ago

The dictionary "response_dict['responses']['GET_MAP_OBJECTS']" was empty while executing "find_poi()". So the key "status" was not found -> Error while executing "find_poi()". The problem was, that "get_cellid" returned some weird values. The buggy function "get_cellid" was replaced with the "get_cell_ids" from pokecli.py.

tejado commented 8 years ago

Thanks a lot :)