Be a part of CinemaVision today! Once registered and logged in, you will have access to public chat and your own private messenger, you can view and contribute guides, collaborate on the forums, review downloads, give reputation to your fellow members, contribute content and so much more. Registering is quick and completely free, so what are you waiting for? Sign In Sign Up
When i try to update content in CinemVision -> Configure -> Content -> Update Content.
It cleans the DB and starts to load Trivia but fails in the middle.
CinemaVision 1.5.0
Kodi 19.4
2022-06-20 21:29:41.909 T:1356 ERROR <general>: 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 'str'
Traceback (most recent call last):
File "/storage/.kodi/addons/script.cinemavision/addon.py", line 39, in <module>
cvutil.loadContent(from_settings=fromSettings, bg=not fromSettings)
File "/storage/.kodi/addons/script.cinemavision/lib/cvutil.py", line 224, in loadContent
cinemavision.content.UserContent(contentPath, callback=p.msg, trailer_sources=kodiutil.getSetting('trailer.scrapers', '').split(','))
File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/content.py", line 104, in __init__
self.loadContent()
File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/content.py", line 204, in loadContent
self.loadTrivia()
File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/content.py", line 233, in loadTrivia
self.triviaDirectoryHandler(path, prefix=sub)
File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/database.py", line 44, in inner
return func(*args, **kwargs)
File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/content.py", line 503, in __call__
self.doCall(basePath, prefix)
File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/content.py", line 552, in doCall
self.doCall(path, prefix=prefix and (prefix + ':' + c) or c)
File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/content.py", line 618, in doCall
for ct, key in enumerate(sorted(data['c'].keys())):
TypeError: '<' not supported between instances of 'NoneType' and 'str'
-->End of Python script error report<--
Before this error CV seamed to be loading files with names: Nightmare2_Facts_3_XX.jpg where X are: a, q, c1 and c2.
Removing these file CV finish updating content.
When i try to update content in CinemVision -> Configure -> Content -> Update Content.
It cleans the DB and starts to load Trivia but fails in the middle.
CinemaVision 1.5.0
Kodi 19.4
Before this error CV seamed to be loading files with names: Nightmare2_Facts_3_XX.jpg where X are: a, q, c1 and c2.
Removing these file CV finish updating content.

Edited by kec2More info
Share this post
Link to post
Share on other sites