Hallo zusammen,
seit heute geht mein Addon (v1.1.7) auf meinem Raspberry mit OSMC nicht mehr richtig. Wenn ich einen Stream starten möchte erhalte ich immer die Meldung eines Skript-Fehlers.
Hier ein Auszug aus der [definition=3,2]kodi.[definition='1','0']log[/definition][/definition]:
Code
15:09:31 373.028839 T:2798580768 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'urllib2.HTTPError'>
Error Contents: HTTP Error 410: Gone
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.video.prime_instant/default.py", line 1463, in <module>
playVideo(url, selectQuality=="true")
File "/home/osmc/.kodi/addons/plugin.video.prime_instant/default.py", line 786, in playVideo
asincontent = getUnicodePage('https://'+apiMain+'.amazon.com/cdp/catalog/GetASINDetails?version=2&format=json&asinlist='+videoID+'&deviceID='+urllib.quote_plus(matchCID[0].encode("utf8"))+'&includeRestrictions=true&deviceTypeID='+matchDID[0]+'&firmware=WIN 17,0,0,188 PlugIn&NumberOfResults=1')
File "/home/osmc/.kodi/addons/plugin.video.prime_instant/default.py", line 1011, in getUnicodePage
req = opener.open(url)
File "/usr/lib/python2.7/urllib2.py", line 437, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 475, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 410: Gone
-->End of Python script error report<--
15:09:31 373.031830 T:3025003056 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
15:09:31 373.032135 T:3025003056 DEBUG: Window DialogKaiToast.xml was already loaded
15:09:31 373.032288 T:3025003056 DEBUG: Alloc resources: 0.01ms
15:09:32 373.284454 T:2798580768 INFO: Python script stopped
15:09:32 373.294312 T:2798580768 DEBUG: Thread LanguageInvoker 2798580768 terminating
15:09:32 373.320709 T:3025003056 DEBUG: WaitOnScriptResult - plugin exited prematurely - terminating
15:09:32 373.321320 T:3025003056 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.prime_instant/?url=B00FNTB2G4&mode=playVideo]
15:09:32 373.321533 T:3025003056 DEBUG: Playlist Player: no more playable items... aborting playback
15:09:32 373.322998 T:2798580768 NOTICE: Thread BackgroundLoader start, auto delete: false
15:09:32 373.580505 T:3025003056 DEBUG: ------ Window Deinit (DialogProgress.xml) ------
15:09:32 373.658508 T:2798580768 DEBUG: Thread BackgroundLoader 2798580768 terminating
15:09:37 378.492340 T:3025003056 DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
15:09:54 395.295471 T:2773414944 DEBUG: Thread JobWorker 2773414944 terminating (autodelete)
15:09:54 395.336945 T:2706306080 DEBUG: Thread JobWorker 2706306080 terminating (autodelete)
Alles anzeigen
Im Plugin ist DE ausgewählt und die max. Bitrate ist auch auf max. eingestellt.