Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
(2022-06-03, 04:26)jurialmunkey Wrote:
(2022-06-02, 18:09)talismanamsilat Wrote: TMDB Helper 4.8.4 is causing an error, previous version was fine.
Debug log?

I can't read your mind about what the error is!

I did a quick test with youtube as the player.
I suspect it is this error.

Code:
2022-06-03 05:10:49.249 T:1095     INFO <general>: [plugin.video.youtube] Running: YouTube (6.8.18+matrix.1) on Matrix (Kodi-19.4) with Python 3.8.9
                                                       Path: /search/
                                                       Params: {'q': 'ROT (2022)', 'search_type': 'notvalid'}
2022-06-03 05:10:51.060 T:1095     INFO <general>: CPythonInvoker(24, /storage/.kodi/addons/plugin.video.youtube/resources/lib/default.py): script successfully run
2022-06-03 05:10:51.173 T:1093     INFO <general>: [plugin.video.themoviedb.helper]
                                                   lib.player - finished resolving path to url
                                                   plugin://plugin.video.youtube/play/?video_id=_V-XE6BZMYA
2022-06-03 05:10:51.206 T:1093    ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'AttributeError'>
                                                   Error Contents: 'NoneType' object has no attribute 'lower'
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.themoviedb.helper/plugin.py", line 8, in <module>
                                                       Router().run()
                                                     File "/storage/.kodi/addons/plugin.video.themoviedb.helper/resources/lib/items/router.py", line 46, in run
                                                       return self.play_external()
                                                     File "/storage/.kodi/addons/plugin.video.themoviedb.helper/resources/lib/addon/modimp.py", line 32, in wrapper
                                                       return func(*args, **kwargs)
                                                     File "/storage/.kodi/addons/plugin.video.themoviedb.helper/resources/lib/items/router.py", line 27, in play_external
                                                       Players(**self.params).play(handle=self.handle if self.handle != -1 else None)
                                                     File "/storage/.kodi/addons/plugin.video.themoviedb.helper/resources/lib/player/players.py", line 688, in play
                                                       if self.current_player and self.current_player.get('make_playlist', '').lower() == 'true':
                                                   AttributeError: 'NoneType' object has no attribute 'lower'
                                                   -->End of Python script error report<--
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 Fuchs2468 - 2022-06-03, 05:26
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2