Merge node not working with binary

This operation expects the node's input data to contain a binary file 'data', but none was found [item 0] is marked as closed but this doesn’t work.

If a binary is downloaded in the node before with 1 input into the node that works with the binary it works.

If 2 nodes are merged the binary cannot be found

1 Like

The workaround is to do this so the data in the node that consumes the binary is added to the stack and is at least accessible further down the stream without having to wire more than 1 input into it which breaks the binary which only appears to work with a single input.

It shows two items.

I think you are using append in merge node.

Please choose combine by position to make it as 1 item only.

1 Like

Thanks - that works!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.