tomimc 13 Posted September 24, 2018 Posted September 24, 2018 An issue with last 21a. I did a repair library, and then when start building the boxset i got a crash log: 01:00:11.766 T:5112 NOTICE: EMBY.objects.movies -> UPDATE boxset [24] La LEGO película - Colección 01:00:11.989 T:5112 NOTICE: EMBY.objects.movies -> UPDATE boxset [25] Lobezno - Colección 01:00:12.420 T:5112 NOTICE: EMBY.database -> ERROR:: type: <type 'exceptions.TypeError'> value: list indices must be integers, not unicode 01:00:12.420 T:5112 NOTICE: EMBY.database -> [emby] 27 rows updated. 01:00:12.429 T:5112 NOTICE: EMBY.database -> ERROR:: type: <type 'exceptions.TypeError'> value: list indices must be integers, not unicode 01:00:12.429 T:5112 NOTICE: EMBY.database -> [video] 28 rows updated. 01:00:20.954 T:5112 NOTICE: EMBY.full_sync -> ERROR:: full sync exited unexpectedly 01:00:20.958 T:5112 NOTICE: EMBY.library -> ERROR:: list indices must be integers, not unicode Traceback (most recent call last): File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\library.py", line 215, in startup FullSync(self) File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\full_sync.py", line 61, in __init__ self.start() File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\full_sync.py", line 150, in start self.process_library(library) File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\full_sync.py", line 183, in process_library self.boxsets(library_id.split('Boxsets:')[1] if len(library_id) > len('Boxsets:') else None) File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\helper\wrapper.py", line 38, in wrapper result = func(self, dialog=dialog, *args, **kwargs) File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\full_sync.py", line 339, in boxsets obj.boxset(boxset) File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\helper\wrapper.py", line 82, in wrapper return func(*args, **kwargs) File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\helper\wrapper.py", line 95, in wrapper return func(self, item, e_item=e_item, *args, **kwargs) File "C:\Users\conno\AppData\Roaming\Kodi\cache\emby\objects\movies.py", line 229, in boxset temp_obj['MovieId'] = obj['Current'][temp_obj['Movie']] TypeError: list indices must be integers, not unicode
Angelblue05 4131 Posted September 25, 2018 Posted September 25, 2018 In the add-on settings > advanced > check for updates or simply restart Kodi. This error should be fixed.
Recommended Posts