Hallo allerseits,
manchmal (nicht reproduzierbar) startet Zattoo-HiQ v1.3.2 mit einer Fehlermeldung, funktioniert anschliessend aber trotzdem:
[errorbox]
13:46:33.272 T:1725952928 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'sqlite3.OperationalError'>
Error Contents: no such table: programs
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.zattooHiQ/service.py", line 191, in <module>
start()
File "/storage/.kodi/addons/plugin.video.zattooHiQ/service.py", line 82, in start
_zattooDB_.updateProgram()
File "/storage/.kodi/addons/plugin.video.zattooHiQ/resources/zattooDB.py", line 197, in updateProgram
c.execute('SELECT * FROM programs WHERE start_date > ? AND end_date < ?', (fromTime+18000, fromTime+25200,)) #get shows between 05:00 and 07:00
OperationalError: no such table: programs
-->End of Python script error report<--
13:46:41.199 T:1664426912 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'sqlite3.InterfaceError'>
Error Contents: Error binding parameter 1 - probably unsupported type.
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 958, in <module>
main()
File "/storage/.kodi/addons/plugin.video.zattooHiQ/plugin.py", line 854, in main
program = _zattooDB_.getPrograms({'index':[channel]}, True, datetime.datetime.now(), datetime.datetime.now())
File "/storage/.kodi/addons/plugin.video.zattooHiQ/resources/zattooDB.py", line 308, in getPrograms
c.execute('SELECT * FROM programs WHERE channel = ? AND start_date < ? AND end_date > ?', [chan, endTime, startTime])
InterfaceError: Error binding parameter 1 - probably unsupported type.
-->End of Python script error report<--
[/errorbox]
Die Datenbank habe ich schon mehrfach gelöscht, ebenfalls alle files in /userdata/addon_data/plugin.video.zattooHiQ ausser den settings. Trotzdem tritt die Fehlermeldung sporadisch auf. Was kann ich machen?
Gruss, oliaros