Search the Community
Showing results for tags 'kodi unique sqlite'.
-
Hey, With the plugin version 3.1.28a I started having trouble with the sync, it seemed to interrupt on one of the shows claiming the UNIQUE constraint failed: 09:59:14.177 T:3900707744 NOTICE: EMBY.objects.tvshows -> ADD tvshow [2/275/273] Tom Clancy's Jack Ryan: 85450 09:59:14.380 T:3900707744 NOTICE: EMBY.objects.kodi.artwork -> -->[ q:artwork/3762033040 ] 09:59:14.399 T:3900707744 NOTICE: EMBY.objects.kodi.artwork -> -->[ q:artwork/3703240976 ] 09:59:14.521 T:3900707744 NOTICE: EMBY.objects.kodi.artwork -> -->[ q:artwork/3883268208 ] 09:59:14.523 T:3900707744 NOTICE: EMBY.objects.tvshows -> UPDATE season [273/805] Sezon 1: 74833 09:59:15.736 T:3900707744 NOTICE: EMBY.objects.tvshows -> ADD tvshow [2/276/274] Tom Clancy's Jack Ryan: 85445 09:59:16.024 T:3900707744 NOTICE: EMBY.objects.tvshows -> UPDATE season [274/807] Sezon 1: 74833 09:59:17.711 T:3900707744 NOTICE: EMBY.database -> ERROR:: type: <class 'sqlite3.IntegrityError'> value: UNIQUE constraint failed: episode.idEpisode 09:59:17.712 T:3900707744 NOTICE: EMBY.database -> [emby] 5661 rows updated. 09:59:17.895 T:3900707744 NOTICE: EMBY.database -> ERROR:: type: <class 'sqlite3.IntegrityError'> value: UNIQUE constraint failed: episode.idEpisode 09:59:17.896 T:3900707744 NOTICE: EMBY.database -> [video] 86824 rows updated. Indeed something was off in the Emby database, I had to remove the show twice and now it all seems to have synced fine. That said, the plugin could deal better with this error? Skip over the duplicate show maybe? That seems to be what it did so far.