Hallöchen!
Bin auf Raspberry / Kodi.
Also bei mir funktioniert alles, außer Dateien, die ich schon mal aufgerufen hatte. Da bekomme ich entweder:
EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('streamingURLInfoSet',)
Traceback (most recent call last):
File "/home/pi/.kodi/addons/plugin.video.prime_instant/default.py", line 1090, in <module>
playVideo(url, selectQuality=="true")
File "/home/pi/.kodi/addons/plugin.video.prime_instant/default.py", line 664, in playVideo
contentT = content['message']['body']['streamingURLInfoSet']['streamingURLInfo']
KeyError: ('streamingURLInfoSet',)
oder: Closing connection: NetStream.Failed.
Bin neu auf dem Raspberry und Kodi und habe leider keine Ahnung.
Vielleicht muss da irgendein Cache gelöscht oder einfach ein dictionary key umbenannt werden?