We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
The same question. Anyone can help?
Sorry, something went wrong.
looks to be an issue with the proton client, i would check there?
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: