-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[SOLVED]ERROR after login successful #4477
Comments
i have had multiple unicode decode error due to wrong api. Check if your pip install blabla installs 1.1.6 or 1.1.8 pgoapi. If its the wrong one try to delete the pgoapi and pgo....egg folder inn ex. C:\Python27\Lib\site-packages and do an install again to see if it installs the 1.1.8 |
Agree with @thereyrey . Was running into this issue on a few bots running against same code. Some worked, and some didn't. Doing a fresh install resolved the problem for me. |
I did a fresh install. I then did a ./setup.sh -i. Then I entered the virtualenv with The same problem exists. This happens in both master and dev branches that are updated to the latest commit. Master: |
@thereyrey The correct version appears to be in installed. So I'm not sure it's the pgoapi. The pgoapi submodule is from joelgreen:
Running on the current master branch
It appears to die during 'GET_PLAYER' RPC request.
|
SOLVED. Solution:
|
@chrisle |
@chrisle how to configure the exit node to specific country? |
@thereyrey thanks a lot i lov u dude!!!!
and reinstall. |
config.json is valid JSON by using http://jsonlint.com/ to check.
Expected Behavior
the bot should work after login successful.
Actual Behavior
Something went wrong and the bot needed to be restarted.
1.call() takes exactly 1 argument (2 given)
2.Sentry responded with an error: 'utf8' codec can't decode byte 0x9c in position 1 : invalid start byte
Your FULL config.json (remove your username, password, gmapkey and any other private info)
Output when issue occurred
Steps to Reproduce
Using PokemonGo-Bot-Start.bat to reinstall
Other Information
OS: windows 7
Branch: master
Git Commit: 601e21d
Python Version: 2.7.12
Any other relevant files/configs (eg: path files)
The text was updated successfully, but these errors were encountered: