--------------------Starting bot-------------------- 2017-10-11 09:17:12,193 [ cli] [INFO] PokemonGO Bot v1.0 2017-10-11 09:17:12,203 [ cli] [INFO] commit: unknown 2017-10-11 09:17:12,204 [ cli] [INFO] No auth argument specified, checking for C:\Users\birdo\PokemonGo-BootPokemonGo-Bot\pokemongo_bot\..\configs\auth.json 2017-10-11 09:17:12,206 [ cli] [INFO] No config argument specified, checking for C:\Users\birdo\PokemonGo-BootPokemonGo-Bot\pokemongo_bot\..\configs\config.json 2017-10-11 09:17:12,210 [ cli] [INFO] Configuration initialized 2017-10-11 09:17:12,210 [pokemongo_bot.health_record.bot_event] [INFO] Health check is enabled. For more information: 2017-10-11 09:17:12,211 [pokemongo_bot.health_record.bot_event] [INFO] https://github.com/PokemonGoF/PokemonGo-Bot/tree/dev#analytics 2017-10-11 09:17:12,217 [requests.packages.urllib3.connectionpool] [INFO] Starting new HTTP connection (1): www.google-analytics.com (7672) wsgi starting up on http://127.0.0.1:4000 [2017-10-11 09:17:12] [MainThread] [PokemonGoBot] [INFO] Setting start location. [2017-10-11 09:17:14] [MainThread] [PokemonGoBot] [INFO] Location found: budapest (47.497912, 19.040235, 0.0) [2017-10-11 09:17:16] [MainThread] [PokemonGoBot] [INFO] Now at (47.497912, 19.040235, 0.0) [2017-10-11 09:17:16] [MainThread] [PokemonGoBot] [INFO] Login procedure started. [2017-10-11 09:17:22] [MainThread] [PokemonGoBot] [INFO] Login successful. [2017-10-11 09:17:22] [MainThread] [PokemonGoBot] [INFO] Checking for captcha challenge. [2017-10-11 09:17:23] [MainThread] [PokemonGoBot] [WARNING] No 2captcha token set, executing manual solving [2017-10-11 09:17:23] [MainThread] [PokemonGoBot] [ERROR] chromedriver.exe is needed for manual captcha solving! Please place it in the bots root directory _inventory was not initialized _inventory was not initialized [2017-10-11 09:17:23] [MainThread] [ cli] [INFO] [2017-10-11 09:17:23] [MainThread] [ cli] [INFO] Ran for 0:00:11 [2017-10-11 09:17:23] [MainThread] [ cli] [INFO] Total XP Earned: 0 Average: 0.00/h [2017-10-11 09:17:23] [MainThread] [ cli] [INFO] Travelled 0.00km [2017-10-11 09:17:23] [MainThread] [ cli] [INFO] Visited 0 stops [2017-10-11 09:17:23] [MainThread] [ cli] [INFO] Encountered 0 pokemon, 0 caught, 0 released, 0 evolved, 0 never seen before () [2017-10-11 09:17:23] [MainThread] [ cli] [INFO] Threw 0 pokeballs [2017-10-11 09:17:23] [MainThread] [ cli] [INFO] Earned 0 Stardust [2017-10-11 09:17:23] [MainThread] [ cli] [INFO] Hatched eggs 0 [2017-10-11 09:17:23] [MainThread] [ cli] [INFO] [2017-10-11 09:17:23] [MainThread] [ cli] [INFO] Highest CP Pokemon: [2017-10-11 09:17:23] [MainThread] [ cli] [INFO] Most Perfect Pokemon: Traceback (most recent call last): File "pokecli.py", line 978, in main() File "pokecli.py", line 247, in main bot = start_bot(bot, config) File "pokecli.py", line 199, in start_bot bot.start(bot) File "C:\Users\birdo\PokemonGo-BootPokemonGo-Bot\pokemongo_bot\__init__.py", line 186, in start self._setup_api() File "C:\Users\birdo\PokemonGo-BootPokemonGo-Bot\pokemongo_bot\__init__.py", line 1187, in _setup_api self.login() File "C:\Users\birdo\PokemonGo-BootPokemonGo-Bot\pokemongo_bot\__init__.py", line 1099, in login formatted="Login successful." File "C:\Users\birdo\PokemonGo-BootPokemonGo-Bot\pokemongo_bot\event_manager.py", line 209, in emit handler.handle_event(event, sender, level, formatted_msg, data) File "C:\Users\birdo\PokemonGo-BootPokemonGo-Bot\pokemongo_bot\event_handlers\captcha_handler.py", line 98, in handle_event token = self.get_token(url) File "C:\Users\birdo\PokemonGo-BootPokemonGo-Bot\pokemongo_bot\event_handlers\captcha_handler.py", line 41, in get_token sys.exit(1) NameError: global name 'sys' is not defined [2017-10-11 09:17:23] [MainThread] [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:\Python27\lib\site-packages\raven\transport\threaded.py", line 174, in send_sync super(ThreadedHTTPTransport, self).send(data, headers) File "C:\Python27\lib\site-packages\raven\transport\http.py", line 47, in send ca_certs=self.ca_certs, File "C:\Python27\lib\site-packages\raven\utils\http.py", line 66, in urlopen return opener.open(url, data, timeout) File "C:\Python27\lib\site-packages\future\backports\urllib\request.py", line 494, in open response = self._open(req, data) File "C:\Python27\lib\site-packages\future\backports\urllib\request.py", line 512, in _open '_open', req) File "C:\Python27\lib\site-packages\future\backports\urllib\request.py", line 466, in _call_chain result = func(*args) File "C:\Python27\lib\site-packages\raven\utils\http.py", line 46, in https_open return self.do_open(ValidHTTPSConnection, req) File "C:\Python27\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:\Python27\lib\httplib.py", line 1057, in request self._send_request(method, url, body, headers) File "C:\Python27\lib\httplib.py", line 1097, in _send_request self.endheaders(body) File "C:\Python27\lib\httplib.py", line 1053, in endheaders self._send_output(message_body) File "C:\Python27\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) [2017-10-11 09:17:23] [MainThread] [sentry.errors.uncaught] [ERROR] [u"NameError: global name 'sys' is not defined", u' File "pokecli.py", line 978, in ', u' File "pokecli.py", line 247, in main', u' File "pokecli.py", line 199, in start_bot', u' File "C:\\Users\\birdo\\PokemonGo-BootPokemonGo-Bot\\pokemongo_bot\\__init__.py", line 186, in start', u' File "C:\\Users\\birdo\\PokemonGo-BootPokemonGo-Bot\\pokemongo_bot\\__init__.py", line 1187, in _setup_api', u' File "C:\\Users\\birdo\\PokemonGo-BootPokemonGo-Bot\\pokemongo_bot\\__init__.py", line 1099, in login', u' File "C:\\Users\\birdo\\PokemonGo-BootPokemonGo-Bot\\pokemongo_bot\\event_manager.py", line 209, in emit', u' File "C:\\Users\\birdo\\PokemonGo-BootPokemonGo-Bot\\pokemongo_bot\\event_handlers\\captcha_handler.py", line 98, in handle_event', u' File "C:\\Users\\birdo\\PokemonGo-BootPokemonGo-Bot\\pokemongo_bot\\event_handlers\\captcha_handler.py", line 41, in get_token'] Something went wrong and the bot needed to be restarted. Please investigate the cause. Waiting for 59