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
I don't understand why this is happening, but I have downloaded a 4k Christmas video from this site, when i try to launch a movie it throws an error and says check the logs.....the weird part, is that other (non-4k) video files work. Why would this happen?
Here is what i see in the Kodi.log file after running the video
2020-12-09 08:26:28.369 T:27980 WARNING: XFILE::CWin32SMBDirectory::ConnectAndAuthenticate: Can't connect to "\\Aries\tvtunes.nfo" without username and without password. Error code: 53
2020-12-09 08:26:29.731 T:33008 NOTICE: [- CinemaVision -]: Version: 1.1.1a12
2020-12-09 08:26:30.165 T:33008 NOTICE: [- CinemaVision -] (API): Rating Systems:
2020-12-09 08:26:30.165 T:33008 NOTICE: [- CinemaVision -] (API): MPAA: [G, PG, PG-13, R, NC-17, NR]
2020-12-09 08:26:30.165 T:33008 NOTICE: [- CinemaVision -] (API): FSK: [18, 16, 12, 6, 0]
2020-12-09 08:26:30.165 T:33008 NOTICE: [- CinemaVision -] (API): DEJUS: [18 Anos, 16 Anos, 14 Anos, 12 Anos, 10 Anos, Livre]
2020-12-09 08:26:30.165 T:33008 NOTICE: [- CinemaVision -] (API): BBFC: [R18, 18, 15, 12, 12A, PG, U, Uc]
2020-12-09 08:26:30.286 T:33008 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class'lib.cinemavision.exceptions.EmptySequenceFileException'>
Traceback (most recent call last):
File "C:\Users\Andrew\AppData\Roaming\Kodi\addons\script.cinemavision\addon.py", line 18, in <module>
player.begin(args=args)
File "C:\Users\Andrew\AppData\Roaming\Kodi\addons\script.cinemavision\lib\player.py", line 102, in begin
e.start(seqPath)
File "C:\Users\Andrew\AppData\Roaming\Kodi\addons\script.cinemavision\lib\experience.py", line 986, in start
return self._start(sequence_path)
File "C:\Users\Andrew\AppData\Roaming\Kodi\addons\script.cinemavision\lib\experience.py", line 998, in _start
self.processor = cinemavision.sequenceprocessor.SequenceProcessor(sequence_path, content_path=cvutil.getContentPath())
File "C:\Users\Andrew\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\sequenceprocessor.py", line 1251, in __init__
self.loadSequence(sequence_path)
File "C:\Users\Andrew\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\sequenceprocessor.py", line 1345, in loadSequence
self.sequence = sequence.loadSequence(sequence_path)
File "C:\Users\Andrew\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\sequence.py", line 1385, in loadSequence
return SequenceData.load(path)
File "C:\Users\Andrew\AppData\Roaming\Kodi\addons\script.cinemavision\lib\cinemavision\sequence.py", line 227, in load
raise exceptions.EmptySequenceFileException()
EmptySequenceFileException
-->End of Python script error report<--
4k video files selected
Showing all criteria set to ANY
Plays just fine inside the CV add-on
selecting cv from a movie menu
Throws an error upon playing
I see this information at line 227 in "Sequence.py" but i have no idea what it means, i don't speak py
@classmethod
def load(cls, path):
with util.vfs.File(path, 'r') as f:
dstring = f.read().decode('utf-8')
if not dstring:
raise exceptions.EmptySequenceFileException()
I don't understand why this is happening, but I have downloaded a 4k Christmas video from this site, when i try to launch a movie it throws an error and says check the logs.....the weird part, is that other (non-4k) video files work. Why would this happen?
Here is what i see in the Kodi.log file after running the video
4k video files selected
Showing all criteria set to ANY
Plays just fine inside the CV add-on
selecting cv from a movie menu
Throws an error upon playing
I see this information at line 227 in "Sequence.py" but i have no idea what it means, i don't speak py
@classmethod
def load(cls, path):
with util.vfs.File(path, 'r') as f:
dstring = f.read().decode('utf-8')
if not dstring:
raise exceptions.EmptySequenceFileException()
obj = cls(dstring, path_name=re.split(r'[/\\]', path)[-1][:-6])
Edited by shredderobj._loadPath = path
return obj
Share this post
Link to post
Share on other sites