-
Hello! Awesome project! So, I'm trying to connect to my controller on windows, but seem to be having some trouble. When I try to use ">uhppote-cli get-devices" it originally did nothing, but after i configured the device in the conf file, I'm receiving an error "Failed to write to UDP socket: A socket operation was attempted to an unreachable network.". I can't seem to figure out what I'm doing wrong. Thanks in advance for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi, Hmm, best guess is that you are running multiple networks (e.g. WiFi and one or two Ethernet LANs) and uhppote-cli is not using the correct one - it defaults to binding to either
You should get something like this:
There are a couple of other potential reasons but they're a bit less likely:
|
Beta Was this translation helpful? Give feedback.
-
You're the best! It was using a virtual adapter, still beating myself up haha. Thank for your help, got it working now. Really appreciate your work! |
Beta Was this translation helpful? Give feedback.
-
Ok, that is one I haven't run into before :-) ... glad you're up and running! I'm guessing you've probably already done this, but if not you can set the default bind, broadcast and listen addresses in the uhppoted.conf file, e.g.:
|
Beta Was this translation helpful? Give feedback.
Hi,
Hmm, best guess is that you are running multiple networks (e.g. WiFi and one or two Ethernet LANs) and uhppote-cli is not using the correct one - it defaults to binding to either
0.0.0.0
or to the first LAN it finds (if there are multiple interfaces). As a start, try removing all the configuration information from uhppoted.conf (to get to a known state) and then:ipconfig
to list all your networksYou should get something like this: