hier nochmal die meldungen die immer wieder auftauchen.
Code
10:19:17 T:4036 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: TVShowData
Traceback (most recent call last):
File "C:\Program Files (x86)\Kodi\portable_data\addons\plugin.program.serienplaner\default.py", line 730, in <module>
sp_items = refreshWidget()
File "C:\Program Files (x86)\Kodi\portable_data\addons\plugin.program.serienplaner\default.py", line 412, in refreshWidget
cur.execute(query, parameters)
OperationalError: no such table: TVShowData
-->End of Python script error report<--
Alles anzeigen
hier habe ich den manuellen scan gestartet:
Code
10:19:27 T:3104 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnboundLocalError'>
Error Contents: local variable 'clearlogo' referenced before assignment
Traceback (most recent call last):
File "C:\Program Files (x86)\Kodi\portable_data\addons\plugin.program.serienplaner\default.py", line 721, in <module>
scrapeWLPage(category, i)
File "C:\Program Files (x86)\Kodi\portable_data\addons\plugin.program.serienplaner\default.py", line 583, in scrapeWLPage
writeLog('Clearlogo: %s' % (clearlogo.clearlogo), level=xbmc.LOGDEBUG)
UnboundLocalError: local variable 'clearlogo' referenced before assignment
-->End of Python script error report<--
Alles anzeigen