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

sms verification #8

Open
dakonga opened this issue Jun 7, 2021 · 1 comment
Open

sms verification #8

dakonga opened this issue Jun 7, 2021 · 1 comment

Comments

@dakonga
Copy link

dakonga commented Jun 7, 2021

After running timelineExporter.py i got a verification sms. How to handle it?

first run:
Traceback (most recent call last):
File "timelineExporter.py", line 11, in
tr.login()
File "../trapi/api.py", line 83, in login
self.register_new_device()
File "../trapi/api.py", line 50, in register_new_device
self.signing_key.get_verifying_key().to_string("uncompressed")
TypeError: to_string() takes 1 positional argument but 2 were given

next run:
Traceback (most recent call last):
File "timelineExporter.py", line 11, in
tr.login()
File "../trapi/api.py", line 83, in login
self.register_new_device()
File "../trapi/api.py", line 46, in register_new_device
processId = r.json()["processId"]
KeyError: 'processId'

@nickerber
Copy link

Obviously you did a mistake. I got the same error after I entered the wrong phone number in environment.py. Check the docs if you did all steps correctly, afterwards an sms will be sent and the command line asks you to "Enter your token".

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

2 participants