-
Notifications
You must be signed in to change notification settings - Fork 205
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] Arch Empty Server Pool #377
Comments
Exact same issue in void linux |
Same Problem |
Well I solved all of my problems with the help of one comment in Reddit, https://old.reddit.com/r/ProtonVPN/comments/1bd1o4e/protonvpn_cli_api_not_working/kumk5x6/ |
Well shoot, It worked right after configuring, Now it's throwing errors on
|
Well apparently protonvpn-cli still works with the above instructions, The only time I've gotten an error is while using |
Ah yes, it works again. No need to reconfigure in my case, so the problem must have been with the upstream data format. |
And... broken again 😕 |
Yep seems like proton is trying to go all out and lose customers |
Strange, Without doing anything now today I try it and it works again. Roller coaster ride? |
I have this error on my Arch Linux after fresh install:
Traceback (most recent call last):
File "/usr/bin/protonvpn", line 33, in
sys.exit(load_entry_point('protonvpn-cli==2.2.12', 'console_scripts', 'protonvpn')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/protonvpn_cli/cli.py", line 72, in main
cli()
File "/usr/lib/python3.12/site-packages/protonvpn_cli/cli.py", line 121, in cli
connection.fastest(protocol)
File "/usr/lib/python3.12/site-packages/protonvpn_cli/connection.py", line 180, in fastest
fastest_server = get_fastest_server(server_pool)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/protonvpn_cli/utils.py", line 180, in get_fastest_server
fastest_server = random.choice(fastest_pool[:pool_size])["Name"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/random.py", line 347, in choice
raise IndexError('Cannot choose from an empty sequence')
IndexError: Cannot choose from an empty sequence
The text was updated successfully, but these errors were encountered: