Skip to content
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

Issues related to ProtonMail #217

Open
Loki-811 opened this issue May 14, 2024 · 2 comments
Open

Issues related to ProtonMail #217

Loki-811 opened this issue May 14, 2024 · 2 comments

Comments

@Loki-811
Copy link

File "/usr/local/lib/python3.11/dist-packages/twitter/scraper.py", line 42, in init
self.session = self._validate_session(email, username, password, session, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/twitter/scraper.py", line 867, in _validate_session
return login(email, username, password, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/twitter/login.py", line 167, in login
client = execute_login_flow(client, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/twitter/login.py", line 145, in execute_login_flow
client = solve_confirmation_challenge(client, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/twitter/login.py", line 114, in solve_confirmation_challenge
confirmation_code = fn()
^^^^
File "/nabox-did/twitter/main.py", line 27, in
proton = lambda: get_code(ProtonMail(proton_username, proton_password))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/proton/client.py", line 34, in init
self.client = login(username, password)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/proton/login.py", line 45, in login
user.verify_session(b64decode(auth['ServerProof']))
~~~~^^^^^^^^^^^^^^^
KeyError: 'ServerProof'

@xmzyshypnc
Copy link

The same question. Anyone can help?

@DannyTheHeretic
Copy link

looks to be an issue with the proton client, i would check there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants