-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's not connecting, just shows the window with nothing in it. #18
Comments
Hello, Just to confirm, which model of key light are you using? Additionally are you running any sort of firewall on your system? Someone had a similar issue in #16, and it had to do their firewall settings |
I debugged a similar problem (and it may actually be the same problem). No lights where showing up for me. It turns out that it is an issue where the underlying problem start me having a dual stack of IPv4 and IPv6. Both me local PC that I want to use as the controller as well as the key lights have v4 and v6 IP addresses. From the shell
Note that this was a positive result and the lights responded on v4 AND v6. More often then not I found that they just respond on IPv6, e.g. just
This then turns out to be the root cause as the library I have further tried different implementations of bonjour (also called ahavi, mdns, zeroconf). Unfortunately, neither
listen to IPv6 responses. Giving up for now to solve this with Node. as hint, using Python and modified version of https://github.com/jstasiak/python-zeroconf/blob/master/examples/browser.py I can reliably find the lights all the time. Looks like:
|
I'm having the same issue of an empty window showing even though my light seems like it should be discoverable:
|
I have an elgato key light and even after resetting it still won't show up, I can connect to the wifi network but that still doesn't make any difference. I'm on pop-os 20.10 with an Nvidia 1050 ti on 510.54 drivers, It's probably just some stupid setting on my end but if you don't mind any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: