Package Details: protonvpn 1.0.0-3

Git Clone URL: https://aur.archlinux.org/protonvpn.git (read-only, click to copy)
Package Base: protonvpn
Description: Official ProtonVPN metapackage that installs protonvpn-gui and protonvpn-cli, maintained by the ProtonVPN team.
Upstream URL: https://github.com/ProtonVPN/
Licenses: GPL3
Submitter: protontechag
Maintainer: protontechag (calexandru2018, jllaneras)
Last Packager: calexandru2018
Votes: 80
Popularity: 3.15
First Submitted: 2021-05-28 17:12 (UTC)
Last Updated: 2022-09-14 15:15 (UTC)

Dependencies (2)

Required by (0)

Sources (0)

Latest Comments

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

Dwa30v commented on 2023-01-01 17:23 (UTC)

$ protonvpn
Traceback (most recent call last):
  File "/usr/bin/protonvpn", line 33, in <module>
    sys.exit(load_entry_point('protonvpn-gui==1.12.0', 'console_scripts', 'protonvpn')())
  File "/usr/lib/python3.10/site-packages/protonvpn_gui/main.py", line 321, in main
    app = ProtonVPNGUI()
  File "/usr/lib/python3.10/site-packages/protonvpn_gui/main.py", line 46, in __init__
    self.register()
gi.repository.GLib.GError: g-io-error-quark: Timeout was reached (24)

jsimon0 commented on 2022-12-06 14:23 (UTC) (edited on 2022-12-06 19:12 (UTC) by jsimon0)

ETA: Fixed by blowing away cache and config directories, uninstalling and reinstalling, then logging in from shell with protonvpn-cli login <user>

Anybody else having trouble signing in? I"m getting this in the log:

2022-12-06 14:21:18,693 — utilities.py — INFO — ensure_internet_connection_is_available:20 — Checking for internet connectivity
2022-12-06 14:21:18,883 — linuxkeyring.py — INFO — __delitem__:52 — Delete key UserData
2022-12-06 14:21:18,885 — linuxkeyring.py — ERROR — __delitem__:67 — KeyringDataNotFound: Password not found
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/protonvpn_nm_lib/core/keyring/linuxkeyring.py", line 58, in __delitem__
    self.__keyring_backend.delete_password(self.__keyring_service, key)
  File "/usr/lib/python3.10/site-packages/keyring/backends/kwallet.py", line 151, in delete_password
    raise PasswordDeleteError("Password not found")
keyring.errors.PasswordDeleteError: Password not found
2022-12-06 14:21:18,885 — linuxkeyring.py — INFO — __delitem__:52 — Delete key SessionData
2022-12-06 14:21:18,887 — linuxkeyring.py — ERROR — __delitem__:67 — KeyringDataNotFound: Password not found
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/protonvpn_nm_lib/core/keyring/linuxkeyring.py", line 58, in __delitem__
    self.__keyring_backend.delete_password(self.__keyring_service, key)
  File "/usr/lib/python3.10/site-packages/keyring/backends/kwallet.py", line 151, in delete_password
    raise PasswordDeleteError("Password not found")
keyring.errors.PasswordDeleteError: Password not found
2022-12-06 14:21:18,887 — linuxkeyring.py — INFO — __delitem__:52 — Delete key ProtonUser
2022-12-06 14:21:18,888 — linuxkeyring.py — ERROR — __delitem__:67 — KeyringDataNotFound: Password not found
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/protonvpn_nm_lib/core/keyring/linuxkeyring.py", line 58, in __delitem__
    self.__keyring_backend.delete_password(self.__keyring_service, key)
  File "/usr/lib/python3.10/site-packages/keyring/backends/kwallet.py", line 151, in delete_password
    raise PasswordDeleteError("Password not found")
keyring.errors.PasswordDeleteError: Password not found
2022-12-06 14:21:18,888 — session.py — INFO — logout:368 — Cleared keyring session
2022-12-06 14:21:18,888 — session.py — INFO — logout:376 — Cleared user data
2022-12-06 14:21:18,889 — session.py — INFO — logout:379 — Cleared local cache variables
2022-12-06 14:21:18,889 — session.py — INFO — logout:384 — Attempting to logout via API
2022-12-06 14:21:18,889 — session.py — INFO — logout:391 — Remove cache files

dencrypt commented on 2022-12-04 18:39 (UTC) (edited on 2022-12-04 18:40 (UTC) by dencrypt)

If anyone gets ImportError: cannot import name 'BaseDirectory' from 'xdg'

Install pyxdg with pip install pyxdg

tinwasp commented on 2022-09-14 19:31 (UTC)

...or for the lazy who get the error mentioned below:

gpg --recv-keys --keyserver keys.openpgp.org 6A5571928D2222D83BC7456E4EDE055B645F044F

jdetwiler commented on 2022-09-14 16:13 (UTC) (edited on 2022-09-14 16:18 (UTC) by jdetwiler)

The 2022-09-14 update yields this error for me:

:: PGP keys need importing:
 -> 6A5571928D2222D83BC7456E4EDE055B645F044F, required by: python-proton-client  python-protonvpn-nm-lib  protonvpn-cli  protonvpn-gui  protonvpn
:: Import? [Y/n] y
:: Importing keys with gpg...
gpg: keyserver receive failed: No data
 -> problem importing keys

I downloaded the key here and then it went through.

Also hooray, it appears to fix the issue with upgrading libxml2 to 2.10.2.

t3pfaffe commented on 2022-09-08 01:00 (UTC) (edited on 2022-09-08 01:37 (UTC) by t3pfaffe)

This package appears to be hard overwriting my resolv.conf files as a way to implement its kill switch even if that's not enabled. It keeps setting my namerserver to ::1. I have been able to fix this before by uninstalling the package, but now it has happened more than twice. The mechanism behind this appears to be a dummy network device called pvpn-ipv6leak-protection that has the culprit dns entries.

The following thread appears to be related: https://www.reddit.com/r/ProtonVPN/comments/tuf53c/protonvpn_not_working_on_arch_linux/

And this thread has a fix if anyone is stuck on how to fix it temporarily: https://askubuntu.com/questions/1319033/internet-stops-working-after-installing-protonvpn

ArchTest commented on 2022-09-03 13:53 (UTC)

Thank you, works fine on: Manjaro ARM xfce (rpi4) v22.08

https://pastebin.com/raw/kemgRkU4

ShinobiX9X commented on 2022-08-16 12:48 (UTC) (edited on 2022-08-16 12:54 (UTC) by ShinobiX9X)

Since a few weeks, protonvpn on Arch doesn´t start anymore. I get following error "error loading servers" "Expecting value: line 1 column 1 (char 0)" kernel: 5.19.1-arch2-1

Never mind, after logging out logging in it worked again...

Bkasthapa commented on 2022-07-26 08:49 (UTC)

Why pacman failes to install missing dependencies on my pc ?

==> Installing missing dependencies... error: target not found: protonvpn-cli error: target not found: protonvpn-gui ==> ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> protonvpn-cli -> protonvpn-gui ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.