Thank you for your suggestion: here a miniflow:
A buffer is injected every second and it should be concatenated by the join node. I expect that when I inject the complete I should get the big buffer in output. Instead I got no output and the console gives me the error above.
[{"id":"7dd2e40e.784e9c","type":"tab","label":"Flow 2","disabled":false,"info":""},{"id":"8a845493.05c0e8","type":"inject","z":"7dd2e40e.784e9c","name":"BUFFER","topic":"","payload":"[82,73,127,127,128,127,128,127]","payloadType":"bin","repeat":"1","crontab":"","once":true,"onceDelay":0.1,"x":170,"y":80,"wires":[["b41b1253.2afb9"]]},{"id":"de36ad96.67c3a","type":"inject","z":"7dd2e40e.784e9c","name":"COMPLETE","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":170,"y":120,"wires":[["e6ff2d13.61945"]]},{"id":"b41b1253.2afb9","type":"join","z":"7dd2e40e.784e9c","name":"","mode":"custom","build":"buffer","property":"payload","propertyType":"msg","key":"topic","joiner":"[]","joinerType":"bin","accumulate":false,"timeout":"","count":"","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"num","reduceFixup":"","x":570,"y":80,"wires":[["6327aa51.382ec4"]]},{"id":"e6ff2d13.61945","type":"change","z":"7dd2e40e.784e9c","name":"","rules":[{"t":"set","p":"complete","pt":"msg","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":370,"y":120,"wires":[["b41b1253.2afb9"]]},{"id":"6327aa51.382ec4","type":"debug","z":"7dd2e40e.784e9c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":750,"y":80,"wires":[]}]