I can run the following command from the command line
lame --decode /home/pi/songs/1.mp3 - | play -
when I try to run the command from an exec node it gives me an "error 2" message.
Is it possible to run the command from within node red ?
Thanks
Show/share your configuration of the exec node with a screenshot
Also check if anything is appearing on output two.
You have got Append msg.payload selected. That appends whatever is in msg.payload to the command as you can see from the command it says is in error.
(Slowly pounds head on desk)
Looked at that a hundred times, sigh.
Thanks for the help.
We have all been there. Sometimes pounding faster helps, sometimes not.
