Package Details: protonvpn-cli 3.13.0-2

Git Clone URL: https://aur.archlinux.org/protonvpn-cli.git (read-only, click to copy)
Package Base: protonvpn-cli
Description: Official ProtonVPN Command Line Interface, maintained by the ProtonVPN team.
Upstream URL: https://github.com/ProtonVPN/
Keywords: cli protonvpn protonvpn-cli vpn
Licenses: GPL3
Groups: ProtonVPN
Submitter: protontechag
Maintainer: protontechag (calexandru2018, jllaneras)
Last Packager: calexandru2018
Votes: 103
Popularity: 1.34
First Submitted: 2021-05-28 16:33 (UTC)
Last Updated: 2022-09-14 15:15 (UTC)

Pinned Comments

XxTriviumxX commented on 2022-05-25 17:06 (UTC)

i can confirm theoldfellow's solution.

for paru users:

paru -R protonvpn
paru -R protonvpn-gui
paru -R protonvpn-cli
paru -S protonvpn

exprez135 commented on 2021-06-29 20:22 (UTC) (edited on 2021-07-12 20:55 (UTC) by exprez135)

Updates:

The new official Linux CLI client is now available. Source code and AUR protonvpn-cli. Please upgrade to this client if possible.

As for this community version, I think it should be maintained here for a while longer as there have still been git changes over the last week. The latest version is 2.2.11. This package is now marked as conflicting with the official protonvpn-cli package.

exprez135 commented on 2021-03-27 16:22 (UTC) (edited on 2021-03-27 16:22 (UTC) by exprez135)

Note: if upstream changes and the checksum needs to be updated, please try clean building to prevent caches from interfering.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

vanillabase1lb commented on 2021-10-05 07:05 (UTC) (edited on 2021-10-05 07:08 (UTC) by vanillabase1lb)

If you are getting this on protonvpn-cli connect:

Setting up ProtonVPN.

An unknown error has occured. Please ensure that you have internet connectivity.
If the issue persists, please contact support.

Doing pip install jinja2 will most likely fix it

utx0 commented on 2021-09-25 04:08 (UTC)

Anyone know what this error is all about?

❯ protonvpn-cli --help
Traceback (most recent call last):
  File "/usr/bin/protonvpn-cli", line 33, in <module>
    sys.exit(load_entry_point('protonvpn-cli==3.9.0', 'console_scripts', 'protonvpn-cli')())
  File "/usr/bin/protonvpn-cli", line 25, in importlib_load_entry_point
    return next(matches).load()
StopIteration

happens for all cli ags:

❯ protonvpn-cli -s
Traceback (most recent call last):
  File "/usr/bin/protonvpn-cli", line 33, in <module>
    sys.exit(load_entry_point('protonvpn-cli==3.9.0', 'console_scripts', 'protonvpn-cli')())
  File "/usr/bin/protonvpn-cli", line 25, in importlib_load_entry_point
    return next(matches).load()
StopIteration

niva commented on 2021-09-24 13:24 (UTC)

network-manager-applet (nm-applet) needs to be running for this to work!

Egns commented on 2021-08-30 10:07 (UTC)

It looks like the latest version is broken.

protonvpn-cli login USER_NAME
Successful login.

protonvpn-cli connect
No session was found. Please login first.

There is an error in protonvpn.log

2021-08-30 11:00:15,279 — session.py — ERROR — __init__:176 — 'NoneType' object has no attribute 'get'
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/protonvpn_nm_lib/core/session/session.py", line 171, in __init__
    self.__keyring_load_session()
  File "/usr/lib/python3.9/site-packages/protonvpn_nm_lib/core/session/session.py", line 212, in __keyring_load_session
    if keyring_data.get('api_url') != self.__proton_api.dump()['api_url']:
AttributeError: 'NoneType' object has no attribute 'get'

calexandru2018 commented on 2021-07-26 12:38 (UTC)

Hey lkarunan,

Thanks for the report. That has been added and will ship with the next update.

lkarunan commented on 2021-07-22 12:14 (UTC)

I also had an issue with this package - not sure if it was the same one. With a bit of trial and error, it was resolved by installing python-gobject, which is a listed as a dependency for protonvpn-gui but not protonvpn-cli.

Delan commented on 2021-07-19 18:39 (UTC)

Same issue as priv4cy, ticket opened here: https://github.com/ProtonVPN/linux-cli/issues/37

christoph.gysin commented on 2021-07-12 15:43 (UTC)

Could you make this provide/conflict with protonvpn-cli, so it automatically gets removed when installing protonvpn-cli?