-
Notifications
You must be signed in to change notification settings - Fork 484
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_response["status"] : {'detail': 'Authentication credentials were not provided.'} #523
Comments
Me too. |
me three |
I used the code below with the latest robin-stocks release (3.2.1) plus the authentication.py module from two weeks ago with the sheriff module and it no longer works for me. It doesn't prompt me for the MFA code, it just errors out. MY CODEimport robin_stocks.robinhood now = datetime.now() |
Bonehead move on my part. Got the MFA code from the authenticator app. Didn't enter the six digit code. I'm running. Thanks for your help. |
it says i get the TOTP FROM MY ROBINHOOD ACCOUNT SETTINGS BUT I CAN'T FIND IT |
Account -> Settings -> Security and Privacy -> Two-Factor Authentication -> Authenticator App If you look at my code I have above, it will print the ToTP code to the console. You can then input that into the authenticator app. Here's a tutorial if that helps. https://www.youtube.com/watch?v=C5buU4zjjx0 |
I followed the video and this was the output, ERROR: There was an issue loading pickle file. Authentication may be expired - logging in normally. |
nope,I followed the vid exactly but i shall have a look now ty. |
You should delete the passed you posted and also change it |
What? |
|
ty,i was so frustrated didn't even think about that.i am making progress i just have to figure the validate sheriff code |
i'm getting error in authentication.py,"data" is not defined in the def _get_sherrif_challenge |
|
fixed that now im on "validate_sheriff_url" is not defined error in authentication.py |
I have the same issue [{'detail': 'Authentication credentials were not provided.'}] and the Robinhood app have prompt ask me if I am logging in. Even I clicked yes, the process is still failed. |
Hello,
I'm using the fix from this PR for robin authentication :
#510
It was working fine but now I don't receive the SMS code and It's failing at this point:
`challenge_response = request_post(url=challenge_url, payload=challenge_payload, json=True)
here is what I see in the challenge_response (there is no status in the dictionary):
{'detail': 'Authentication credentials were not provided.'}
Thanks for your help.
The text was updated successfully, but these errors were encountered: