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

Challenge-Type Issue #24

Open
austinw9 opened this issue Jul 3, 2019 · 3 comments
Open

Challenge-Type Issue #24

austinw9 opened this issue Jul 3, 2019 · 3 comments

Comments

@austinw9
Copy link

austinw9 commented Jul 3, 2019

I do not understand the Challenge-Type in the config.py. If I do not have 2FA, what do I put there? Or, if I have 2FA for sms, I have sms in the field, and it still gives email as the challenge type when I run shell.py. I do not get a sms code and so I do not know what to input. Thanks for any help.

@OrbitalT
Copy link

I'm testing a few things now relating to this problem (happening to me aswell). In the Robinhood app you need to turn on 2FA and have it send the codes va SMS. in the config change "type" to sms and the "USERNAME" change it to your email. after changing the user to email it started sending the codes but it throws errors when i input the code

@anilshanbhag
Copy link
Owner

There was some issue. I fixed the flow, SMS seems to work fine for me now.
Set CHALLENGE_TYPE = 'sms' in config.py

@riceroll
Copy link

riceroll commented Aug 2, 2019

After setting CHALLENGE_TYPE = 'sms', I got the error message

Traceback (most recent call last): File "./shell.py", line 70, in __init__ data = open(self.auth_file).read() FileNotFoundError: [Errno 2] No such file or directory: 'auth.data'

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

4 participants