numonedad

Results 6 comments of numonedad

I still see this on the stream subcommand.

Found the answer here, you need permissions to modify network in dbus https://djangocas.dev/blog/linux/troubleshooting-protonvpn-EnableIPv6LeakProtectionError-Unable-to-add-IPv6-leak-protection-connection-interface/ ``` apt-get install policykit-1-gnome ``` Create a file here /etc/polkit-1/localauthority/50-local.d/org.freedesktop.NetworkManager.pkla, the content as below: ``` [nm-applet] Identity=unix-user:...

when will it work with a headless linux or have a webhook for auth? It's a no go right now since it requires a display

Please reopen, this isn't a cli tool until it works headless.

Issue appears to be around how the keyring is storing data: https://keyring.readthedocs.io/en/latest/#using-keyring-on-headless-linux-systems On headless, I see these options ``` keyring --list-backends keyring.backends.fail.Keyring (priority: 0) keyring.backends.chainer.ChainerBackend (priority: 0) ``` On a...

I got further along by installing `gnome-keyring` which forces a UI prompt via X11. I still can not connect due to unknown error during server connect.