-
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
Sentry responded with an error: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range #3522
Comments
Did this happen once, or every time you log the bot? Could you have a ip/soft ban? |
Every time. No ip/soft ban; I thought that was the case too, but I was able to log in via PokemonGo game app on iphone. |
double check your credentials, that's an odd error I'm also assuming you're eunning the latest commit on dev |
2016-08-11 03:01:38,615 [PokemonGoBot] [INFO] [bot_start] Starting bot... |
Credentials and running latest on dev branch, yes. |
I had the above mentioned issue, then i found that i did something wrong in config. Check your config once again and make sure it is up to date and correct |
same problem config
Log |
Have you started getting this issue after getting the latest updated clone or you faced this issue before taking the latest updates? |
What happens right before the crash? (Working from a phone so it's hard to trace using the error) |
Looks like my account is banned. I can log in with another PTC account. Logging in with the phone, I get 100% vanish rate & no poke stop rewards. Maybe the bot can display a message when this happens? I can't tell if it's a time-based ban or permanent yet. I do know it's not IP based. |
I had this error pop a couple times today on 2 different accounts. I restarted the bots and they went on their way. I had this error pop up while running only 1 bot and while running 2. I updated to the latest dev branch today but have had this error before. |
The last task (that i can see in the log) that was executed prior to the crash was a [MoveToFort] task, or actually multiple of them. Below is the exact error that i get.
|
I think my IP address in OVH get a ban so i got same error... looks like You get ban too. |
well i tget the same error but i dont think its ban because its fresh account and first try UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128) |
[root@localhost pogobot]# ./run.sh
2016-08-10 16:37:31,720 [ cli] [INFO] PokemonGO Bot v1.0
2016-08-10 16:37:31,722 [ cli] [INFO] Configuration initialized
2016-08-10 16:37:31,722 [pokemongo_bot.health_record.bot_event] [INFO] Health check is enabled. For more information:
2016-08-10 16:37:31,722 [pokemongo_bot.health_record.bot_event] [INFO] https://github.com/PokemonGoF/PokemonGo-Bot/tree/dev#analytics
2016-08-10 16:37:31,729 [requests.packages.urllib3.connectionpool] [INFO] Starting new HTTP connection (1): www.google-analytics.com
[16:37:31] Setting start location.2016-08-10 16:37:31,875 [PokemonGoBot] [INFO] [x] Coordinates found in passed in location, not geocoding.
[16:37:31] Location found: 48.8583736,2.2922926 (48.8583736, 2.2922926, 0.0)
[16:37:31] Now at (48.8583736, 2.2922926, 0)
[16:37:31] Login procedure started.Traceback (most recent call last):
File "pokecli.py", line 530, in
main()
File "pokecli.py", line 138, in main
report_summary(bot)
File "pokecli.py", line 147, in report_summary
metrics.capture_stats()
File "/mnt/hgfs/PhpstormProjects/pogobot/pokemongo_bot/metrics.py", line 76, in capture_stats
response_dict = request.call()
File "/mnt/hgfs/PhpstormProjects/pogobot/pokemongo_bot/api_wrapper.py", line 90, in call
if not self.can_call():
File "/mnt/hgfs/PhpstormProjects/pogobot/pokemongo_bot/api_wrapper.py", line 58, in can_call
raise NotLoggedInException()
pgoapi.exceptions.NotLoggedInException
2016-08-10 16:37:32,032 [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):
File "/usr/lib/python2.7/site-packages/raven/transport/threaded.py", line 174, in send_sync
super(ThreadedHTTPTransport, self).send(data, headers)
File "/usr/lib/python2.7/site-packages/raven/transport/http.py", line 47, in send
ca_certs=self.ca_certs,
File "/usr/lib/python2.7/site-packages/raven/utils/http.py", line 66, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/site-packages/future/backports/urllib/request.py", line 494, in open
response = self._open(req, data)
File "/usr/lib/python2.7/site-packages/future/backports/urllib/request.py", line 512, in _open
'_open', req)
File "/usr/lib/python2.7/site-packages/future/backports/urllib/request.py", line 466, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/site-packages/raven/utils/http.py", line 46, in https_open
return self.do_open(ValidHTTPSConnection, req)
File "/usr/lib/python2.7/site-packages/future/backports/urllib/request.py", line 1284, in do_open
h.request(req.get_method(), req.selector, req.data, headers)
File "/usr/lib64/python2.7/httplib.py", line 979, in request
self._send_request(method, url, body, headers)
File "/usr/lib64/python2.7/httplib.py", line 1013, in _send_request
self.endheaders(body)
File "/usr/lib64/python2.7/httplib.py", line 975, in endheaders
self._send_output(message_body)
File "/usr/lib64/python2.7/httplib.py", line 833, in _send_output
msg += message_body
UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
2016-08-10 16:37:32,033 [sentry.errors.uncaught] [ERROR] [u'NotLoggedInException', u' File "pokecli.py", line 530, in ', u' File "pokecli.py", line 138, in main', u' File "pokecli.py", line 147, in report_summary', u' File "pokemongo_bot/metrics.py", line 76, in capture_stats', u' File "pokemongo_bot/api_wrapper.py", line 90, in call', u' File "pokemongo_bot/api_wrapper.py", line 58, in can_call']
Wed Aug 10 16:37:32 EDT 2016 Pokebot Stopped.
The text was updated successfully, but these errors were encountered: