-
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
[Dev] UnicodeDecodeError #1806
Comments
Got this as well |
Got this too
|
Got it too |
going to submit a PR |
Still the same
Git commit: 2f277fd |
@matrix14 PR submitted but haven't merge...please wait or you can use my branch first |
Actual Behavior
File "/pokemongo_bot/cell_workers/move_to_fort_worker.py", line 43, in work
logger.log('Moving towards fort {}, {} left'.format(fort_name, format_dist(dist, unit)))
crash with non ascii fort names:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 33: ordinal not in range(128)
Other Information
OS: MacOsx
Git Commit: 2f277fd
The text was updated successfully, but these errors were encountered: