Hi all
CV working fine except one small thing...
so I have a custom sequence for example, I've programmed it in, and it plays nice in the editor.
I have tagged it to run say for example on BBFC:18 and Romantic.
I launch CV via context menu and the playlist/queue appears having selected the right sequence. If I choose play, it crashes. (but only on that sequence default is ok),
now if I were to do the same again but instead of hitting play, I go to select a sequence and choose the same one again then press play it will work. (example it picked romantic.sequence automatically based on tags, then I go to choose a sequence and choose romantic.sequence again)
attached is my log.
2020-09-21 01:04:09.587 T:140635257648896 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 "/storage/.kodi/addons/script.cinemavision/addon.py", line 18, in <module>
player.begin(args=args)
File "/storage/.kodi/addons/script.cinemavision/lib/player.py", line 80, in begin
e.start(seqPath)
File "/storage/.kodi/addons/script.cinemavision/lib/experience.py", line 953, in start
return self._start(sequence_path)
File "/storage/.kodi/addons/script.cinemavision/lib/experience.py", line 965, in _start
self.processor = cinemavision.sequenceprocessor.SequenceProcessor(sequence_path, content_path=cvutil.getContentPath())
File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/sequenceprocessor.py", line 1251, in __init__
self.loadSequence(sequence_path)
File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/sequenceprocessor.py", line 1345, in loadSequence
self.sequence = sequence.loadSequence(sequence_path)
File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/sequence.py", line 1385, in loadSequence
return SequenceData.load(path)
File "/storage/.kodi/addons/script.cinemavision/lib/cinemavision/sequence.py", line 227, in load
raise exceptions.EmptySequenceFileException()
EmptySequenceFileException
-->End of Python script error report<--
Running Libreelec 9.2 X86_64 (Based on Kodi 18.8)
Much appreciated for the help, I know there is a 1.1.1a12 but I can't find it anywhere to get hold of...