Hi,
I use node-red-contrib-zip node to unzip the zip file.
With version 1.0.0, unzip is OK, but the latest version is currently 1.1.0. then unzip error as attached picture.
Anyone have the same error as me?
[{"id":"6f540e71.39d5a","type":"inject","z":"8289d019.722ce","name":"","topic":"","payload":"","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":170,"y":2500,"wires":[["286c8a8c.05da26"]]},{"id":"286c8a8c.05da26","type":"change","z":"8289d019.722ce","name":"","rules":[{"t":"set","p":"filename","pt":"msg","to":"D:\\Work\\DataTest.zip","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":330,"y":2500,"wires":[["5613d8b8.b08818"]]},{"id":"227c1acb.66ff26","type":"zip","z":"8289d019.722ce","name":"","mode":"decompress","filename":"","compressionlevel":6,"outasstring":false,"x":630,"y":2500,"wires":[["e0483459.b852d8"]]},{"id":"5613d8b8.b08818","type":"file in","z":"8289d019.722ce","name":"","filename":"","format":"","chunk":false,"sendError":false,"encoding":"none","x":490,"y":2500,"wires":[["227c1acb.66ff26"]]},{"id":"e0483459.b852d8","type":"debug","z":"8289d019.722ce","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":770,"y":2500,"wires":[]}]