pythongoogle-api

Google unofficial API - Error retrieving information from server. [RH-01]


I'm using this Google Play Unofficial Python API

After I installed Google's protobuf and followed all the instructions giving, I called the API like so:

python categories.py

and got nothing. (I mean NOTHING)

I dug into the code a little bit and I found how to print the error, this is it:

Error retrieving information from server. [RH-01]

I want to add that I printed some more logs that I cant put up here but login seems ok, Its just the calls to the API that cause this error.

Have anyone encountered this problem before?


Solution

  • Ok so after a little bit of digging iv'e found that you need to use GSF in the ANDROID_ID instead of the actual android id.

    Good luck!