-
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
error: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range #3176
Comments
Right now solving by setting |
@shivamkalra I'm in master branch and this doesn't help. |
CAn confirm @shivamkalra fix works! |
Interesting i got again this problem after today norning git pull.... Traceback (most recent call last): |
same as @takenek, but it will restart again and move on for a while then appear "ndexError: list index out of range" again. |
Also make sure you run:
So far I've not got this one. |
I'm getting the same thing as @takenek and @denielchiang, as of latest pull today |
After running your suggestion @shivamkalra still getting ascii errors:
|
@shivamkalra 2016-08-09 11:19:21,568 [ cli] [INFO] Ran for 0:02:08 |
I apparently got this issue on 2 out my 10-11 bots. But they started working again after 10 minutes rest. Not a great solution, but try for now. |
This may not be for a regular user but I changed some of the code in rpc_api.py on pgoapi
I think the api is being bombarded and results in an error. Not sure how this helps. I am going to observe this |
@shivamkalra, i did nothing and just restarted it 15 mins ago and so far so good. I didn't see any error message appears again. Take a 10 min rest may really helped, thank you! @franciszabala, I also added this part of log into roc_api.py and if this exception happens next time, i will observe this log...thanks :) |
Now it becomes to this, but still works after auto-restart it...watching it now 2016-08-09 13:10:37,707 [ cli] [INFO] Most Perfect Pokemon: Goldeen [CP: 370] [IV: 13/13/11] Potential: 0.82 |
After pull the newest version 6 hours ago it never happened again... |
I still got this issue, can someone check this again? |
2016-08-11 18:36:48,666 [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/) |
I get it too since a master update (of yesterday changes) |
Same here.. Was working til I did the latest update two days ago.. Any solution? |
I keep getting
ascii
codec can't decode error. I've tried fixes in #2686 and #2776 but no luck.Error Trace
Steps to Reproduce
dev
branch.Other Information
OS: Linux
Git Commit: 4b16e9d
Python Version: 2.7.9
The text was updated successfully, but these errors were encountered: