Guten Tag,
bei jedem Start von Kodi bekomme ich folgende Fehlermeldung:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: need more than 1 value to unpack
Traceback (most recent call last):
File "C:\Users\xxxxx\AppData\Roaming\Kodi\addons\plugin.video.zattoo_hiq\start.py", line 23, in <module>
service.start()
File "C:\Users\xxxxx\AppData\Roaming\Kodi\addons\plugin.video.zattoo_hiq\resources\lib\service.py", line 97, in start
_zattooDB_.updateChannels()
File "C:\Users\xxxxx\AppData\Roaming\Kodi\addons\plugin.video.zattoo_hiq\resources\lib\zattooDB.py", line 263, in updateChannels
c.execute('SELECT * FROM updates WHERE date=? AND type=? ', [date, 'channels'])
File "D:\Program Files\Kodi\system\python\Lib\sqlite3\dbapi2.py", line 68, in convert_timestamp
datepart, timepart = val.split(" ")
ValueError: need more than 1 value to unpack
-->End of Python script error report<--
Alles anzeigen
Ich habe bereits versucht die Datenbanken des Addons zu entfernen sowie das gesamte Addon plus userdata zu löschen. Nach einer erneuten Installation taucht der error jedoch wieder auf. Gibt es dafür eine Lösung?