Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malformed Response Evelope #88

Open
onyshchenko opened this issue Aug 11, 2016 · 0 comments
Open

Malformed Response Evelope #88

onyshchenko opened this issue Aug 11, 2016 · 0 comments

Comments

@onyshchenko
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant