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
After log in, the bot starts and I get two python errors.
The game still works normally on the iPhone.
The bot has worked perfect up to level 25 and this seems to have started after I used the account on my iPhone to hatch some eggs.
I get the exact same error when trying to log into my legit game too.
2017-01-27 17:54:39,960 [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 "packages/raven/transport/threaded.py", line 174, in send_sync
super(ThreadedHTTPTransport, self).send(data, headers)
File "packages/raven/transport/http.py", line 47, in send
ca_certs=self.ca_certs,
File "packages/raven/utils/http.py", line 44, in urlopen
class ValidHTTPSHandler(urllib2.HTTPSHandler):
AttributeError: 'module' object has no attribute 'HTTPSHandler'
2017-01-27 17:54:39,961 [sentry.errors.uncaught] [ERROR] [u'IndexError: list index out of range', u' File "pokecli.py", line 504, in ', u' File "pokecli.py", line 90, in main', u' File "pokemongo_bot/init.py", line 434, in tick', u' File "pokemongo_bot/cell_workers/transfer_pokemon.py", line 16, in work']
The text was updated successfully, but these errors were encountered:
Start Bot
Python crash
Log on
Information
After log in, the bot starts and I get two python errors.
The game still works normally on the iPhone.
The bot has worked perfect up to level 25 and this seems to have started after I used the account on my iPhone to hatch some eggs.
I get the exact same error when trying to log into my legit game too.
2017-01-27 17:54:39,960 [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 "packages/raven/transport/threaded.py", line 174, in send_sync
super(ThreadedHTTPTransport, self).send(data, headers)
File "packages/raven/transport/http.py", line 47, in send
ca_certs=self.ca_certs,
File "packages/raven/utils/http.py", line 44, in urlopen
class ValidHTTPSHandler(urllib2.HTTPSHandler):
AttributeError: 'module' object has no attribute 'HTTPSHandler'
2017-01-27 17:54:39,961 [sentry.errors.uncaught] [ERROR] [u'IndexError: list index out of range', u' File "pokecli.py", line 504, in ', u' File "pokecli.py", line 90, in main', u' File "pokemongo_bot/init.py", line 434, in tick', u' File "pokemongo_bot/cell_workers/transfer_pokemon.py", line 16, in work']
The text was updated successfully, but these errors were encountered: