pgoapi
pgoapi copied to clipboard
Encounter status
Sometimes when I encounter a pokemon, I get this response:
{'responses': {'ENCOUNTER': {'status': 6}}, 'request_id': 123167996238794584, 'status_code': 1, 'unknown6': [{'unknown2': {'unknown1': 1}, 'response_type': 6}]}
What does the status: 6 mean and why do I get it?
Not sure what is happening here but I am getting this when I try to run.
's2_cell_id': 6093393728100106240L,
'spawn_points':
[ { 'latitude': 47.61705078576762,
'longitude': -122.35122267245197}]}],
'status': 1}},
'status_code': 1,
'unknown6': [{ 'response_type': 6, 'unknown2': { 'unknown1': 1L}}]}
The API is currently still missing the "unknown6" implementation. There is a pull request waiting to get merged: https://github.com/tejado/pgoapi/pull/182