-
-
Notifications
You must be signed in to change notification settings - Fork 136
Description
Describe the bug
Hello.
When I load a film, I get this error:
Script Error
Python exception: Source: The index does not match the source file
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 3378, in vapoursynth._vpy_evaluate
File "src/cython/vapoursynth.pyx", line 3379, in vapoursynth._vpy_evaluate
File "L:\xxxxx peli.mkv_temp\xxxxx peli_new_source.vpy", line 9, in
clip = core.ffms2.Source(r"L:\xxxxxx peli.mkv", cachefile=r"L:\xxxxxx peli.mkv_temp\temp.ffindex", timecodes=tcFile) if os.path.exists(tcFile) else core.ffms2.Source(r"L:\xxxxxx peli.mkv", cachefile=r"L:\xxxxx peli.mkv_temp\temp.ffindex")
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "src/cython/vapoursynth.pyx", line 3114, in vapoursynth.Function.call
vapoursynth.Error: Source: The index does not match the source file
It only happens with this film, and the strange thing is that a few days ago, I loaded it again and didn't get this error.
Regards
How to reproduce
When I load a film
Expected behavior
No response
StaxRip version
2.50.4
OS
Windows 10
Frame Server
VapourSynth
Additional information
No response