-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
Uncaught Exception: Retrieved a unknown status code 100 #90
Comments
Please can you show all your code. |
this is my code http://imgur.com/a/LRgp3. |
@ro1963855 Can you please post whole error with stack trace ? |
@ro1963855 Why do you have $profile->update() ? You don't need it there. And you're using it incorrectly thus causing the error. Please remove the line that contains $profile->update() and try again. Try following this example: |
after i remove that line, error message became http://imgur.com/a/TBurB, and this is my code http://imgur.com/a/s9HqD |
@ro1963855 Please make sure you're using the latest version of the API, do a |
Have you logged in using the account before? // 10X seems to relate authentication, there is probably a banned status code in this series |
Just an idea, if you have not logged in yet, I saw some discussion about automatic TOS accepting in keyphact/pgoapi, maybe this status code means TOS have not been accepted yet? |
I haven't been able to reproduce the 100 status code. I don't think it's related to TOS. |
I fixed this problem after I update PHP version from 5.6 to 7.0, thanks everybody for your help. |
This problem also occurs in php7 environment. $pokemonGoApi = $application->getPokemonGoApi(); |
Yes I just started getting this problem also
It was working up until Niantic changed something yesterday. |
With a stack ...
Steps 1 and 2 are my code. |
Redirect to this issue |
when i called the $profile->getProfileData(), i get the error message like this http://imgur.com/HziXAMw, how can I fix it. Thanks!
The text was updated successfully, but these errors were encountered: