WTF? I don't even have deep logging enabled!
xml:
2022-12-07 21:26:43.103 T:9176 info <general>: -----------------------------------------------------------------------
2022-12-07 21:26:43.104 T:9176 info <general>: Starting Kodi (20.0-BETA1 (19.90.801) Git:20221203-5746dba903). Platform: Windows NT x86 64-bit
2022-12-07 21:26:43.104 T:9176 info <general>: Using Release Kodi x64
2022-12-07 21:26:43.104 T:9176 info <general>: Kodi compiled 2022-12-03 by MSVC 192930145 for Windows NT x86 64-bit version 10.0 (0x0A000008)
2022-12-07 21:26:43.104 T:9176 info <general>: Running on Windows 10 22H2, kernel: Windows NT x86 64-bit version 10.0.19045.2311
2022-12-07 21:26:43.104 T:9176 info <general>: FFmpeg version/source: 4.4.1-Kodi
2022-12-07 21:26:43.104 T:9176 info <general>: Host CPU: Intel® Core i7-8565U CPU @ 1.80GHz, 8 cores available
2022-12-07 21:26:43.105 T:9176 info <general>: System has 16.0 GB of RAM installed
2022-12-07 21:26:43.105 T:9176 info <general>: Desktop Resolution: 1920x1080 32Bit at 60Hz
2022-12-07 21:26:43.105 T:9176 info <general>: Running with restricted rights
2022-12-07 21:27:48.445 T:4024 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: *** Unhandled exception detected: <class 'TypeError'> 'isDefault' is an invalid keyword argument for this function ***
2022-12-07 21:27:48.445 T:4024 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: *** Start diagnostic info ***
2022-12-07 21:27:48.565 T:4024 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: System info: uname_result(system='Windows', node='TheTick', release='10', version='10.0.19045', machine='AMD64', processor='Intel64 Family 6 Model 142 Stepping 11, GenuineIntel')
2022-12-07 21:27:48.565 T:4024 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: OS info: Busy
2022-12-07 21:27:48.565 T:4024 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: Kodi version: 20.0-BETA1 (19.90.801) Git:20221203-5746dba903
2022-12-07 21:27:48.565 T:4024 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: File: C:\Kodi_N\portable_data\addons\metadata.tvshows.themoviedb.org.python\libs\data_utils.py
2022-12-07 21:27:48.565 T:4024 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: Code context:
132: else:
133: isTMDB = False
134:> vtag.setUniqueID(str(value), type=key[:4], isDefault=isTMDB)
135:
136:
2022-12-07 21:27:48.568 T:4024 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: Global variables:
Actor = <class 'xbmc.Actor'>
Any = typing.Any
BASE_URL = 'https://api.themoviedb.org/3/{}'
CLEAN_PLOT_REPLACEMENTS = (('<b>', ''),
('</b>', ''),
('<i>', ''),
('</i>', ''),
('</p><p>', '[CR]'))
Dict = typing.Dict
FIND_URL = 'https://api.themoviedb.org/3/find/{}'
IMAGE_SIZES = ('large', 'original', 'medium')
InfoType = typing.Dict[str, typing.Any]
List = typing.List
ListItem = <class 'xbmcgui.ListItem'>
Optional = typing.Optional
SHOW_ID_REGEXPS = ('(themoviedb)\\.org/tv/(\\d+).*/episode_group/(.*)',
'(themoviedb)\\.org/tv/(\\d+)',
'(themoviedb)\\.org/./tv/(\\d+)',
'(tmdb)\\.org/./tv/(\\d+)',
'(imdb)\\.com/.+/(tt\\d+)',
'(thetvdb)\\.com.+&id=(\\d+)',
'(thetvdb)\\.com/series/(\\d+)',
'(thetvdb)\\.com/api/.*series/(\\d+)',
'(thetvdb)\\.com/.*?"id"\\d+)',
'<uniqueid.+?type="(tvdb|imdb)".*?>([t\\d]+?)</uniqueid>')
SUPPORTED_ARTWORK_TYPES = {'banner', 'poster'}
TAG_RE = re.compile('<[^>]+>')
TMDB_PARAMS = {'api_key': 'af3a53eb387d57fc935e9128468b1899', 'language': 'en-US'}
Text = <class 'str'>
Tuple = typing.Tuple
UrlParseResult = <class 'libs.data_utils.UrlParseResult'>
VALIDEXTIDS = ['tmdb_id', 'imdb_id', 'tvdb_id']
VideoStreamDetail = <class 'xbmc.VideoStreamDetail'>
_add_season_info = <function _add_season_info at 0x000001C27361CF70>
_check_youtube = <function _check_youtube at 0x000001C2736859D0>
_clean_plot = <function _clean_plot at 0x000001C2702F8940>
_convert_ext_id = <function _convert_ext_id at 0x000001C2701AF9D0>
_get_credits = <function _get_credits at 0x000001C2702F84C0>
_get_directors = <function _get_directors at 0x000001C2702F8550>
_parse_trailer = <function _parse_trailer at 0x000001C273685A60>
_set_cast = <function _set_cast at 0x000001C2702F8670>
_set_rating = <function _set_rating at 0x000001C27361CA60>
_set_unique_ids = <function _set_unique_ids at 0x000001C2702F8040>
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (3, 0, 0, 'alpha', 0), 262144)
add_episode_info = <function add_episode_info at 0x000001C2701AF8B0>
add_main_show_info = <function add_main_show_info at 0x000001C2705F4E50>
api_utils = <module 'libs.api_utils' from 'C:\\Kodi_N\\portable_data\\addons\\metadata.tvshows.themoviedb.org.python\\libs\\api_utils.py'>
get_image_urls = <function get_image_urls at 0x000001C27361C550>
logger = <class 'libs.utils.logger'>
namedtuple = <function namedtuple at 0x000001C26F9BD5E0>
parse_media_id = <function parse_media_id at 0x000001C2701AFB80>
parse_nfo_url = <function parse_nfo_url at 0x000001C2701AFCA0>
re = <module 're' from 'C:\\Kodi_N\\system\\python\\Lib\\re.py'>
safe_get = <function safe_get at 0x000001C275D59DC0>
set_show_artwork = <function set_show_artwork at 0x000001C2705F4D30>
settings = <module 'libs.settings' from 'C:\\Kodi_N\\portable_data\\addons\\metadata.tvshows.themoviedb.org.python\\libs\\settings.py'>
unicode_literals = _Feature((2, 6, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 2097152)
2022-12-07 21:27:48.569 T:4024 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: Local variables:
ext_ids = {'freebase_id': None,
'freebase_mid': None,
'imdb_id': None,
'tmdb_id': 3985037,
'tvdb_id': 9377160,
'tvrage_id': None,
'wikidata_id': None}
isTMDB = True
key = 'tmdb_id'
value = 3985037
vtag = <xbmc.InfoTagVideo object at 0x000001C27609E060>
2022-12-07 21:27:48.569 T:4024 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: **** End diagnostic info ****
2022-12-07 21:27:48.572 T:4024 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'TypeError'>
Error Contents: 'isDefault' is an invalid keyword argument for this function
Traceback (most recent call last):
File "C:\Kodi_N\portable_data\addons\metadata.tvshows.themoviedb.org.python\main.py", line 32, in <module>
router(sys.argv[2][1:])
File "C:\Kodi_N\portable_data\addons\metadata.tvshows.themoviedb.org.python\libs\actions.py", line 212, in router
get_episode_details(params['url'])
File "C:\Kodi_N\portable_data\addons\metadata.tvshows.themoviedb.org.python\libs\actions.py", line 160, in get_episode_details
list_item = data_utils.add_episode_info(
File "C:\Kodi_N\portable_data\addons\metadata.tvshows.themoviedb.org.python\libs\data_utils.py", line 328, in add_episode_info
_set_unique_ids(ext_ids, vtag)
File "C:\Kodi_N\portable_data\addons\metadata.tvshows.themoviedb.org.python\libs\data_utils.py", line 134, in _set_unique_ids
vtag.setUniqueID(str(value), type=key[:4], isDefault=isTMDB)
TypeError: 'isDefault' is an invalid keyword argument for this function
-->End of Python script error report<--
2022-12-07 21:27:49.214 T:1820 error <general>: CVideoInfoDownloader:rocess: Error getting episode details from show_id%3D211057%26episode_id%3D9
2022-12-07 21:27:50.083 T:11752 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: *** Unhandled exception detected: <class 'TypeError'> 'art_type' is an invalid keyword argument for this function ***
2022-12-07 21:27:50.084 T:11752 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: *** Start diagnostic info ***
2022-12-07 21:27:50.180 T:11752 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: System info: uname_result(system='Windows', node='TheTick', release='10', version='10.0.19045', machine='AMD64', processor='Intel64 Family 6 Model 142 Stepping 11, GenuineIntel')
2022-12-07 21:27:50.180 T:11752 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: OS info: Windows 10 22H2 (kernel: Windows NT 10.0.19045.2311)
2022-12-07 21:27:50.180 T:11752 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: Kodi version: 20.0-BETA1 (19.90.801) Git:20221203-5746dba903
2022-12-07 21:27:50.180 T:11752 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: File: C:\Kodi_N\portable_data\addons\metadata.tvshows.themoviedb.org.python\libs\data_utils.py
2022-12-07 21:27:50.180 T:11752 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: Code context:
214: theurl, previewurl = get_image_urls(image)
215: if theurl:
216:> vtag.addAvailableArtwork(
217: theurl, art_type=destination, preview=previewurl)
218: return list_item
2022-12-07 21:27:50.181 T:11752 error <general>: [metadata.tvshows.themoviedb.org.python (1.5.6)]: Global variables:
Actor = <class 'xbmc.Actor'>
Any = typing.Any
BASE_URL = 'https://api.themoviedb.org/3/{}'
CLEAN_PLOT_REPLACEMENTS = (('<b>', ''),
('</b>', ''),
('<i>', ''),
('</i>', ''),
('</p><p>', '[CR]'))
Dict = typing.Dict
FIND_URL = 'https://api.themoviedb.org/3/find/{}'
IMAGE_SIZES = ('large', 'original', 'medium')
InfoType = typing.Dict[str, typing.Any]
List = typing.List
ListItem = <class 'xbmcgui.ListItem'>
Optional = typing.Optional
SHOW_ID_REGEXPS = ('(themoviedb)\\.org/tv/(\\d+).*/episode_group/(.*)',
'(themoviedb)\\.org/tv/(\\d+)',
'(themoviedb)\\.org/./tv/(\\d+)',
'(tmdb)\\.org/./tv/(\\d+)',
'(imdb)\\.com/.+/(tt\\d+)',
'(thetvdb)\\.com.+&id=(\\d+)',
'(thetvdb)\\.com/series/(\\d+)',
'(thetvdb)\\.com/api/.*series/(\\d+)',
'(thetvdb)\\.com/.*?"id"\\d+)',
'<uniqueid.+?type="(tvdb|imdb)".*?>([t\\d]+?)</uniqueid>')
SUPPORTED_ARTWORK_TYPES = {'banner', 'poster'}
TAG_RE = re.compile('<[^>]+>')
TMDB_PARAMS = {'api_key': 'af3a53eb387d57fc935e9128468b1899', 'language': 'en-US'}
Text = <class 'str'>
Tuple = typing.Tuple
UrlParseResult = <class 'libs.data_utils.UrlParseResult'>
VALIDEXTIDS = ['tmdb_id', 'imdb_id', 'tvdb_id']
VideoStreamDetail = <class 'xbmc.VideoStreamDetail'>
_add_season_info = <function _add_season_info at 0x000001C275ED3040>
_check_youtube = <function _check_youtube at 0x000001C275ED33A0>
_clean_plot = <function _clean_plot at 0x000001C275ED3280>
_convert_ext_id = <function _convert_ext_id at 0x000001C275ED34C0>
_get_credits = <function _get_credits at 0x000001C275ED3B80>
_get_directors = <function _get_directors at 0x000001C275ED3D30>
_parse_trailer = <function _parse_trailer at 0x000001C275ED3160>
_set_cast = <function _set_cast at 0x000001C275ED3670>
_set_rating = <function _set_rating at 0x000001C275ED3E50>
_set_unique_ids = <function _set_unique_ids at 0x000001C275ED3DC0>
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (3, 0, 0, 'alpha', 0), 262144)
add_episode_info = <function add_episode_info at 0x000001C275ED3CA0>
add_main_show_info = <function add_main_show_info at 0x000001C275ED3F70>
api_utils = <module 'libs.api_utils' from 'C:\\Kodi_N\\portable_data\\addons\\metadata.tvshows.themoviedb.org.python\\libs\\api_utils.py'>
get_image_urls = <function get_image_urls at 0x000001C275ED35E0>
logger = <class 'libs.utils.logger'>
namedtuple = <function namedtuple at 0x000001C26F9BAB80>
parse_media_id = <function parse_media_id at 0x000001C275ED31F0>
parse_nfo_url = <function parse_nfo_url at 0x000001C275ED30D0>
re = <module 're' from 'C:\\Kodi_N\\system\\python\\Lib\\re.py'>
safe_get = <function safe_get at 0x000001C277261280>
set_show_artwork = <function set_show_artwork at 0x000001C275ED3EE0>
settings = <module 'libs.settings' from 'C:\\Kodi_N\\portable_data\\addons\\metadata.tvshows.themoviedb.org.python\\libs\\settings.py'>
unicode_literals = _Feature((2, 6, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 2097152)
The errors go on and on after that...