Hi,
I am moving my Node-Red flows from a Raspberry Pi device to a Synology DS220+ NAS with node-red created with docker compose.
I have a number of flows that have a read-file node, which work properly on the Rpi, but on the NAS it can't find the path and
"Error: ENOENT: no such file or directory, open '/volume1/docker/node-red/aangebeld.mp3'"
However the path appears to be correct in WinCP
What am i doing wrong here?
/volume1/docker/node red/
is a directory on your NAS. This directory will be mapped to something inside your node-red (something like /data or similar). Look for this in your container settings in the Synology pages
You are right Steve,
So then the path would be:
/data/aangebeld.mp3
I'll give it a try when I have more time
Thanx!
system
Closed
29 June 2024 09:11
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.