What can I do to fix this? I've been through every forum that has a similar error, and nothing works or is relatable to my problem. Any help would be greatly appreciated. Thank you for your time!
That almost certainly means you already have node-red running. Perhaps you have enabled it to run on boot. You haven't said how you have installed it, but perhaps sudo systemctl status nodered
will give a clue.
Hi, similar problem here.
Try to start node-red but the 1880 port is in use, it seems node-red use it. Why am I not able to access the flow using the browser?
Hi,
the beagle bone black is in a private network, I use the pc browser to develop the flow and try to connect the beagle bone via browser using the 192.168.x.x IP. The ssh connection on the same IP works properly.
I tried to disable the node-red start from the boot and in this case I found the init process that occupy the 1880 port.
I'm confused!
Thanks
Update: after a switch off and on (the simple reboot instruction does not provide the same result) the 1880 port was free. a node-red-stop and then a node-red-start are needed in order to have a right node-red session. Now it is possible to acces at the flow using the browser.
The next step is adding the beaglebone nodes fouded here: https://flows.nodered.org/node/node-red-node-beaglebone
It seems that a permission issue occures:
root@beaglebone1:/home/debian/node_modules# npm install node-red-node-beaglebone
npm WARN checkPermissions Missing write access to /home/debian/node_modules/node-red-node-beaglebone
npm WARN enoent ENOENT: no such file or directory, open '/home/debian/package.json'
npm WARN debian No description
npm WARN debian No repository field.
npm WARN debian No README data
npm WARN debian No license field.
Thank you for your answer dceejay. I am at the beginning (as you proably understood) and I read the docs you linked before my post. At this point: why I am not able to find the beaglebone nodes? They do not appear between the other nodes.
Thank you dceejay for your support. I will search for a good guide and will begin the first test; if you have some documents to advise, very welcome...
thanks.