Open GoogleCodeExporter opened 8 years ago
same problem here
i'm using amazon instant video in Germany (DE)
when i try to play a video a script error ouccures
testet with OSMC on Raspberry Pi 2 and Windows 7 with Kodi Helix
Here is my Kodi Log Part with the Crash
I Have Tried it with several Series
10:55:54 T:600 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python
callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "C:\Users\NB0010\AppData\Roaming\Kodi\addons\plugin.video.prime_instant\default.py", line 1078, in <module>
playVideo(url, selectQuality=="true")
File "C:\Users\NB0010\AppData\Roaming\Kodi\addons\plugin.video.prime_instant\default.py", line 628, in playVideo
content = opener.open('https://'+apiMain+'.amazon.com/cdp/catalog/GetStreamingUrlSets?version=1&format=json&firmware=WIN%2011,7,700,224%20PlugIn&marketplaceID='+urllib.quote_plus(matchMID[0])+'&token='+urllib.quote_plus(matchToken[0])+'&deviceTypeID='+urllib.quote_plus(matchDID[0])+'&asin='+videoID+'&customerID='+urllib.quote_plus(matchCID[0])+'&deviceID='+urllib.quote_plus(matchCID[0])+str(int(time.time()*1000))+videoID).read()
IndexError: list index out of range
-->End of Python script error report<--
10:55:54 T:7084 ERROR: Playlist Player: skipping unplayable item: 0, path
[plugin://plugin.video.prime_instant/?url=B00SZCQMD4&mode=playVideo]
10:55:54 T:8936 NOTICE: Thread BackgroundLoader start, auto delete: false
Original comment by Malfurio...@gmail.com
on 27 May 2015 at 9:15
i have found out that the amazon instant video plugin was originaly coded by
lordk
he has already released a new version wich isn't in the addonscriptor repo
you can download the repo from lordk with the actual version of the plugin here
https://github.com/XLordKX/kodi/raw/master/zip/repository.xlordkx/repository.xlo
rdkx-1.0.0.zip
Original comment by Malfurio...@gmail.com
on 27 May 2015 at 1:12
Original issue reported on code.google.com by
a...@marinoveng.co.uk
on 23 May 2015 at 9:36