googleplay-api icon indicating copy to clipboard operation
googleplay-api copied to clipboard

Error downloading APKS

Open NulByte opened this issue 12 years ago • 5 comments

I have tried to download APK's with the API.

./download.py com.ideashower.readitlater.pro for an example.

in my config.py I added email , password and Android ID.

and the traceback is: authSubToken: DQAAAMYAAABKwzq7PQ19uuKFxs5ZA5Qt6o7XdP5YyxnpXqczDJpVe-EjR4BYDYiBX8ZCABV2FAJs_8IHgF7FC0vcWzbJfZkoj_j_lpr-njXu8oPyx5RTmnqgx95BAjTBMWui-iqfnT1N9jgEy5r0KKVS7GERdr_Tobsj_LW4cpnnwjeJT8VZf79bMjPTtdVe7p0rsUQyfB0lTIqWOHDv1YXtMc5zFcr7nEohw7vu5_udMVxIYU0RVsnPkuH78Y-TVimRS--xU6BcLvxJ-Zy8QQF5QVwJ3F-5_HdkQs Downloading 0.0bytes... Traceback (most recent call last): File "download.py", line 37, in data = api.download(packagename, vc, ot) File "/home/me/tools/PlayStoreDownloader/python-api/googleplay.py", line 268, in download cookie = message.payload.buyResponse.purchaseStatusResponse.appDeliveryData.downloadAuthCookie[0] File "/usr/lib/python2.7/dist-packages/google/protobuf/internal/containers.py", line 64, in getitem return self._values[key] IndexError: list index out of range

I tried to debug it a bit, I saw the returning version code is 0 instead of certain number, but I failed even when I tried to enter it manually. When debugging it: vc = 0 (Version Code) ot = 1 (Offer Type)

which is not really reasonable.

if I will find the solution I will post it. does anyone knows the problem?

Printed message from download function: commands { displayErrorMessage: "Error retrieving information from server. [RPC:S-5:AEC-0]" }

NulByte avatar Nov 25 '13 14:11 NulByte

This looks to be a duplicate of issue #11. You'll find more information there but unfortunately not a solution. (At least not yet.)

jeffhiltz avatar Nov 25 '13 17:11 jeffhiltz

Indeed , I examined the problem and had a further researching on the web. my account has been somehow disabled downloading apks. the immediate solution for this bug, creating new google account, assigning it to a device. getting that deviceId and using it.

Thank you for your help. Consider adding handling such a problem, at least showing a debug trace or something. if you want, I will post a code for such handling tomorrow.

NulByte avatar Nov 25 '13 22:11 NulByte

I got this working downloading "Android Device ID" and putting GSF ID KEY (not Android ID) in ANDROID_ID field at config.py.

jf86 avatar Mar 13 '14 11:03 jf86

For future reference: I also had a RPC:S-5 error. It happens when you're trying to download an app using an Android ID that is not associated to the Google account. The only solution is to sign in to the Google account using the device you took the Android ID from.

richardg867 avatar Jun 24 '14 00:06 richardg867

To use Google Play API stably, you should use GSF ID KEY instead of android_id or device_id (such as IMEI). GSF ID KEY can be obtained from the app named "Android Device ID".

windofeng avatar Aug 20 '14 23:08 windofeng