Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
@jurialmunkey , I am testing the latest version from GitHub running in the latest Matrix nightly.  I am getting the following error whenbrowsing the plugin and trying to get details for a cast member:

xml:

2019-12-21 10:38:14.107 T:8684   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'TypeError'>
                                            Error Contents: '<' not supported between instances of 'NoneType' and 'NoneType'
                                            Traceback (most recent call last):
                                              File "C:\Users\bsori\AppData\Roaming\Kodi\addons\plugin.video.themoviedb.helper\plugin.py", line 11, in <module>
                                                Container().router()
                                              File "C:\Users\bsori\AppData\Roaming\Kodi\addons\plugin.video.themoviedb.helper\resources\lib\container.py", line 522, in router
                                                self.list_details()
                                              File "C:\Users\bsori\AppData\Roaming\Kodi\addons\plugin.video.themoviedb.helper\resources\lib\container.py", line 411, in list_details
                                                details = self.tmdb.get_detailed_item(*d_args)
                                              File "C:\Users\bsori\AppData\Roaming\Kodi\addons\plugin.video.themoviedb.helper\resources\lib\tmdb.py", line 316, in get_detailed_item
                                                itemdict = self.set_cache(self.get_niceitem(request), cache_name, self.cache_long) if request else {}
                                              File "C:\Users\bsori\AppData\Roaming\Kodi\addons\plugin.video.themoviedb.helper\resources\lib\tmdb.py", line 252, in get_niceitem
                                                cast = self.get_cast(item)
                                              File "C:\Users\bsori\AppData\Roaming\Kodi\addons\plugin.video.themoviedb.helper\resources\lib\tmdb.py", line 197, in get_cast
                                                for i in sorted(cast_list, key=lambda k: k.get('order')):
                                            TypeError: '<' not supported between instances of 'NoneType' and 'NoneType'
                                            -->End of Python script error report<--

Any ideas? Thanks for your help.

Regards,

Bart
Reply


Messages In This Thread
RE: TheMovieDB Helper - by jurialmunkey - 2019-07-31, 11:47
RE: plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners - by bsoriano - 2019-12-21, 16:45
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2