You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the install steps on my RPI4.
After running sh install.sh the PI rebooted and eventually the desktop shows.
I assume to start the player I need to npm start or something?
But I am not able to make it run.
I did test that npm is installed with npm list and get:
I encountered the same issue, but found a different solution.
install.sh sets the script to startup and keep running by default using a node module called forever service
So in the background forever is unsuccessfully starting the script and using the port, thus the "EADDRINUSE" error.
To disable this and run the script from desktop mode you have to first run sudo forever-service delete osc-node
Thanks for making your project public.
I followed the install steps on my RPI4.
After running
sh install.sh
the PI rebooted and eventually the desktop shows.I assume to start the player I need to
npm start
or something?But I am not able to make it run.
I did test that npm is installed with
npm list
and get:cat /etc/os-release
reports:node app.js
reports:Thanks for any tips.
The text was updated successfully, but these errors were encountered: