-
Notifications
You must be signed in to change notification settings - Fork 201
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
[BUG] There was an error connecting to the ProtonVPN API. #365
Comments
I've experienced the same problem today but the above solution didn't solve. I get the following error:
|
@autogris What does |
ProtonVPN-CLI v2.2.12 |
Ah, it seems some problem with network manager. After rebooting I've got protonvpn init to finish its writing process! Sorry! |
Hey all 👋 The community CLI is no longer supported, since we've introduced new features and are continuing to add new features in the new Linux native client that aren't compatible with the community CLI. In addition to this, the community CLI hasn't been actively maintained in the past few years (as you can see by the commits). If you're on a supported distro, please consider trying the latest version of our native Linux client: https://protonvpn.com/support/linux-vpn-setup/ Otherwise, you could also consider a manual configuration: https://protonvpn.com/support/wireguard-manual-linux/ |
Seems like it works.... Noticed that protonvpn status returned.....
@calexandru2018 Looks like you had a hand in the merging of the project. Great work, this update saved me. |
It works now after installed cli from source. Thanks @calexandru2018 this update saved me too. |
Just a friendly heads-up: it's probably best not to rely too heavily on the latest version. We're planning to fully end the support in the near future (for reasons explained above). So, while things might still be working for some days, it's perhaps best to see if the native client or manual configuration are viable alternative for your situation. |
Given support will expire does anyone have any recommendations on a vpn provider to replace this. I like how I can do protonvpn init and stores a config file then inside my docker container I can dynamically call protonvpn connect <servername> in the event my server is not performing correctly. Any ideas for a future replacement?
…-------- Original Message --------
On Mar 13, 2024, 04:46, Alexandru Cheltuitor wrote:
Just a friendly heads-up: it's probably best not to rely too heavily on the latest version. We're planning to fully end the support in the near future (for reasons explained above). So, while things might still be working for some days, it's perhaps best to see if the native client or manual configuration are viable alternative for your situation.
—
Reply to this email directly, [view it on GitHub](#365 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BES3ON7VP4XAG3PKARKRAPTYYA4BRAVCNFSM6AAAAABETMHIKGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJUGE4TIMBWGY).
You are receiving this because you commented.Message ID: ***@***.***>
|
It would be very important for proton to develop an official application that doesn't rely on systemd as the only possible choice. Many of us will be cut off when linux-cli no longer works. |
I've switched to using WireGuard with ProtonVPN. The following is what I did.
sudo pacman -S wireguard-tools
sudo vim /etc/wireguard/wg0.conf
Note: modify the line
sudo wg-quick up wg0 Verified the traffic is routed through ➜ ip route get 104.18.6.192
104.18.6.192 dev wg0 src 10.2.0.2 uid 1000
cache
Bonus: Use sudo systemctl enable wg-quick@wg0.service Cheers! |
To support @HackedArtichoke's position: once this CLI stops working, one of my 2 major use cases for ProtonVPN will be broken, and I will be forced to look at alternative VPN providers. I can understand the business decision to try and focus development on the most common use cases, but it unfortunately means losing more technical customers like myself, who require more flexibility. It also tends to be customers like us that go to make recommendations about VPN providers to others, both personally and professionally. |
@calexandru2018 Can the official protonvpn-cli be used as a direct "drop-in" replacement or do the connect commands like |
As a note, there are very valid reasons to sunset the support. Among other things, this non-official CLI does not support 2FA and makes unauthenticated call, most of our technical customers are also generally sensible to those matters, also because it's not owned by Proton, there is no warranty on it. If you are unable to use the official client, the alternative is to download Wireguard config files as @kohane27 explained #365 (comment) |
Just to add my own voice: I this also impacts me, and will not be renewing my subscription as well. RE: 2fa: |
Description
Running
sudo protonvpn connect
gives the following error:Confirmed I'm not the only one: protonvpn_cli_api_not_working.
Solution
I resolved it with the latest linux-cli-community version.
I followed Manual Installation from source.
Note:
pipx upgrade protonvpn-cli
doesn't work.Make sure you're on the latest version:
After installing, I ran
sudo protonvpn init
and thensudo protonvpn c
works again.Thank you.
The text was updated successfully, but these errors were encountered: