You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the program I am getting the following outputed to the terminal
Traceback (most recent call last):
File "/home/user/PokemonGo-Map/pogom/search.py", line 236, in search_worker_thread
parsed = parse_map(response_dict, step_location)
File "/home/user/PokemonGo-Map/pogom/models.py", line 296, in parse_map
cells = map_dict['responses']['GET_MAP_OBJECTS']['map_cells']
KeyError: 'map_cells'
2016-08-08 12:32:37,510 [ search_worker_0][ search][ ERROR] Search step 3 map parsing failed, retrying request in 2 seconds
Expected Behavior
Would expect not to see this and for items to appear on the map
Current Behavior
Nothing is being displayed on the map
Any help would be appriciated
The text was updated successfully, but these errors were encountered:
Drambuie
changed the title
2016-08-08 12:26:22,895 [ search_worker_0][ search][ ERROR] Exception in search_worker: sequence index must be integer, not 'str'
[ search_worker_0][ search][ ERROR] Search step 3 map parsing failed, retrying request in 2 seconds
Aug 8, 2016
When running the program I am getting the following outputed to the terminal
Traceback (most recent call last):
File "/home/user/PokemonGo-Map/pogom/search.py", line 236, in search_worker_thread
parsed = parse_map(response_dict, step_location)
File "/home/user/PokemonGo-Map/pogom/models.py", line 296, in parse_map
cells = map_dict['responses']['GET_MAP_OBJECTS']['map_cells']
KeyError: 'map_cells'
2016-08-08 12:32:37,510 [ search_worker_0][ search][ ERROR] Search step 3 map parsing failed, retrying request in 2 seconds
Expected Behavior
Would expect not to see this and for items to appear on the map
Current Behavior
Nothing is being displayed on the map
Any help would be appriciated
The text was updated successfully, but these errors were encountered: