-
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
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 3: ordinal not in range(128) #2743
Comments
Same here OS: linux debian |
Same here |
aye, same |
merged, same issue @Philipp59 |
did a pull on the merged code, but still got the same (or kinda the same) error: UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128) Any help ? |
confirm same error |
|
The decryption library is not present in your install. It has to be hand-installed. It's not part of the git repository. |
Thanks for the info, Any link on where i can get the decryption library? |
wget http://pgoapi.com/pgoencrypt.tar.gz && tar -xf pgoencrypt.tar.gz && cd pgoencrypt/src/ && make && mv libencrypt.so /lib/encrypt.so |
thanks @cliffalbert forgot to move from src to pogobot folder |
@brumie tried this, downloaded encrypt.so, put it into main Pokemongo directory, still same issue... File "/home/inzaghi89/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 1284, in do_open |
#2769 (comment) this solve my problem. |
Hey guys,
Does anyone have a solution to this ?
Expected Behavior
bot to work
Actual Behavior
Traceback (most recent call last):
File "pokecli.py", line 493, in
main()
File "pokecli.py", line 129, in main
raise e
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 3: ordinal not in range(128)
Steps to Reproduce
python pokecli.py
Other Information
OS:
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
Python Version: (run 'python -V' and paste it here)
The text was updated successfully, but these errors were encountered: