Skip to content

Instantly share code, notes, and snippets.

@jessiewestlake
Created September 5, 2016 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessiewestlake/097970daccf1b4eb5b1f7e24be650d55 to your computer and use it in GitHub Desktop.
Save jessiewestlake/097970daccf1b4eb5b1f7e24be650d55 to your computer and use it in GitHub Desktop.
Pogo Error
2016-09-05 08:15:14,877 [ MainThread][ runserver][ INFO] Parsed location is: 39.1426/-121.5908/19.1622 (lat/lng/alt)
2016-09-05 08:15:14,881 [ MainThread][ models][ INFO] Connecting to local SQLite database
2016-09-05 08:15:14,884 [ search_thread][ search][ INFO] Search overseer starting
2016-09-05 08:15:14,885 [ search_thread][ search][ INFO] Starting search worker threads
2016-09-05 08:15:14,888 [ search_thread][ search][ INFO] New location caught, moving search grid
2016-09-05 08:15:14,890 [ search_worker_0][ search][ INFO] Search step 1 beginning (queue size is 0)
2016-09-05 08:15:14,892 [ search_worker_0][ auth_ptc][ INFO] PTC User Login for: dUe1Hz92nrOXiyo
2016-09-05 08:15:15,690 [ search_worker_0][ auth_ptc][ INFO] PTC User Login successful.
2016-09-05 08:15:15,690 [ search_worker_0][ auth_ptc][ INFO] Request PTC Access Token...
2016-09-05 08:15:15,875 [ search_worker_0][ auth_ptc][ INFO] PTC Access Token successfully retrieved.
2016-09-05 08:15:16,338 [ search_worker_0][ search][ ERROR] Search step 1 map parsing failed, retrying request in 10 seconds. Username: dUe1Hz92nrOXiyo
Traceback (most recent call last):
File "C:\Users\johnw\Downloads\PokemonGo-Map-3.1.0\pogom\search.py", line 254, in search_worker_thread
parse_map(response_dict, step_location)
File "C:\Users\johnw\Downloads\PokemonGo-Map-3.1.0\pogom\models.py", line 326, in parse_map
cells = map_dict['responses']['GET_MAP_OBJECTS']['map_cells']
KeyError: 'map_cells'
2016-09-05 08:15:26,572 [ search_worker_0][ search][ ERROR] Search step 1 map parsing failed, retrying request in 20 seconds. Username: dUe1Hz92nrOXiyo
Traceback (most recent call last):
File "C:\Users\johnw\Downloads\PokemonGo-Map-3.1.0\pogom\search.py", line 254, in search_worker_thread
parse_map(response_dict, step_location)
File "C:\Users\johnw\Downloads\PokemonGo-Map-3.1.0\pogom\models.py", line 326, in parse_map
cells = map_dict['responses']['GET_MAP_OBJECTS']['map_cells']
KeyError: 'map_cells'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment