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