Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Exception in script.skin.helper.service
#1
while library was being updated I noted the following exception in the kodi.log:

Code:
2022-07-08 18:24:46.326 T:16417 WARNING <general>: Skin Helper Service --> Exception details: Type: TypeError Value: string indices must be integers Traceback: Traceback (most recent call last):
                                                     File "/home/osmc/.kodi/addons/script.skin.helper.service/resources/lib/listitem_monitor.py", line 375, in set_listitem_details
                                                       details, self.metadatautils.get_tvdb_details(
                                                     File "/home/osmc/.kodi/addons/script.module.simplecache/lib/simplecache.py", line 304, in decorated
                                                       result = func(*args, **kwargs)
                                                     File "/home/osmc/.kodi/addons/script.module.metadatautils/lib/metadatautils.py", line 272, in get_tvdb_details
                                                       result = self.thetvdb.get_series(tvdbid)
                                                     File "/home/osmc/.kodi/addons/script.module.simplecache/lib/simplecache.py", line 304, in decorated
                                                       result = func(*args, **kwargs)
                                                     File "/home/osmc/.kodi/addons/script.module.thetvdb/lib/thetvdb.py", line 165, in get_series
                                                       return self._map_series_data(seriesinfo)
                                                     File "/home/osmc/.kodi/addons/script.module.thetvdb/lib/thetvdb.py", line 555, in _map_series_data
                                                       result["cast.%s.tvdbname" % count] = item["name"]
                                                   TypeError: string indices must be integers

2022-07-08 18:24:46.326 T:16417   ERROR <general>: Skin Helper Service --> Exception in resources.lib.listitem_monitor ! --> string indices must be integers

Not sure the right place to report?
Reply
#2
Log files are preferably provided in full and via a paste web service as recommended in bold red letters below.
Reply
#3
You'd better ask here: https://forum.kodi.tv/showthread.php?tid=235676
But with log file.
Reply

Logout Mark Read Team Forum Stats Members Help
Exception in script.skin.helper.service0