Advertisement
Guest User

Untitled

a guest
Aug 11th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. 2016-08-11 07:46:09,226 [search_worker_281][ search][ ERROR] Exception in search_worker: ("bad handshake: SysCallError(10054, 'WSAECONNRESET')",)
  2. Traceback (most recent call last):
  3. File "C:\PoGo\PokemonGo-Map-2.2.0\pogom\search.py", line 227, in search_worker_thread
  4. check_login(args, account, api, step_location)
  5. File "C:\PoGo\PokemonGo-Map-2.2.0\pogom\search.py", line 276, in check_login
  6. api.set_authentication(provider = account['auth_service'], username = account['username'], password = account['password'])
  7. File "C:\Python27\lib\site-packages\pgoapi\pgoapi.py", line 82, in set_authentication
  8. self._auth_provider.user_login(username, password)
  9. File "C:\Python27\lib\site-packages\pgoapi\auth_ptc.py", line 63, in user_login
  10. r = self._session.get(self.PTC_LOGIN_URL, headers=head)
  11. File "C:\Python27\lib\site-packages\requests\sessions.py", line 487, in get
  12. return self.request('GET', url, **kwargs)
  13. File "C:\Python27\lib\site-packages\requests\sessions.py", line 475, in request
  14. resp = self.send(prep, **send_kwargs)
  15. File "C:\Python27\lib\site-packages\requests\sessions.py", line 585, in send
  16. r = adapter.send(request, **kwargs)
  17. File "C:\Python27\lib\site-packages\requests\adapters.py", line 477, in send
  18. raise SSLError(e, request=request)
  19. SSLError: ("bad handshake: SysCallError(10054, 'WSAECONNRESET')",)
  20. 2016-08-11 07:46:09,227 [search_worker_112][ search][ ERROR] Exception in search_worker: ("bad handshake: SysCallError(10054, 'WSAECONNRESET')",)
  21. Traceback (most recent call last):
  22. File "C:\PoGo\PokemonGo-Map-2.2.0\pogom\search.py", line 227, in search_worker_thread
  23. check_login(args, account, api, step_location)
  24. File "C:\PoGo\PokemonGo-Map-2.2.0\pogom\search.py", line 276, in check_login
  25. api.set_authentication(provider = account['auth_service'], username = account['username'], password = account['password'])
  26. File "C:\Python27\lib\site-packages\pgoapi\pgoapi.py", line 82, in set_authentication
  27. self._auth_provider.user_login(username, password)
  28. File "C:\Python27\lib\site-packages\pgoapi\auth_ptc.py", line 63, in user_login
  29. r = self._session.get(self.PTC_LOGIN_URL, headers=head)
  30. File "C:\Python27\lib\site-packages\requests\sessions.py", line 487, in get
  31. return self.request('GET', url, **kwargs)
  32. File "C:\Python27\lib\site-packages\requests\sessions.py", line 475, in request
  33. resp = self.send(prep, **send_kwargs)
  34. File "C:\Python27\lib\site-packages\requests\sessions.py", line 585, in send
  35. r = adapter.send(request, **kwargs)
  36. File "C:\Python27\lib\site-packages\requests\adapters.py", line 477, in send
  37. raise SSLError(e, request=request)
  38. SSLError: ("bad handshake: SysCallError(10054, 'WSAECONNRESET')",)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement