dazed 27 Posted December 3, 2015 Posted December 3, 2015 Debug logkodi.log Here's the error 22:58:12 T:23592 ERROR: Exception in thread Thread-10: Traceback (most recent call last): File "C:\Program Files (x86)\Kodi\system\python\Lib\threading.py", line 810, in __bootstrap_inner self.run() File "C:\Users\KompLeX\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\LibrarySync.py", line 1059, in run self.run_internal() File "C:\Users\KompLeX\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\LibrarySync.py", line 1144, in run_internal self.IncrementalSync(listItems) File "C:\Users\KompLeX\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\LibrarySync.py", line 773, in IncrementalSync WriteKodiMusicDB().addOrUpdateArtistToKodiLibrary(MBitem, connection, cursor) File "C:\Users\KompLeX\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\WriteKodiMusicDB.py", line 83, in addOrUpdateArtistToKodiLibrary cursor.execute(query, (name, musicBrainzId, genres, bio, thumb, fanart, lastScraped, artistid)) IntegrityError: UNIQUE constraint failed: artist.strMusicBrainzArtistID Is it something in the musicbrainz tag that caused it?
Angelblue05 4132 Posted December 3, 2015 Posted December 3, 2015 It means, when updating your artist, it was found that another entry had the exact same musicbrainz tag. This will be fixed soon. For now, you can either reset your library or disable your music library.
Recommended Posts