-
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 0xe6 0x9c #2677
Comments
Likely fixed in #2673 |
Not fixed, still got same error. |
Temporary set "health_record": false in your config file may help |
2016-08-07 14:32:48,605 [MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop XXX - 0.05km (attraction of lure 0.05km) |
@pmquan it's not help, but thanks |
For any developers came here:
I think the error happened when the fort_name included the Unicode character. The temporary solution: Edit the file pokemongo_bot/cell_workers/catch_lured_pokemon.py
Or if you don't want to touch the code, run your bot with an extra python environment: |
should be fixed with #2720 otherwise open a new issue for fresh eyes on the current code. |
2016-08-07 14:34:29,445 [ cli] [INFO] Most Perfect Pokemon:
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 0xe6 in position 0: ordinal not in range(128)
2016-08-07 14:34:29,452 [sentry.errors] [ERROR] Sentry responded with an error: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128) (url: https://app.getsentry.com/api/90254/store/)
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered: