This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
Some apps are not downloading- IndexError: list index out of range #78
Comments
"Your device is not compatible with this item." Your list is probably empty? |
Experincing same problem, help. |
Well other than adding a check to see if the returned list is empty, try changing your device UA in
|
@4knahs : Thanks. It actually worked. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Package Name: com.philips.lighting.hue2
Downloading 0.0bytes... commands {
displayErrorMessage: "Your device is not compatible with this item."
}
Traceback (most recent call last):
File "download.py", line 47, in
data = api.download(packagename, vc, ot)
File "/Users/avinash.af.kumar/googleplay_client/googleplay.py", line 279, in download
cookie = message.payload.buyResponse.purchaseStatusResponse.appDeliveryData.downloadAuthCookie[0]
File "/Users/avinash.af.kumar/DSTENV/lib/python2.7/site-packages/google/protobuf/internal/containers.py", line 204, in getitem
return self._values[key]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: