Ich habe bei mir festgestellt, dass ich keine Streams (Serien) mehr öffnen kann.
15:34:54 T:140246855448320 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 "/home/xbmc/.kodi/addons/plugin.video.prime_instant/default.py", line 1078, in <module>
playVideo(url, selectQuality=="true")
File "/home/xbmc/.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<--
15:34:54 T:140249258862656 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
Alles anzeigen
Eine kleine Recherche hat gezeigt, dass auf der Amazon Seite wohl das "Element" deviceTypeId zu deviceType umgenannt worden ist.
Aber ein einfacher Wechsel reicht nicht, da muss etwas mehr noch gemacht werden.