Hi there,
I applied a buffer in my node-red flow and have now encountered this problem in my CMD window, stopping the node-red server:
26 Jun 09:01:09 - TypeError: “list” argument must be an Array of Buffer or Uint8Array instances
at Function.Buffer.concat (buffer.js:446:13)
at completeSend (C:\Users\admin\AppData\Roaming\npm\node_modules\node-red\nodes\core\logic\17-split.js:457:40)
at Timeout. (C:\Users\admin\AppData\Roaming\npm\node_modules\node-red\nodes\core\logic\17-split.js:592:29)
at ontimeout (timers.js:498:11)
at tryOnTimeout (timers.js:323:5)
at Timer.listOnTimeout (timers.js:290:5)
I have uninstalled and reinstalled Node.js trying to solve it that way but it didn’t work. I am completely stuck and would very much appreciate some help on this!