Skip to content

OSError: [Errno 22] Invalid argument #41

Description

@robji15

writing 1008
Dump to K:\ComfyUI-aki-v1\temp\live_portrait_00000.mp4

#scenes_video [0] ['K:\ComfyUI-aki-v1\temp\live_portrait_00000.mp4']
total_frame_count 1008
Using fallback file for extremely long metadata: 7919798/32567
!!! Exception during processing !!! [Errno 22] Invalid argument
Traceback (most recent call last):
File "K:\ComfyUI-aki-v1\execution.py", line 323, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "K:\ComfyUI-aki-v1\execution.py", line 198, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "K:\ComfyUI-aki-v1\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "K:\ComfyUI-aki-v1\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "K:\ComfyUI-aki-v1\custom_nodes\comfyui-mixlab-nodes\nodes\Video.py", line 805, in run
self.save_with_tempfile(args, metadata_args[1], file_path, frames, env)
File "K:\ComfyUI-aki-v1\custom_nodes\comfyui-mixlab-nodes\nodes\Video.py", line 689, in save_with_tempfile
proc.stdin.write(frame.tobytes())
OSError: [Errno 22] Invalid argument

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions