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

cannot download paid apps

Open zhicai opened this issue 12 years ago • 4 comments

hi, i got the following error when trying downloading paid app from google play store:

Traceback (most recent call last): File "download.py", line 43, in data = api.download(packagename, vc, ot) File "/home/zxia10x/free/googleplay.py", line 261, 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

it seems that the the format of messages are different between paid and free.

so, would you please fix it? thanks

zhicai avatar Jan 30 '13 07:01 zhicai

Same issue, I can't download paid apps that I bought on Google Play Store.

nikaro avatar Aug 23 '13 13:08 nikaro

I see the same error trying to download a free app. Another user has seen it while searching. See issue #23.

jeffhiltz avatar Aug 29 '13 14:08 jeffhiltz

@jeffhiltz with free apps I had this issue too, but it was my ANDROIDID which was bad. May be you need to check it.

nikaro avatar Aug 30 '13 07:08 nikaro

@NiKaro127 Most of the downloads I've tried work, it's just the odd one that fails so I think the ANDROIDID is okay. Thanks for the idea.

jeffhiltz avatar Aug 30 '13 14:08 jeffhiltz