egirault / googleplay-api

Google Play Unofficial Python API - This project was a PoC and is not maintained anymore. Please feel free to fork it and improve it in any way.
879 stars 373 forks source link

Error retrieving information from server. [RH-02] #76

Open SafwatHassan opened 7 years ago

SafwatHassan commented 7 years ago

I performed the following steps: Step 1: Use the email and password to generate token. Input: Email and password Result: Token and Auth parameters. I used the Token parameter as a Token.

Step 2: Authenticate using the generated Token: Input: Token parameter with the value returned from Step1. And Email and password are NOT Submitted. Result: Login success with Auth parameter.

Step 3: Get app data using https://android.clients.google.com/fdfe/details?doc={Package_Name} and auth= Returned authentication value from step 2. Result: Error 400 with the following details:

HTTP/1.1 400 Bad Request [Content-Type: application/protobuf, ...

The error message:

"31Error retrieving information from server. [RH-02]J"

Does anyone see this issue before!

Your quick help is highly appreciated.

By the way, people recommend that error [RH-01] could be fixed by restarting the device but our error code is [RH-02] also we do not have a device to restart!

Thanks,

SafwatHassan commented 7 years ago

Sorry for the disturbance, but did anyone face this error before: "31Error retrieving information from server. [RH-02]J"

nicktogo commented 7 years ago

Same problem here, have you found a fix?