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
Line 145,api.py- 2016-08-11 11:13:06,055 - INFO - Creating PTC session for ******
Line 788,connectionpool.py- 2016-08-11 11:13:06,060 - INFO - Starting new HTTPS connection (1): sso.pokemon.com
Line 102,api.py- 2016-08-11 11:13:06,804 - INFO - Coordinates: 50.4424323 30.5139853 8
Line 788,connectionpool.py- 2016-08-11 11:13:06,805 - INFO - Starting new HTTPS connection (1): pgorelease.nianticlabs.com
Traceback (most recent call last):
File "demo.py", line 416, in
session = poko_session.authenticate(locationLookup=args.location)
File "/home/iz/pokemongo-api_master/pogo/api.py", line 193, in authenticate
}[self.provider](locationLookup=locationLookup, noop=noop)
File "/home/iz/pokemongo-api_master/pogo/api.py", line 184, in createPTCSession
noop=noop
File "/home/iz/pokemongo-api_master/pogo/api.py", line 111, in createPogoSession
old=session
File "/home/iz/pokemongo-api_master/pogo/session_bare.py", line 76, in init
self.endpoint = self.formatEndpoint(self.createApiEndpoint())
File "/home/iz/pokemongo-api_master/pogo/session_bare.py", line 106, in createApiEndpoint
res = self.request(req, API_URL)
File "/home/iz/pokemongo-api_master/pogo/session_bare.py", line 200, in request
raise PogoResponseException("Malformed Response Evelope")
custom_exceptions.PogoResponseException: Malformed Response Evelope
The text was updated successfully, but these errors were encountered:
python demo.py -a "ptc" -u "****" -p "****" -l "ulitsa Tereshchenkovskaya 10, Kyiv" -e "libencrypt.so"
Line 145,api.py- 2016-08-11 11:13:06,055 - INFO - Creating PTC session for ******
Line 788,connectionpool.py- 2016-08-11 11:13:06,060 - INFO - Starting new HTTPS connection (1): sso.pokemon.com
Line 102,api.py- 2016-08-11 11:13:06,804 - INFO - Coordinates: 50.4424323 30.5139853 8
Line 788,connectionpool.py- 2016-08-11 11:13:06,805 - INFO - Starting new HTTPS connection (1): pgorelease.nianticlabs.com
Traceback (most recent call last):
File "demo.py", line 416, in
session = poko_session.authenticate(locationLookup=args.location)
File "/home/iz/pokemongo-api_master/pogo/api.py", line 193, in authenticate
}[self.provider](locationLookup=locationLookup, noop=noop)
File "/home/iz/pokemongo-api_master/pogo/api.py", line 184, in createPTCSession
noop=noop
File "/home/iz/pokemongo-api_master/pogo/api.py", line 111, in createPogoSession
old=session
File "/home/iz/pokemongo-api_master/pogo/session_bare.py", line 76, in init
self.endpoint = self.formatEndpoint(self.createApiEndpoint())
File "/home/iz/pokemongo-api_master/pogo/session_bare.py", line 106, in createApiEndpoint
res = self.request(req, API_URL)
File "/home/iz/pokemongo-api_master/pogo/session_bare.py", line 200, in request
raise PogoResponseException("Malformed Response Evelope")
custom_exceptions.PogoResponseException: Malformed Response Evelope
The text was updated successfully, but these errors were encountered: