Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Error downloading app #51

Open
Ren91 opened this issue Jul 13, 2015 · 6 comments
Open

Error downloading app #51

Ren91 opened this issue Jul 13, 2015 · 6 comments

Comments

@Ren91
Copy link

Ren91 commented Jul 13, 2015

Hi,

When I'm trying to download an app, I get the following error message:

File "download.py", line 38, in
data = api.download(packagename, vc, ot)
File "/home/renzo/Desktop/googleplay-api-master/googleplay.py", line 272, in download
cookie = message.payload.buyResponse.purchaseStatusResponse.appDeliveryData.downloadAuthCookie[0]
File "/usr/local/lib/python2.7/dist-packages/google/protobuf/internal/containers.py", line 64, in getitem
return self._values[key]
IndexError: list index out of range

The server response is the following:

Downloading 3.8MB... commands {
displayErrorMessage: "Error retrieving information from server. [RPC:S-7:AEC-0 N344-2BTF-3CL5Q]"
}

I only get this error with the download method..., and the android device ID is correct.

Any idea how I can solve the RPC:S-7:AEC-0 error?

Thanks.

@matteodanelli
Copy link

I have same error but no solution found until now. Any help?

@BaseMax
Copy link

BaseMax commented Sep 15, 2015 via email

@matteodanelli
Copy link

A lot of people are using it btw :) Dead or not.
If you have alternatives I'm happy to listen.

@DJND7
Copy link

DJND7 commented Nov 29, 2015

The source of the problem is a wrong android Id.
In order to get a proper android Id run android-checkin.
For more details about android-checkin see:
https://github.com/nviennot/android-checkin

@leonelhs
Copy link

It was working for me until I had lollipop, once I have marshmallow it doesn't work anymore, and I got another ANDROID ID

@leonelhs
Copy link

I fixed it setting the Google Service Framework (GSF) instead of Android Device ID
get the info using https://play.google.com/store/apps/details?id=com.evozi.deviceid

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants