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
I can login with the app, so I guess am not banned.
Expected Behavior
Logged in successfully.
Actual Behavior
2016-08-10 11:42:10,266 [ cli] [INFO] PokemonGO Bot v1.0
2016-08-10 11:42:10,285 [ cli] [INFO] Configuration initialized
2016-08-10 11:42:10,286 [pokemongo_bot.health_record.bot_event] [INFO] Health check is enabled. For more information:
2016-08-10 11:42:10,287 [pokemongo_bot.health_record.bot_event] [INFO] https://github.com/PokemonGoF/PokemonGo-Bot/tree/dev#analytics
2016-08-10 11:42:10,339 [requests.packages.urllib3.connectionpool] [INFO] Starting new HTTP connection (1): www.google-analytics.com
[11:42:10] Setting start location.2016-08-10 11:42:10,414 [PokemonGoBot] [INFO] [x] Coordinates found in passed in location, not geocoding.
[11:42:10] Location found: 51.8527712,4.3377733 (51.8527712, 4.3377733, 0.0)
[11:42:10] Now at (51.8527712, 4.3377733, 0)
[11:42:10] Login procedure started.Traceback (most recent call last):
File "pokecli.py", line 530, in <module>
main()
File "pokecli.py", line 138, in main
report_summary(bot)
File "pokecli.py", line 147, in report_summary
metrics.capture_stats()
File "/home/pi/PokemonGo-Bot/pokemongo_bot/metrics.py", line 76, in capture_stats
response_dict = request.call()
File "/home/pi/PokemonGo-Bot/pokemongo_bot/api_wrapper.py", line 90, in call
if not self.can_call():
File "/home/pi/PokemonGo-Bot/pokemongo_bot/api_wrapper.py", line 58, in can_call
raise NotLoggedInException()
pgoapi.exceptions.NotLoggedInException
2016-08-10 11:44:18,344 [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-10 11:44:18,348 [sentry.errors.uncaught] [ERROR] [u'NotLoggedInException', u' File "pokecli.py", line 530, in <module>', 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']
Process crashed with exit code 1. Respawning..
Your config.json (remove your credentials and any other private info)
I can login with the app, so I guess am not banned.
Expected Behavior
Logged in successfully.
Actual Behavior
Your config.json (remove your credentials and any other private info)
Steps to Reproduce
Latest dev, restart bot?
Other Information
OS: Pi
Git Commit: 01bc14d
Python Version: Python 2.7.3
The text was updated successfully, but these errors were encountered: