You are not logged in.
Pages: 1
Hello,
After update nanodlp doesnt launch. Rpi detects in network, accessible via ssh, but nano dash via ip doesnt load. As well as Nextion screen cant connect. I guess nano just havent booted. Tried 3 times to restart. Any suggestion?
This is what sudo ./printer returns:
2020/07/18 09:26:13.255637 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 3342 generic"}
2020/07/18 09:26:13.256245 {"Layer":"0","module":"Hardware","level":"Warning","msg":"GPU Initializing / VideoCore"}
2020/07/18 09:26:13.257145 {"Layer":"0","module":"Gcode","level":"Error","msg":"Could not access LCD write /dev/i2c-1: remote I/O error"}
2020/07/18 09:26:13.258373 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
2020/07/18 09:26:13.264032 {"Layer":"0","module":"Server","level":"Error","msg":"Could not setup server. listen tcp :8080: bind: address already in use"}
Found an old thread, about /etc/rc.local, and it doesnt have /bin/bash /home/pi/printer/config/run.sh
Tried to change port in machine.json few times, Each time got same error.
Ok, after few reboots it launched on port 80.
Last edited by Sazabi (2020-07-18 11:06:44)
Offline
You should access nanodlp on port 8080 not 80
Offline
It keeps tell me the port is busy.
2020/07/18 09:26:13.264032 {"Layer":"0","module":"Server","level":"Error","msg":"Could not setup server. listen tcp :8080: bind: address already in use"}
Offline
You cannot run two nanodlp instances, the error indicates nanodlp running without issue.
IT runs on port 80 not 8080 so instead of http://ip/ you should access it through http://ip:8080/
Offline
Pages: 1