Skip to content
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 after login procedure / raspbian #5223

Closed
Rysanlos opened this issue Sep 5, 2016 · 2 comments
Closed

error after login procedure / raspbian #5223

Rysanlos opened this issue Sep 5, 2016 · 2 comments

Comments

@Rysanlos
Copy link

Rysanlos commented Sep 5, 2016

pi@raspberrypi ~/PokemonGo-Bot $ ./run.sh
2016-09-05 22:10:20,795 [ cli] [INFO] PokemonGO Bot v1.0
2016-09-05 22:10:20,870 [ cli] [INFO] commit: ca94424
2016-09-05 22:10:20,982 [ cli] [INFO] Configuration initialized
2016-09-05 22:10:20,988 [pokemongo_bot.health_record.bot_event] [INFO] Health check is enabled. For more information:
2016-09-05 22:10:20,992 [pokemongo_bot.health_record.bot_event] [INFO] https://github.com/PokemonGoF/PokemonGo-Bot/tree/dev#analytics
2016-09-05 22:10:21,178 [requests.packages.urllib3.connectionpool] [INFO] Starting new HTTP connection (1): www.google-analytics.com
(22416) wsgi starting up on http://127.0.0.1:4000
2016-09-05 22:10:26,499 [requests.packages.urllib3.connectionpool] [INFO] Starting new HTTP connection (1): 127.0.0.1
[2016-09-05 22:10:26] [SleepSchedule] [INFO] [next_sleep] Next sleep at 12:21:34, for a duration of 5:14:18
[2016-09-05 22:10:26] [PokemonGoBot] [INFO] [set_start_location] Setting start location.
[2016-09-05 22:10:26] [PokemonGoBot] [INFO] [x] Coordinates found in passed in location, not geocoding.
[2016-09-05 22:10:26] [PokemonGoBot] [INFO] [location_found] Location found: 47.2303534,-0.7666288 (47.2303534, -0.7666288, 8.0)
[2016-09-05 22:10:26] [PokemonGoBot] [INFO] [position_update] Now at (47.2303534, -0.7666288, 8.0)
[2016-09-05 22:10:26] [PokemonGoBot] [INFO] [login_started] Login procedure started.
Traceback (most recent call last):
File "pokecli.py", line 795, in
main()
File "pokecli.py", line 231, in main
report_summary(bot)
File "pokecli.py", line 279, in report_summary
metrics.capture_stats()
File "/home/pi/PokemonGo-Bot/pokemongo_bot/metrics.py", line 108, in capture_stats
response_dict = request.call()
File "/home/pi/PokemonGo-Bot/pokemongo_bot/api_wrapper.py", line 223, in call
if not self.can_call():
File "/home/pi/PokemonGo-Bot/pokemongo_bot/api_wrapper.py", line 128, in can_call
raise NotLoggedInException()
pgoapi.exceptions.NotLoggedInException
[2016-09-05 22:10:27] [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 "/home/pi/PokemonGo-Bot/local/lib/python2.7/site-packages/raven/transport/threaded.py", line 174, in send_sync
super(ThreadedHTTPTransport, self).send(data, headers)
File "/home/pi/PokemonGo-Bot/local/lib/python2.7/site-packages/raven/transport/http.py", line 47, in send
ca_certs=self.ca_certs,
File "/home/pi/PokemonGo-Bot/local/lib/python2.7/site-packages/raven/utils/http.py", line 44, in urlopen
class ValidHTTPSHandler(urllib2.HTTPSHandler):
AttributeError: 'module' object has no attribute 'HTTPSHandler'
[2016-09-05 22:10:27] [sentry.errors.uncaught] [ERROR] [u'NotLoggedInException', u' File "pokecli.py", line 795, in ', u' File "pokecli.py", line 231, in main', u' File "pokecli.py", line 279, in report_summary', u' File "pokemongo_bot/metrics.py", line 108, in capture_stats', u' File "pokemongo_bot/api_wrapper.py", line 223, in call', u' File "pokemongo_bot/api_wrapper.py", line 128, in can_call']
Mon Sep 5 22:10:28 UTC 2016 Pokebot Stopped.
Press any button or wait 20 seconds to continue.

@sohje
Copy link
Contributor

sohje commented Sep 5, 2016

What branch? There is a template for issues, please fill that form with necessary info.

@oralunal
Copy link
Contributor

oralunal commented Sep 6, 2016

Please use the issue template.

@oralunal oralunal closed this as completed Sep 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants