Alles anzeigenSchade, bei mir funzt das ingendwie nicht..Bekomme imme ne Fehlermeldung vom Addon, nachdem ich den Film zb. stoppe...
Im Log steht:
17:57:09.310 T:3217552288 NOTICE: PING Helper script: start
17:57:09.325 T:2584736672 ERROR: 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: ('item',)
Traceback (most recent call last):
File "/storage/.kodi/addons/service.nfo.watchedstate.updater/default.py", line 185, in <module>
File "/storage/.kodi/addons/service.nfo.watchedstate.updater/default.py", line 73, in listen
File "/storage/.kodi/addons/service.nfo.watchedstate.updater/default.py", line 57, in handleMsg
File "/storage/.kodi/addons/service.nfo.watchedstate.updater/default.py", line 83, in VideoLibraryOnUpdate
KeyError: ('item',)
-->End of Python script error report<--
Ich habe genau das gleicihe Problem (unter Windows):
08:08:46.504 T:15180 ERROR: 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: ('item',)
Traceback (most recent call last):
File "C:\Users\Gorgi\AppData\Roaming\Kodi\addons\service.nfo.watchedstate.updater\default.py", line 185, in <module>
WU.listen()
File "C:\Users\Gorgi\AppData\Roaming\Kodi\addons\service.nfo.watchedstate.updater\default.py", line 73, in listen
self.handleMsg(msg)
File "C:\Users\Gorgi\AppData\Roaming\Kodi\addons\service.nfo.watchedstate.updater\default.py", line 57, in handleMsg
methodHandler(jsonmsg)
File "C:\Users\Gorgi\AppData\Roaming\Kodi\addons\service.nfo.watchedstate.updater\default.py", line 83, in VideoLibraryOnUpdate
if (jsonmsg["params"]["data"]["item"].has_key("id")) and (jsonmsg["params"]["data"]["item"].has_key("type")) and (jsonmsg["params"]["data"].has_key("playcount")):
KeyError: ('item',)
-->End of Python script error report<--
Hast du mittlerweile vielleicht eine Lösung gefunden? Das Problem frustriert mich seit Jahren...