Já se už dostal k logu a píše to problém s DB. Jen nevím, jestli mám teda nakopnutou DB celého Kodi a nebo jen její část nebo je problém jinde…
2022-05-09 20:42:18.608 T:3890 ERROR <general>: 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 “/storage/.kodi/addons/plugin.video.stream-cinema-2-release/service.py”, line 76, in <module>
watch_history_service.sync()
File “/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/services/watch_history_service.py”, line 128, in sync
self.start(WATCH_HISTORY.SYNC_INTERVAL, self.sync_db)
File “/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/services/init.py”, line 48, in start
fn()
File “/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/services/watch_history_service.py”, line 29, in sync_db
files = DB.FILES.get_unfinished()
File “/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/storage/sqlite.py”, line 460, in get_unfinished
cur = self.select(query, “ ORDER BY datetime(lastPlayed) DESC”)
File “/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/storage/sqlite.py”, line 449, in select
return self.db.select(
File “/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/storage/sqlite.py”, line 83, in select
c.execute(query, args)
sqlite3.DatabaseError: database disk image is malformed
–>End of Python script error report<–