You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got the follwoing error while running apk_verification:
2017-03-23 18:08: error: apk_verification: Could not run on /home/USER/fame/storage/SAMPLEHASH/APKNAME.apk.
Traceback (most recent call last):
File "/home/USER/fame/fame/core/module.py", line 471, in _try_each
return self.each_with_type(target, file_type)
File "/home/USER/fame/fame/core/module.py", line 430, in each_with_type
return self.each(target)
File "/home/USER/fame/fame/modules/community/processing/apk_verification/apk_verification.py", line 95, in each
ref_apk = self.download_reference_apk()
File "/home/USER/fame/fame/modules/community/processing/apk_verification/apk_verification.py", line 81, in download_reference_apk
data = api.download(self.results['package'], version, offer_type)
File "/home/USER/fame/env/local/lib/python2.7/site-packages/googleplay_api/googleplay.py", line 315, in download
cookie = message.payload.buyResponse.purchaseStatusResponse.appDeliveryData.downloadAuthCookie[0]
IndexError: list index out of range
Best regards,
The text was updated successfully, but these errors were encountered:
gaelmuller
changed the title
Error when running apk_verification
apk_verification: better error message when APK is not found on Play Store
Apr 7, 2017
Hello,
Got the follwoing error while running apk_verification:
2017-03-23 18:08: error: apk_verification: Could not run on /home/USER/fame/storage/SAMPLEHASH/APKNAME.apk.
Traceback (most recent call last):
File "/home/USER/fame/fame/core/module.py", line 471, in _try_each
return self.each_with_type(target, file_type)
File "/home/USER/fame/fame/core/module.py", line 430, in each_with_type
return self.each(target)
File "/home/USER/fame/fame/modules/community/processing/apk_verification/apk_verification.py", line 95, in each
ref_apk = self.download_reference_apk()
File "/home/USER/fame/fame/modules/community/processing/apk_verification/apk_verification.py", line 81, in download_reference_apk
data = api.download(self.results['package'], version, offer_type)
File "/home/USER/fame/env/local/lib/python2.7/site-packages/googleplay_api/googleplay.py", line 315, in download
cookie = message.payload.buyResponse.purchaseStatusResponse.appDeliveryData.downloadAuthCookie[0]
IndexError: list index out of range
Best regards,
The text was updated successfully, but these errors were encountered: