-
Notifications
You must be signed in to change notification settings - Fork 210
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
Cannot download any app #132
Cannot download any app #132
Comments
For me anyways, this issue only affects free apps. Downloads of paid apps continue to work. The culprit appears to be here: googleplay-api/gpapi/googleplay.py Line 616 in 664c399
The commit history says:
This no longer appears to be the case. After removing this line, I ran four tests, all of which acted as expected:
Inside the
An attempt is made to treat the html content as a protobuf, which generates that exception. @cstayyab If you remove the line mentioned above, does it work for you? I think it would be safe to just remove the |
Ha..! Nice find @gurnec, that does fix it for me too. |
Yes, it works. Thanks. Can someone generate a PR for this? |
Fixes issue NoMore201#132 (NoMore201#132) as per NoMore201#132 (comment)
Gentle ping @NoMore201 - would be great to have this fixed without needing manual edits / installing forks. Cheers 🙂 |
When given command to download APK (e.g. com.facebook.katana)
Following error from generated protobuf python file is shown:
The text was updated successfully, but these errors were encountered: