Title as described. SHowing solid white light but won’t let me access it. Not sure if there’s a way to reverse the update or what the solution is
Does your computer running a VPN or tailscale service? Or other service in this kind.
Please disable it and confirm your computer and Comet are in the local network.
You can also try with a hard reset by holding the reset button over 8s.
I had to download the desktop app and ended up using the ethernet address ehich works, however the glkvm.local still does not work and I already tried resetting
In the terminal under Toolbox you can edit /etc/hostname to give the device whatever hostname you want (reboot the device for it to take effect). Note that your router may vary with the extension, I can just do http://[hostname] to access the device, some use [hostname].lan or .home or .local or even .home.arpa in case you've swapped or updated your router recently.
Which browser you are using, firefox might have this problem and computer's lack of mDNS service will cause this.
Could you please try to access https://glkvm (without .local).
Hey thanks for replying. What exactly do I type into the terminal? I tried typing /etc/hostname cmsigned local. But it was saying no such directory was found.
Thanks!
The easiest if you're not familiar with Linux text editors like vi is to run the following:
echo my-hostname > /etc/hostname
On reboot you should be able to ping and access my-hostname, but you can also try the above and see if ping glkvmworks from a local computer (Windows using the cmd prompt, Mac using the Terminal app).