We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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}}]}
Sorry, something went wrong.
The API is currently still missing the "unknown6" implementation. There is a pull request waiting to get merged: #182
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: