Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TV Shows scraped by the TMDB TV Show scraper throw an error #94

Open
nosweat99 opened this issue Sep 27, 2020 · 0 comments
Open

TV Shows scraped by the TMDB TV Show scraper throw an error #94

nosweat99 opened this issue Sep 27, 2020 · 0 comments

Comments

@nosweat99
Copy link

This error is present with OpenInfo Version 6.2.4 running in Kodi 18.8 (Windows & LibreELEC)
All TV Shows scraped with the TMDB TV Show scraper throw an index error:

2020-09-26 20:18:52.643 T:2064 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "C:\KodiPortable18\Kodi\portable_data\addons\script.extendedinfo\script.py", line 32, in
Main()
File "C:\KodiPortable18\Kodi\portable_data\addons\script.extendedinfo\script.py", line 11, in init
process.start_info_actions(self.infos, self.params)
File "C:\KodiPortable18\Kodi\portable_data\addons\script.extendedinfo\resources\lib\process.py", line 172, in start_info_actions
wm.open_tvshow_info(tmdb_id=params.get('id'), tvdb_id=params.get('tvdb_id'), dbid=params.get('dbid'), imdb_id=params.get('imdb_id'), name=params.get('name'))
File "C:\KodiPortable18\Kodi\portable_data\addons\script.extendedinfo\resources\lib\WindowManager.py", line 65, in open_tvshow_info
tmdb_id = get_show_tmdb_id(tvdb_id)
File "C:\KodiPortable18\Kodi\portable_data\addons\script.extendedinfo\resources\lib\TheMovieDB.py", line 403, in get_show_tmdb_id
return response['tv_results'][0]['id']
IndexError: list index out of range
-->End of Python script error report<--

All TV Shows scraped with the TVDB TV Show scraper display the extended info screen correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant