2

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 digged 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? Thank you.

Yakir Yehuda
  • 650
  • 7
  • 23

1 Answers1

0

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!

Yakir Yehuda
  • 650
  • 7
  • 23