https://bugs.kde.org/show_bug.cgi?id=478821
--- Comment #2 from antimi...@riseup.net --- (In reply to antimidia from comment #1) > I'm having the same issue though the error message is a bit different: > > Traceback (most recent call last): > File "/home/xxxx/.local/share/kdenlive/venv/bin/otioconvert", line 8, in > <module> > sys.exit(main()) > ^^^^^^ > File > "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/ > opentimelineio/console/otioconvert.py", line 238, in main > result_tl = otio.adapters.read_from_file( > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File > "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/ > opentimelineio/adapters/__init__.py", line 143, in read_from_file > return adapter.read_from_file( > ^^^^^^^^^^^^^^^^^^^^^^^ > File > "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/ > opentimelineio/adapters/adapter.py", line 110, in read_from_file > result = self._execute_function( > ^^^^^^^^^^^^^^^^^^^^^^^ > File > "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/ > opentimelineio/plugins/python_plugin.py", line 144, in _execute_function > return (getattr(self.module(), func_name)(**kwargs)) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File > "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/ > otio_kdenlive_adapter/adapters/kdenlive.py", line 290, in read_from_string > maintractor = get_maintracktor(mlt, byid, docversion) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File > "/home/xxxx/.local/share/kdenlive/venv/lib/python3.12/site-packages/ > otio_kdenlive_adapter/adapters/kdenlive.py", line 248, in get_maintracktor > if float(docversion) < float("1.1"): > ^^^^^^^^^^^^^^^^^ > ValueError: could not convert string to float: '' I forgot to mention I'm using Kdenlive 24.08 on Debian Testing. -- You are receiving this mail because: You are watching all bug changes.