Jaded-Encoding-Thaumaturgy / vs-preview

Previewer for VapourSynth scripts.
Apache License 2.0
57 stars 16 forks source link

bar thing on the right causes crash #97

Closed NSQY closed 1 year ago

NSQY commented 1 year ago
from vstools import vs, core, set_output

a = core.std.BlankClip(None, 1920, 1080, format=vs.GRAY8, color=127)

set_output(a)
 File "/home/mm/.local/lib/python3.11/site-packages/vspreview/main/window.py", line 76, in on_splitter_moved
    self.main_window.plugins.update()
  File "/home/mm/.local/lib/python3.11/site-packages/vspreview/plugins/__init__.py", line 125, in update
    self.on_current_frame_changed(
  File "/home/mm/.local/lib/python3.11/site-packages/vspreview/plugins/__init__.py", line 105, in on_current_frame_changed
    self[tab_idx].on_current_frame_changed(frame)
    ~~~~^^^^^^^^^
  File "/home/mm/.local/lib/python3.11/site-packages/vspreview/plugins/__init__.py", line 150, in __getitem__
    raise IndexError
IndexError
NSQY commented 1 year ago

fixed: https://github.com/Irrational-Encoding-Wizardry/vs-preview/commit/4ab889efb5b2f4c78b71c3f5ea863d0fa17dfbbb

no config issues here sir