Hallo Claus,
vielen Dank für den "Schubser"!
Mal für's Archiv: Der Pfad zum Kodi-Log ist /root/.kodi/temp/kodi.log.
Meine Vermutung, dass das irgendwie mit der Datenbank zusammenhängt, hat sich imho bestätigt:
13:11:56.400 T:140287752742656 NOTICE: [plugin.video.mediathekview-0.6.2:Service]: Init (instance id: cb49847c0421d2e5c0f46766f0836f05)
13:11:56.401 T:140287752742656 NOTICE: [plugin.video.mediathekview-0.6.2:Service]: Found other instance with id cb49847c0421d2e5c0f46766f0836f05
13:11:56.401 T:140287752742656 NOTICE: [plugin.video.mediathekview-0.6.2:Service]: Startup delayed by 1 second(s) waiting the other instance to shut down
13:11:57.400 T:140287752742656 NOTICE: [plugin.video.mediathekview-0.6.2:Updater]: Database driver: Internal (sqlite)
13:11:57.400 T:140287752742656 NOTICE: [plugin.video.mediathekview-0.6.2:StoreSQLite]: Using SQLite version 3.16.2, python library sqlite3 version 2.6.0
13:11:57.410 T:140287752742656 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'sqlite3.DatabaseError'>
Error Contents: database disk image is malformed
Traceback (most recent call last):
File "/root/.kodi/addons/plugin.video.mediathekview/service.py", line 34, in <module>
SERVICE.init()
File "/root/.kodi/addons/plugin.video.mediathekview/resources/lib/service.py", line 51, in init
self.updater.init(convert=True)
File "/root/.kodi/addons/plugin.video.mediathekview/resources/lib/updater.py", line 88, in init
self.database.init(convert=convert)
File "/root/.kodi/addons/plugin.video.mediathekview/resources/lib/store.py", line 61, in init
return self.database.init(reset, convert)
File "/root/.kodi/addons/plugin.video.mediathekview/resources/lib/storesqlite.py", line 113, in init
self.conn.execute('pragma journal_mode=off')
DatabaseError: database disk image is malformed
-->End of Python script error report<--
13:11:57.437 T:140287752742656 WARNING: CPythonInvoker(1, /root/.kodi/addons/plugin.video.mediathekview/service.py): the python script "/root/.kodi/addons/plugin.video.mediathekview/service.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N14PythonBindings31XBMCAddon_xbmc_Monitor_DirectorE
Ich habe die entsprechende db-Datei gelöscht und neu anlegen lassen, jetzt läuft das Addon wieder!
Dass das mit dem VDR-Plugin nichts zu tun hat, hätte ich auch vermutet. Allerdings musst ich feststellen, dass im Plugin jetzt wieder keinerlei Einträge vorhanden sind.
Gruß
Peter