You are not logged in.
The below messages are displayed and then the program exits to the command prompt:
2017/09/11 11:56:47.652631 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 1589 - generic"}
2017/09/11 11:56:47.652859 {"Layer":"0","module":"SLAVE","level":"Error","msg":"Serial port could not be activated open /dev/ttyACM0: no such file or directory"}
2017/09/11 11:56:47.655904 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
The same thing happens with the most recent build.
I am hoping to use this little box as a dedicated remote slicer for my DUP printers.
Thanks,
Will
Offline
Strange, there is no other error? Maybe default 8080 port is already being used so it quit.
You can change default port by manually editing machine.json. You can use netstat command to see if the port is in use or not.
Offline
Strange, there is no other error? Maybe default 8080 port is already being used so it quit.
You can change default port by manually editing machine.json. You can use netstat command to see if the port is in use or not.
No Joy. Nothing using the port and I changed it with the same result. Is there something else that I can try?
Thanks, Will
Offline
Do you run it with sudo command? For some functions it needs root access.
Offline
Do you run it with sudo command? For some functions it needs root access.
Unfortunately I am sudo'ing it already!
Offline
I have added additional logger on program. please, try again.
But web server module of nanodlp blocks exit. So I expect something there is not working.
Offline
I have added additional logger on program. please, try again.
But web server module of nanodlp blocks exit. So I expect something there is not working.
It works fine. There was something on port 8080 but when I changed the port I added an extra comma:
"Port": 81,,
This was reported as an error in startup and I completely missed that. When the extra comma is removed all is well. Sorry to bother you with this one! Thanks for the help.
Will
Offline