Hi all,
I was wondering if anyone was able to get Extendedinfo Script working for movies and TV shows?
I am using Kszaqs LE 8.2 on an AMLogic S905x chipset.
The error is:
17:55:45.397 T:2478171040 NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.07.09
17:55:46.178 T:2478171040 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('production_companies',)
Traceback (most recent call last):
File "/storage/.kodi/addons/script.extendedinfo/default.py", line 63, in <module>
Main()
File "/storage/.kodi/addons/script.extendedinfo/default.py", line 37, in __init__
listitems = process.start_info_actions(info, self.params)
File "/storage/.kodi/addons/script.extendedinfo/resources/lib/process.py", line 341, in start_info_actions
name=params.get("name"))
File "/storage/.kodi/addons/script.extendedinfo/resources/lib/WindowManager.py", line 67, in open_movie_info
dbid=dbid)
File "/storage/.kodi/addons/script.extendedinfo/resources/lib/dialogs/DialogMovieInfo.py", line 72, in __init__
dbid=kwargs.get('dbid'))
File "/storage/.kodi/addons/script.extendedinfo/resources/lib/TheMovieDB.py", line 749, in extended_movie_info
studio = [i["name"] for i in info["production_companies"]]
KeyError: ('production_companies',)
-->End of Python script error report<--
17:55:46.405 T:2478171040 WARNING: CPythonInvoker(69, /storage/.kodi/addons/script.extendedinfo/default.py): the python script "/storage/.kodi/addons/script.extendedinfo/default.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon7xbmcgui10DialogBusyE