Kosinkadink / ComfyUI-VideoHelperSuite

Nodes related to video workflows
GNU General Public License v3.0
527 stars 94 forks source link

BrokenPipeError: [Errno 32] Broken pipe #72

Closed MY20212021 closed 9 months ago

MY20212021 commented 10 months ago

ERROR:root:!!! Exception during processing !!! ERROR:root:Traceback (most recent call last): File "F:\ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 153, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "F:\ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 83, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "F:\ComfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 76, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "F:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite\videohelpersuite\nodes.py", line 199, in combine_video proc.stdin.write(frame.tobytes()) BrokenPipeError: [Errno 32] Broken pipe

always error,had change V9

Lalimec commented 10 months ago

Same issue

/home/ubuntu/ComfyUI/temp/metadata.txt: Invalid data found when processing input
ERROR:root:!!! Exception during processing !!!
ERROR:root:Traceback (most recent call last):
  File "/home/ubuntu/ComfyUI/execution.py", line 153, in recursive_execute
    output_data, output_ui = get_output_data(obj, input_data_all)
  File "/home/ubuntu/ComfyUI/execution.py", line 83, in get_output_data
    return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
  File "/home/ubuntu/ComfyUI/execution.py", line 76, in map_node_over_list
    results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
  File "/home/ubuntu/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite/videohelpersuite/nodes.py", line 199, in combine_video
    proc.stdin.write(frame.tobytes())
BrokenPipeError: [Errno 32] Broken pipe

Prompt executed in 60.07 seconds
Mindspherical commented 10 months ago

Error 32 as well, tried rolling back versions, same issue. Could it be a conflict with the newest ComfyUI?

image
Kosinkadink commented 10 months ago

Can you check if you get the error if you toggle "save_metadata" to off in the node?

alexbofa commented 10 months ago

Can you check if you get the error if you toggle "save_metadata" to off in the node?

Yes, it's work when save_metadata = false

Lalimec commented 10 months ago

Yes, that solves the problem.

On Thu, Nov 23, 2023, 14:53 alexbofa @.***> wrote:

Can you check if you get the error if you toggle "save_metadata" to off in the node?

Yes, it's work when save_metadata = false

— Reply to this email directly, view it on GitHub https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite/issues/72#issuecomment-1824299904, or unsubscribe https://github.com/notifications/unsubscribe-auth/APT4OEUB7NDEEK3LJQ266WDYF42KJAVCNFSM6AAAAAA7RYXEEOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRUGI4TSOJQGQ . You are receiving this because you commented.Message ID: @.***>

Kosinkadink commented 9 months ago

Alrighty, a PR has been merged that should not cause metadata to prevent you from saving the video - if you can, could you pull latest, turn on metadata saving, and see if, besides an error logged in console saying there was an issue saving with metadata, the video gets saved anyway?

alexbofa commented 9 months ago

Yes, it's work for me! Thanks!

Kosinkadink commented 9 months ago

Assuming the cause for the OP's issue was the same as the other replies on this post, since this is fixed, I will close the issue. If this ended up not solving your issue @MY20212021, feel free to reopen the issue and post the full error stack from the console.