-
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
The application isn't showing control anymore #16
Comments
Did a reset of Keylights - no effect. Deactivated Portmaster firewall - no effect. I'am able to ping the lights. But regarding the firewall, the concept of app images is not clear to me. With every start, a new instance is created under a new path. Since the binary paths are always different, I cannot enable them in the firewall. Which means, this app can't be safely used in a firewall setup. Is this correct or have I misunderstood something here? |
Was it originally working without the firewall? And as far as firewalls, are you specifically whitelisting outbound connections, or just inbound? |
It's a firewall issue, not a bug! Sorry Justin! At my general setting i just whitelist inbound. After explicit whitelisting the Elgato-IP in&out systemwide it works again. At my system these generic host like elgato-key-light-air-65ca.local arn't working. |
Great to hear you were able to figure that out and dont worry about it Oh awesome! i'll mention that in #14 until i'm able to add a CLI into the app itself
The application uses Bonjour to find keylights on the local network. (src/index.js#L172-L178) |
Thanks. I have to read a bit about these zeroconf magic :-) |
Yeah no problem. I have been wanting to add a manual entry of an IP address (because even the best of times Bonjour can still be flakey), but haven't had the bandwidth to implement it. As of right now the discovered key lights are stored in memory and I would need to implement some form of persistent storage first to support manual IP/Hostname addition so that you don't have to re-add every launch. |
Going to close out this ticket, and track the new feature in #17 |
Keylight Control worked very fine for 30 minutes after install . The i created a launcher entry for the AppImage and started it maybe a few times and had more than one instance running.
Now (even after system reboot) the application window stays empty, see screenshot.
At the same time i can still control the light via iOS app.
When starting from CMD i get following error
This is the launcher code, but this should't be the problem
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: