-
Notifications
You must be signed in to change notification settings - Fork 199
Map Download Failed Error when using Google account #20
Comments
Do you only get one error or dozens like this? |
It seems to be the same error but it repeats. See below: |
Can you paste your init file content ? |
#!/usr/bin/python -- coding: utf-8 --config = { |
Getting the same thing here. Put my GMaps key into the init config. Running on Windows 10 x64. Replaced rpc_api.py:212 with
Not a Python guy, but maybe I can figure out how to log the headers for each request (with/without pycurl) and see if I can spot the difference, if someone else doesn't figure it out first. |
was working fine until PTC went down ran the script with google and now I am also getting this error. |
I have the same issue, running on ubuntu |
Maybe it's an issue isolated to Google logins? Anyone here using PTC having the issue? |
yes ptc went down and i started to get same error , it works without -c option but very slow |
Same issue as #11 . -c worked with PTC, but not with Google accounts. |
Yup, just tested. It works with PTC but not google accounts |
Yup, PTC ate dirt sometime last night when I was hoping to begin some real scans of my city. Realised that PTC is terrible and wanted to swap all my scans to google. I have it running now with Google but with no -C and it seems like it's taking a bit longer more. Not really a big deal to me. I just want data to use to find nests, etc but still it was nice when it was blazing fast. |
Tried the google login with and without -c, states im logged in, but no scans happen. getting the same errors as above Could not parse response: |
This happens with -c on PTC accounts as well. |
This is happening for me without -c on google and ptc accounts. |
Was getting Map Download failed error when using -c. Downloaded latest version. Getting this error now only when using Google to login. (PTC works)
2016-07-26 19:03:41,253 [auth_google] [ INFO] Google Login successful.
2016-07-26 19:03:41,325 [ search] [ INFO] Login successful
2016-07-26 19:03:42,221 [ rpc_api] [ ERROR] Could not parse response:
Traceback (most recent call last): File "c:\pokeman\pogom\pgoapi\rpc_api.py", line 205, in parse_main_request response_proto.ParseFromString(response_content)
File "C:\Python27\lib\site-packages\google\protobuf\message.py", line 186, in ParseFromString self.MergeFromString(serialized)
File "C:\Python27\lib\site-packages\google\protobuf\internal\python_message.py", line 844, in MergeFromString raise message_mod.DecodeError('Unexpected end-group tag.') DecodeError: Unexpected end-group tag.
The text was updated successfully, but these errors were encountered: