Video enhancement: too many values to unpack (expected 4)

#6
by kunalpuri - opened

This is the error message I get while upscaling a video generated using LTX Desktop (720p). Is it a bug or does the platform expect some other format?

Traceback
ValueError: too many values to unpack (expected 4)
ERROR:asyncio:Exception in callback _ProactorBasePipeTransport._call_connection_lost()
handle: <Handle _ProactorBasePipeTransport._call_connection_lost()>
Traceback (most recent call last):
File "asyncio\events.py", line 89, in _run
File "asyncio\proactor_events.py", line 165, in _call_connection_lost
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
[reset-state] Generation state has been reset cleanly.
Traceback (most recent call last):
File "C:\Users****\AppData\Local\Programs\LTX Desktop\LTX2.3-Multifunctional\LTX2.3-1.0.4\patches\app_factory.py", line 1605, in route_upscale_video
fps, num_frames, _, _ = get_videostream_metadata(video_path)
^^^^^^^^^^^^^^^^^^^^^
ValueError: too many values to unpack (expected 4)

This is the error message I get while upscaling a video generated using LTX Desktop (720p). Is it a bug or does the platform expect some other format?

Traceback
ValueError: too many values to unpack (expected 4)
ERROR:asyncio:Exception in callback _ProactorBasePipeTransport._call_connection_lost()
handle: <Handle _ProactorBasePipeTransport._call_connection_lost()>
Traceback (most recent call last):
File "asyncio\events.py", line 89, in _run
File "asyncio\proactor_events.py", line 165, in _call_connection_lost
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
[reset-state] Generation state has been reset cleanly.
Traceback (most recent call last):
File "C:\Users****\AppData\Local\Programs\LTX Desktop\LTX2.3-Multifunctional\LTX2.3-1.0.4\patches\app_factory.py", line 1605, in route_upscale_video
fps, num_frames, _, _ = get_videostream_metadata(video_path)
^^^^^^^^^^^^^^^^^^^^^
ValueError: too many values to unpack (expected 4)

There are no significant changes to this feature; I've already removed it in the latest version. I've also fixed the stuttering issue with multi-frame generation. It's still in testing and is expected to be released today or tomorrow.

kunalpuri changed discussion status to closed

Sign up or log in to comment