Probleme mit Datenbankupdate 0.6.2 auf CoreElec
-
Ich benutze das MediathekView Kodi Add-On unter CoreElec 9.2.2 auf Wetek Play2 (SD card). Leider habe ich in letzter Zeit immer mehr Probleme mit dem Datenbankupdate.
Erst hatte ich kontinuirlichen Update bei Autoupdate, was ja scheinbar ein bekanntes Problem ist. Aber auch der manuelle Update funktioniert nicht zuverlässig.
Heute geht es nach manuellem Update z.B. nicht mehr und ich konnte im kodi.log das folgende finden:2020-05-25 17:47:17.782 T:3928044416 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: status
Traceback (most recent call last):
File “/storage/.kodi/addons/plugin.video.mediathekview/service.py”, line 35, in <module>
SERVICE.run()
File “/storage/.kodi/addons/plugin.video.mediathekview/resources/lib/service.py”, line 64, in run
updateop = self.updater.get_current_update_operation()
File “/storage/.kodi/addons/plugin.video.mediathekview/resources/lib/updater.py”, line 131, in get_current_update_operation
return self._get_next_update_operation(True, False)
File “/storage/.kodi/addons/plugin.video.mediathekview/resources/lib/updater.py”, line 147, in _get_next_update_operation
status = self.database.get_status()
File “/storage/.kodi/addons/plugin.video.mediathekview/resources/lib/store.py”, line 198, in get_status
return self.database.get_status()
File “/storage/.kodi/addons/plugin.video.mediathekview/resources/lib/storesqlite.py”, line 575, in get_status
cursor.execute(‘SELECT * FROMstatus
LIMIT 1’)
OperationalError: no such table: status
–>End of Python script error report<–
2020-05-25 17:47:17.782 T:3928044416 DEBUG: onExecutionDone(7, /storage/.kodi/addons/plugin.video.mediathekview/service.py)
2020-05-25 17:47:17.815 T:4090179600 DEBUG: ------ Window Init (DialogNotification.xml) ------
2020-05-25 17:47:17.988 T:3928044416 WARNING: CPythonInvoker(7, /storage/.kodi/addons/plugin.video.mediathekview/service.py): the python script “/storage/.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_DirectorEEinen Update auf 0.6.3 kann ich momentan nicht machen, da kein python3 auf meinem System vorhanden ist. Ist 0.6.3 für Kodi18 gedacht?
Hat jemand eine Idee?
-
@kaiben sagte in Probleme mit Datenbankupdate 0.6.2 auf CoreElec:
Ist 0.6.3 für Kodi18 gedacht?
Ja, läuft hier Problemlos unter Kodi 18.6
-
OK, unter CoreElec 9.2.2 kann ich es nicht installieren, Auszug aus kodi.log:
2020-05-25 20:11:41.484 T:4090179600 DEBUG: CAddonInstaller: installing ‘plugin.video.mediathekview’ version ‘0.6.3’ from repository ‘repository.mediathekviewbeta’
2020-05-25 20:11:41.492 T:3482993536 DEBUG: CAddonInstallJob[plugin.video.mediathekview]: requires xbmc.python version 3.0.0 which is not available
2020-05-25 20:11:41.492 T:3482993536 ERROR: CAddonInstallJob[plugin.video.mediathekview]: Die Abhängigkeit auf xbmc.python in Version 3.0.0 konnte nicht aufgelöst werden. -
@kaiben sagte in Probleme mit Datenbankupdate 0.6.2 auf CoreElec:
requires xbmc.python version 3.0.0 which is not available
Interessant, hier läuft es mit
NOTICE: ADDON: xbmc.python v2.26.0 installed
-
Um beides zu testen (Kodi 17&18 / Kodi 19), habe ich im Beta Repo die Kodi 19 Version hochgeladen und im Alpha Repo die zugehörige Kodi 17 & 18 Version hinterlegt.
Installier doch mal die Alpha…die ist für Kodi 18…
-
Danke. Das aus dem alpha Repository konnte ich ohne Problem installieren. Der erste Datenbankupdate hat auch geklappt, ich beobachte das mal in den nächsten Tagen.
-
Bis jetzt ist kein Problem mehr aufgetreten. 0.6.3 läuft bisher stabil auf meinem Gerät.
-
Danke für die Rückmeldung. Du kannst mittlerweile auch die neueste Version aus dem offiziellem Kodi Repo beziehen (0.6.4)