Incorrect host address and couldn't connect to Moonraker #86
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Instead of the Web UI address being
http://BRIDGE-IP:7125, I found thathttp://0.0.0.0:7125worked, based on what was printed in the console when I first ran the executable:However, neither
http://BRIDGE-IP:7125orhttp://0.0.0.0:7125worked in OrcaSlicer.Steps to Reproduce
kx-bridge-windows.zipkx-bridge.exehttp://0.0.0.0:7125Expected Behavior
KX-Bridge would complete the connection
Actual Behavior
OrcaSlicer gives me this error:
Couldn't connect to Moonraker. curl:Couldn't connect to server. Failed to connect to 0.0.0.0 port 7125: Address not available [Error 7]Here is the output of
kx-bridge.exe:Thank you for any help!
Based on the
kx-bridge.execonsole prints, I found that using the hostnamehttp://192.168.2.14:7125completed the Moonraker connection.However, it looks like the addresses are all over the place and should be looked at.
But thank you again for developing this great software! =)
Fixed in nightly. The startup log now shows the actual LAN IP instead of
0.0.0.0. The bridge already determined the correct local IP via a UDP socket trick — the log line just was not using it yet. The line you want to copy for OrcaSlicer is now:OrcaSlicer → Klipper → http://<your-ip>:<port>