I'm using this library to download an up-to-date version of the ProtonVPN server list.
Basically like this:
from proton.session.api import Session
session = Session()
session.authenticate(username, password)
data = session.api_request('/api/vpn/logicals')
...
This has worked fine for months, but about a week or so ago we started getting the following error:
proton.session.exceptions.ProtonAPIError: [HTTP/422, 9001] For security reasons, please complete CAPTCHA.
I've tried with 0.4.0 (which we have been using this whole time) as well as 0.7.0 (the most recent version).
Please advice how to proceed here. Thanks!
@XavierProton @luke-titley-proton
I'm using this library to download an up-to-date version of the ProtonVPN server list.
Basically like this:
This has worked fine for months, but about a week or so ago we started getting the following error:
I've tried with 0.4.0 (which we have been using this whole time) as well as 0.7.0 (the most recent version).
Please advice how to proceed here. Thanks!
@XavierProton @luke-titley-proton