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
Python: Traceback (most recent call last):
File "./pokecli.py", line 609, in
Python: main()
File "./pokecli.py", line 104, in main
Python: bot.tick()
File "C:\Luca\PokemonGO\bot_desktop_dev\gofbot\pokemongo_bot__init__.py", line 483, in tick
if worker.work() == WorkerResult.RUNNING:
File "C:\Luca\PokemonGO\bot_desktop_dev\gofbot\pokemongo_bot\cell_workers\follow_spiral.py", line 117, in work
Python: if dist <= 1 or (self.bot.config.walk > 0 and step_walker == None):
AttributeError: 'Namespace' object has no attribute 'walk'
Python: 2016-08-16 00:20:00,130 [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 "C:\Python\Python2.7\lib\site-packages\raven\transport\threaded.py", line 174, in send_sync
super(ThreadedHTTPTransport, self).send(data, headers)
File "C:\Python\Python2.7\lib\site-packages\raven\transport\http.py", line 47, in send
ca_certs=self.ca_certs,
File "C:\Python\Python2.7\lib\site-packages\raven\utils\http.py", line 66, in urlopen
return opener.open(url, data, timeout)
File "C:\Python\Python2.7\lib\site-packages\future\backports\urllib\request.py", line 494, in open
response = self._open(req, data)
File "C:\Python\Python2.7\lib\site-packages\future\backports\urllib\request.py", line 512, in _open
'_open', req)
File "C:\Python\Python2.7\lib\site-packages\future\backports\urllib\request.py", line 466, in _call_chain
result = func(*args)
File "C:\Python\Python2.7\lib\site-packages\raven\utils\http.py", line 46, in https_open
return self.do_open(ValidHTTPSConnection, req)
File "C:\Python\Python2.7\lib\site-packages\future\backports\urllib\request.py", line 1284, in do_open
h.request(req.get_method(), req.selector, req.data, headers)
File "C:\Python\Python2.7\lib\httplib.py", line 1057, in request
self._send_request(method, url, body, headers)
File "C:\Python\Python2.7\lib\httplib.py", line 1097, in _send_request
self.endheaders(body)
File "C:\Python\Python2.7\lib\httplib.py", line 1053, in endheaders
self._send_output(message_body)
File "C:\Python\Python2.7\lib\httplib.py", line 895, in _send_output
msg += message_body
UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
Your config.json (remove your credentials and any other private info)
Expected Behavior
Working bot
Actual Behavior
Your config.json (remove your credentials and any other private info)
Steps to Reproduce
Launch bot with latest dev commit
Other Information
OS: Windows 10 64bit
Git Commit: 603aca6
Python Version: 2.7.12
The text was updated successfully, but these errors were encountered: