You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really. I becomes "????" because your stdout in not configured to display utf-8 encoded characters.
If you change that, you will see all the characters.
This is a buggy thing at windows. It's not possible to set default charset to UTF-8 because lots of application can stop working. But there is nice solution for this, before running python pokecli.py if you run this command then your UTF-8 problem will be resolved chcp 65001
Important thing is you should run the command everytim before you start the bot ;)
[2016-09-12 22:59:12] [ SpinFort] [INFO] Spun pokestop ???????. Experience awarded: 50. Items awarded: 3x Pokeball
[2016-09-12 22:59:17] [MoveToFort] [INFO] Moving towards pokestop ???????? - 0.05km
[2016-09-12 22:59:23] [ SpinFort] [INFO] Spun pokestop ????????. Experience awarded: 50. Items awarded: 1x Pokeball, 2x Greatball
[2016-09-12 22:59:28] [MoveToFort] [INFO] Moving towards pokestop ???? - 0.12km
[2016-09-12 22:59:33] [MoveToFort] [INFO] Moving towards pokestop ???? - 0.11km
[2016-09-12 22:59:39] [MoveToFort] [INFO] Moving towards pokestop ???? - 0.10km
The text was updated successfully, but these errors were encountered: