This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 472
Session invalidated, response code 100 #188
Comments
n2o
changed the title
Session invaliadated, response code 100
Session invalidated, response code 100
Feb 28, 2017
Just saw, that #177 fixes the issue. Would appreciate it if you could accept this pull request. |
Reviewing the PR now 👍 |
This issue occurs when using the master branch (old uk25), using the develop branch fixes it. We should consider merging develop in soon, I guess. |
The develop branch does not fix it. I'm trying cf158ee, same result.
My test code: from pgoapi import pgoapi
pokeapi = pgoapi.PGoApi()
pokeapi.set_position(52, 0, 10)
pokeapi.login("ptc", "myusername", "mypassword")
req = pokeapi.create_request()
req.get_inventory()
response_dict = req.call()
print response_dict |
See the comments on #185. Until the 0.45api is fixed (either through experimenting or Niantic re-enabling it), you need to use a Bossland hash key. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since a few days I am experiencing an issue when using the latest version of pgoapi. I try to login, provide some longitude and latitude and I am getting an error 100:
This appears to be successful. If I then create a request, e.g.:
then my response_dict looks like this:
Do you have any advices how I can proceed and where this bugs comes from? Thanks for your help!
Related: https://www.reddit.com/r/pokemongodev/comments/5w3x36/question_api_returns_status_code_100_session/
The text was updated successfully, but these errors were encountered: