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
Traceback (most recent call last):
File "pokecli.py", line 609, in
main()
File "pokecli.py", line 104, in main
bot.tick()
File "/root/pgo2/pokemongo_bot/init.py", line 483, in tick
if worker.work() == WorkerResult.RUNNING:
File "/root/pgo2/pokemongo_bot/cell_workers/follow_spiral.py", line 117, in work
if dist <= 1 or (self.bot.config.walk > 0 and step_walker == None):
AttributeError: 'Namespace' object has no attribute 'walk'
2016-08-16 09:50:14,022 [sentry.errors] [ERROR] Sentry responded with an error: 'module' object has no attribute 'HTTPSHandler' (url: https://app.getsentry.com/api/90254/store/)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/raven/transport/threaded.py", line 174, in send_sync
super(ThreadedHTTPTransport, self).send(data, headers)
File "/usr/local/lib/python2.7/dist-packages/raven/transport/http.py", line 47, in send
ca_certs=self.ca_certs,
File "/usr/local/lib/python2.7/dist-packages/raven/utils/http.py", line 44, in urlopen
class ValidHTTPSHandler(urllib2.HTTPSHandler):
AttributeError: 'module' object has no attribute 'HTTPSHandler'
2016-08-16 09:50:14,022 [sentry.errors.uncaught] [ERROR] [u"AttributeError: 'Namespace' object has no attribute 'walk'", u' File "pokecli.py", line 609, in ', u' File "pokecli.py", line 104, in main', u' File "pokemongo_bot/init.py", line 483, in tick', u' File "pokemongo_bot/cell_workers/follow_spiral.py", line 117, in work']
Steps to Reproduce
Other Information
OS:
Debian 7, python 2.7
Branch:
Master
Git Commit: 52495ae
Python Version:
2.7.3
Any other relevant files/configs (eg: path files)
The text was updated successfully, but these errors were encountered:
Expected Behavior
The bot should not crash
Actual Behavior
After successful login, and the bot starting it crashes.
Your FULL config.json (remove your username, password, gmapkey and any other private {
}
Output when issue occurred
Traceback (most recent call last):
File "pokecli.py", line 609, in
main()
File "pokecli.py", line 104, in main
bot.tick()
File "/root/pgo2/pokemongo_bot/init.py", line 483, in tick
if worker.work() == WorkerResult.RUNNING:
File "/root/pgo2/pokemongo_bot/cell_workers/follow_spiral.py", line 117, in work
if dist <= 1 or (self.bot.config.walk > 0 and step_walker == None):
AttributeError: 'Namespace' object has no attribute 'walk'
2016-08-16 09:50:14,022 [sentry.errors] [ERROR] Sentry responded with an error: 'module' object has no attribute 'HTTPSHandler' (url: https://app.getsentry.com/api/90254/store/)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/raven/transport/threaded.py", line 174, in send_sync
super(ThreadedHTTPTransport, self).send(data, headers)
File "/usr/local/lib/python2.7/dist-packages/raven/transport/http.py", line 47, in send
ca_certs=self.ca_certs,
File "/usr/local/lib/python2.7/dist-packages/raven/utils/http.py", line 44, in urlopen
class ValidHTTPSHandler(urllib2.HTTPSHandler):
AttributeError: 'module' object has no attribute 'HTTPSHandler'
2016-08-16 09:50:14,022 [sentry.errors.uncaught] [ERROR] [u"AttributeError: 'Namespace' object has no attribute 'walk'", u' File "pokecli.py", line 609, in ', u' File "pokecli.py", line 104, in main', u' File "pokemongo_bot/init.py", line 483, in tick', u' File "pokemongo_bot/cell_workers/follow_spiral.py", line 117, in work']
Steps to Reproduce
Other Information
OS:
Debian 7, python 2.7
Branch:
Master
Git Commit:
52495ae
Python Version:
2.7.3
Any other relevant files/configs (eg: path files)
The text was updated successfully, but these errors were encountered: