Skip to content

Instantly share code, notes, and snippets.

@sunlollyking
Created March 28, 2023 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunlollyking/11032e3d10121d7a8a71527813902ec0 to your computer and use it in GitHub Desktop.
Save sunlollyking/11032e3d10121d7a8a71527813902ec0 to your computer and use it in GitHub Desktop.
2023-03-28 12:32:10.306 T:956 warning <general>: ListItem.setUniqueIDs() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setUniqueIDs().
2023-03-28 12:32:10.306 T:956 warning <general>: ListItem.setCast() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setCast().
2023-03-28 12:32:10.334 T:13594 warning <general>: script.tv.show.next.aired --> Exception in resources.lib.main_module ! --> string indices must be integers, not 'str'
2023-03-28 12:32:10.335 T:13594 info <general>: script.module.thetvdb --> Exited
2023-03-28 12:32:11.518 T:9106 info <CUPnPServer[Kodi (LibreELEC)]>: Received Browse DirectChildren request for object 'library://video/movies/actors.xml/', with sort criteria
2023-03-28 12:32:11.888 T:13687 warning <general>: Skin Helper Service --> Exception details: Type: TypeError Value: string indices must be integers, not 'str' Traceback: Traceback (most recent call last):
File "/storage/.kodi/addons/script.skin.helper.service/resources/lib/listitem_monitor.py", line 375, in set_listitem_details
details, self.metadatautils.get_tvdb_details(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/script.module.simplecache/lib/simplecache.py", line 304, in decorated
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/script.module.metadatautils/lib/metadatautils.py", line 282, in get_tvdb_details
result = self.thetvdb.get_series_by_imdb_id(imdbid)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/script.module.simplecache/lib/simplecache.py", line 304, in decorated
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/script.module.thetvdb/lib/thetvdb.py", line 172, in get_series_by_imdb_id
return self.get_series(items[0]["id"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/script.module.simplecache/lib/simplecache.py", line 304, in decorated
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/script.module.thetvdb/lib/thetvdb.py", line 165, in get_series
return self._map_series_data(seriesinfo)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/script.module.thetvdb/lib/thetvdb.py", line 546, in _map_series_data
result["cast.%s.tvdbname" % count] = item["name"]
~~~~^^^^^^^^
TypeError: string indices must be integers, not 'str'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment