Skip to content

CAPTCHA error #11

@fw42

Description

@fw42

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions