Saviq 22 Posted January 23, 2019 Posted January 23, 2019 I've updated my Kodi install to Leia and tried to reset the local database. Movies and TV synced fine, but music fails every time: 15:31:06.496 T:3743732592 NOTICE: EMBY.library -> ERROR:: no such table: versiontagscan Traceback (most recent call last): File "/storage/.kodi/addons/plugin.video.emby/resources/lib/library.py", line 508, in add_library FullSync(self, library_id, update=update) File "/storage/.kodi/addons/plugin.video.emby/resources/lib/full_sync.py", line 62, in __init__ self.start() File "/storage/.kodi/addons/plugin.video.emby/resources/lib/full_sync.py", line 158, in start self.process_library(library) File "/storage/.kodi/addons/plugin.video.emby/resources/lib/full_sync.py", line 215, in process_library media[library['CollectionType']](library) File "/storage/.kodi/addons/plugin.video.emby/resources/lib/helper/wrapper.py", line 38, in wrapper result = func(self, dialog=dialog, *args, **kwargs) File "/storage/.kodi/addons/plugin.video.emby/resources/lib/full_sync.py", line 366, in music obj = Music(self.server, embydb, musicdb, self.direct_path) File "/storage/.kodi/userdata/addon_data/plugin.video.emby/emby/objects/music.py", line 39, in __init__ self.disable_rescan(self.objects.objects['music'].split('MyMusic')[1].split('.db')[0], 0) File "/storage/.kodi/userdata/addon_data/plugin.video.emby/emby/objects/kodi/music.py", line 29, in disable_rescan self.cursor.execute(QU.delete_rescan) OperationalError: no such table: versiontagscan I'll PM the full log.
Angelblue05 4131 Posted January 23, 2019 Posted January 23, 2019 (edited) Thanks for reporting, don’t forget to provide me with the complete log, thanks. Edit: just saw your pm. Thx. Edited January 23, 2019 by Angelblue05
Solution Saviq 22 Posted January 23, 2019 Author Solution Posted January 23, 2019 Nevermind, my database must have been corrupted through a previous attempt at upgrading to Leia. Having removed the database files everything is back in working order. Thanks! 1
Recommended Posts