[Slackbuilds-users] Please remove network/protonvpn-cli
Erich Ritz
erich.public at protonmail.com
Mon Sep 30 14:46:47 UTC 2024
The legacy protonvpn-cli has finally stopped working all together. It's time to say goodbye.
Please note it is still possible to use the ProtonVPN service by using the OpenVPN or WireGuard configuration files (I use the WireGuard configuration files with my router).
Here is the output when trying to connect to the VPN using protonvpn-cli:
# protonvpn -c
Traceback (most recent call last):
File "/usr/bin/protonvpn", line 33, in <module>
sys.exit(load_entry_point('protonvpn-cli==2.2.12', 'console_scripts', 'protonvpn')())
File "/usr/lib64/python3.9/site-packages/protonvpn_cli/cli.py", line 72, in main
cli()
File "/usr/lib64/python3.9/site-packages/protonvpn_cli/cli.py", line 134, in cli
connection.dialog()
File "/usr/lib64/python3.9/site-packages/protonvpn_cli/connection.py", line 94, in dialog
country = show_dialog("Choose a country:", choices)
File "/usr/lib64/python3.9/site-packages/protonvpn_cli/connection.py", line 38, in show_dialog
code, tag = d.menu(headline, title="ProtonVPN-CLI", choices=choices)
File "/usr/lib64/python3.9/site-packages/dialog.py", line 2935, in menu
return self._widget_with_string_output(
File "/usr/lib64/python3.9/site-packages/dialog.py", line 1728, in _widget_with_string_output
code, output = self._perform(args, **kwargs)
File "/usr/lib64/python3.9/site-packages/dialog.py", line 1523, in _perform
exit_code, output = self._handle_program_exit(child_pid,
File "/usr/lib64/python3.9/site-packages/dialog.py", line 1489, in _handle_program_exit
self._wait_for_program_termination(child_pid,
File "/usr/lib64/python3.9/site-packages/dialog.py", line 1435, in _wait_for_program_termination
raise DialogError(
dialog.DialogError: dialog-like terminated due to an error: the dialog-like program exited with status 3 (which was passed to it as the DIALOG_ERROR environment variable). Sometimes, the reason is simply that dialog was given a height or width parameter that is too big for the terminal in use. Its output, with leading and trailing whitespace stripped, was:
Expected at least 20 tokens for --men, have 4.
Use --help to list options.
Erich
More information about the SlackBuilds-users
mailing list