Advertisement
Guest User

Untitled

a guest
Aug 10th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. C:\PK\pogo>c:\python27\python mgr.py
  2. Line 85,api.py - 2016-08-10 23:46:12,648 - INFO - Creating Google session for [email protected]
  3. Line 788,connectionpool.py - 2016-08-10 23:46:12,671 - INFO - Starting new HTTPS connection (1): android.clients.google.com
  4. Line 788,connectionpool.py - 2016-08-10 23:46:14,184 - INFO - Starting new HTTPS connection (1): android.clients.google.com
  5. Line 65,api.py - 2016-08-10 23:46:14,632 - INFO - Coordinates: 40.4167101 -3.7037799 8
  6. Line 788,connectionpool.py - 2016-08-10 23:46:14,648 - INFO - Starting new HTTPS connection (1): pgorelease.nianticlabs.com
  7. Traceback (most recent call last):
  8. File "mgr.py", line 271, in <module>
  9. session = poko_session.authenticate(locationLookup=config.get('CONFIG','startLoc'))
  10. File "C:\PK\pogo\api.py", line 150, in authenticate
  11. }[self.provider](locationLookup=locationLookup, noop=noop)
  12. File "C:\PK\pogo\api.py", line 102, in createGoogleSession
  13. noop=noop
  14. File "C:\PK\pogo\api.py", line 73, in createPogoSession
  15. self.encryptLib
  16. File "C:\PK\pogo\session_bare.py", line 51, in __init__
  17. self.getInventory()
  18. File "C:\PK\pogo\session.py", line 40, in getInventory
  19. self.getProfile()
  20. File "C:\PK\pogo\session.py", line 73, in getProfile
  21. res = self.wrapAndRequest(payload)
  22. File "C:\PK\pogo\session_bare.py", line 177, in wrapAndRequest
  23. res = self.request(self.wrapInRequest(payload, defaults=defaults))
  24. File "C:\PK\pogo\session_bare.py", line 124, in wrapInRequest
  25. signature = hashSignature(proto, self._encryptLib)
  26. File "C:\PK\pogo\util.py", line 83, in hashSignature
  27. library = ctypes.cdll.LoadLibrary(libraryPath)
  28. File "c:\python27\lib\ctypes\__init__.py", line 440, in LoadLibrary
  29. return self._dlltype(name)
  30. File "c:\python27\lib\ctypes\__init__.py", line 362, in __init__
  31. self._handle = _dlopen(self._name, mode)
  32. WindowsError: [Error 126] Le module spΘcifiΘ est introuvable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement