DWC after reboot - launch of page shows not found.
-
Hello
I used the sudo shutdown so I could do some work on my Railcore 3D printer. Later after start up the DWC webpage on the raspberry pi states it could not be found by the name of the printer/sbc.If I communicate with it by IP from a another computer. The page shows up.
How do I restore/fix the local instance?
Steven
-
Firmware versions?
-
Here is the Firmware and Software Versions:
Board: Duet 3 MB6HC (MB6HC)
DSF Version: 3.4.5
Firmware: RepRapFirmware for Duet 3 MB6HC 3.4.5 (2022-11-30)
Duet Web Control 3.4.5The odd thing is raspberry pi name is Railcore300
The board name is Railcore300The browser on the raspberry pi states the "Railcore 300" cannot be found.
I can open the page on the raspberry pi and another computer by IP without issue. The page is available with http://railcore300.local/Thank you again for the help.
-
@Phaedrux Any insight to my issue?
-
While waiting for @chrishamm to be able to take a look perhaps you could try backing up your config set, and try preparing a different new SD card with a fresh download of DuetPi.
-
@sulbrich It sounds like the hostname of your board contains whitespaces which isn't legit. Try to use M550 to change it back to "Railcore300". If the hostname was set using DSF (via M550), whitespaces should be stripped automatically from the hostname prior to setting it. The machine caption on DWC may contain whitespaces, though.
-
@chrishamm I will give it a try
-