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

Running on Matrix: The MovieDB Helper Error #352

Closed
berkhornet opened this issue Nov 9, 2020 · 3 comments
Closed

Running on Matrix: The MovieDB Helper Error #352

berkhornet opened this issue Nov 9, 2020 · 3 comments

Comments

@berkhornet
Copy link

Running with Kodi Matrix Alpha 3 on AH 0.5.51, I'm regularly get the message "The MovieDB Helper Error: See log for more information". Investigating the log I find that the relevant messages are:
2020-11-09 07:58:37.261 T:5604 INFO : [plugin.video.themoviedb.helper]
lib.monitor.listitem.process_artwork
Error Type: TypeError
Error Contents: ("'>' not supported between instances of 'str' and 'int'",)

No further info seems to be available to help debug, but from my limited knowledge may be a Python 2-3 error

@berkhornet
Copy link
Author

Hi. I've investigated a bit further and think the error may originate from lines 133 and 134 in the file \Roaming\Kodi\addons\plugin.video.themoviedb.helper\resources\lib\monitor\listitem.py":

if ADDON.getSettingBool('service_fanarttv_lookup'):
details = self.get_fanarttv_artwork(details, tmdb_type)

Hope this helps

@jurialmunkey
Copy link
Owner

Sorry for the delay in getting to this one. My portable Matrix install got messed up and I had to get around to reinstalling it to test Matrix since I normally run Leia.

Above commit should fix this error (added to latest version on Matrix branch). Could you test and confirm?

@berkhornet
Copy link
Author

Yep, that has fixed it. Many thanks for your help.

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

2 participants