Skip to content
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

why always UnicodeDecodeError . i used 3day ago ,it's work .why i pull dev and i pull many time .still not work #3239

Closed
GucciChen opened this issue Aug 9, 2016 · 9 comments

Comments

@GucciChen
Copy link

3 days ago. i used it well ,it can work .then i pull dev baranh,when you conmmit i just pull.
and always not work !!!

UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
2016-08-09 16:23:57,564 [sentry.errors.uncaught] [ERROR] [u'KeyboardInterrupt', u' File "pokecli.py", line 521, in ', u' File "pokecli.py", line 74, in main', u' File "pokemongo_bot/health_record/bot_event.py", line 46, in login_success', u' File "pokemongo_bot/health_record/bot_event.py", line 78, in track_url', u' File "requests/api.py", line 111, in post', u' File "requests/api.py", line 57, in request', u' File "requests/sessions.py", line 475, in request', u' File "requests/sessions.py", line 585, in send', u' File "requests/adapters.py", line 403, in send', u' File "usr/local/lib/python2.7/dist-packages/urllib3/connectionpool.py", line 595, in urlopen', u' File "usr/local/lib/python2.7/dist-packages/urllib3/connectionpool.py", line 386, in _make_request', u' File "python2.7/httplib.py", line 1136, in getresponse', u' File "python2.7/httplib.py", line 453, in begin', u' File "python2.7/httplib.py", line 409, in _read_status', u' File "python2.7/socket.py", line 480, in readline', u' File "eventlet/greenio/base.py", line 349, in recv', u' File "eventlet/greenio/base.py", line 343, in _recv_loop', u' File "eventlet/greenio/base.py", line 314, in _read_trampoline', u' File "eventlet/greenio/base.py", line 203, in _trampoline', u' File "eventlet/hubs/init.py", line 162, in trampoline', u' File "eventlet/hubs/hub.py", line 294, in switch', u' File "eventlet/hubs/hub.py", line 346, in run', u' File "eventlet/hubs/poll.py", line 85, in wait', u' File "eventlet/hubs/epolls.py", line 62, in do_poll']

OS: debian 8
Git Commit: e4c54dc
Python Version: Python 2.7.12

@YoshiYo
Copy link

YoshiYo commented Aug 9, 2016

Same error
Python Version : 2.7.9

@chrisgzf
Copy link

chrisgzf commented Aug 9, 2016

In PokemonGo-Bot folder, run

wget http://pgoapi.com/pgoencrypt.tar.gz && tar -xf pgoencrypt.tar.gz && cd pgoencrypt/src/ && make && mv libencrypt.so ../../encrypt.so

@GucciChen
Copy link
Author

@chrisgzf i did it .it still UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
3 day ago i used BOT well .why after pull .always UnicodeDecodeError

@Yanush7
Copy link

Yanush7 commented Aug 9, 2016

I cant use the bot since the api changed, It always gives me this error even that i have nevest version of the bot and encrypt.dll.
It also seems that noone can help with that - people who have this problem usually fixed it by using encrypt.so or encrypt.dll (depend on OS) but in my case (and few other people) it is still not working.
Have to move to another bot i guess :(

@Lunik
Copy link

Lunik commented Aug 9, 2016

Disable health record in config.json

@Yanush7
Copy link

Yanush7 commented Aug 9, 2016

Tried disabling healt record too, and with no luck, just getting me different error,

@GucciChen
Copy link
Author

and i can't git revert which commit i used well .....

@Union1978
Copy link

I am having the same issue, is there an equivalent command to run for Windows as @chrisgzf posted above?

wget http://pgoapi.com/pgoencrypt.tar.gz && tar -xf pgoencrypt.tar.gz && cd pgoencrypt/src/ && make && mv libencrypt.so ../../encrypt.so

@RedViper9
Copy link
Contributor

You need the encrypt.dll not encrypt.so. Also make sure you get the 32bit encrypt.dll regardless of whether you have 32bit or 64bit windows.

@k4n30 k4n30 closed this as completed Aug 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants