Closed diegovargasf closed 5 years ago
Although I don't have 2FA setup, it seems I get a text message with a 6 digit code when I call .login() and receive this 400 error. So I am assuming it's something having to do with that.
Also having the same issue, haven't been able to find a solution.
Same issue here. Something seems to have changed on Robinhood's end?
Although I don't have 2FA setup, it seems I get a text message with a 6 digit code when I call .login() and receive this 400 error. So I am assuming it's something having to do with that.
Yep, I got the same thing.
Having the same issue, not sure what is going on, any solutions?
Same problem. Does anyone know what the "res.raise_for_status()" line is doing inside of help.request_port? That is where I am getting my error message.
The problem is that the verification code that is sent via sms you can not put it in code, there is no method for that, I will write one and make a pull requests as soon as possible to solve this.
Please see my comment on #24
closing. see issue #24
I have encountered this issue today:
I have done some digging and it looks like the issue is happening in this line in authetication.py:
data = helper.request_post(url,payload)
The error that I'm seeing is:
data = helper.request_post(url,payload)
this is the redacted payload, note that the password and username are working correctly in the robinhood app.
I've seen this error before but it usually went away after restarting my python interpreter, however today, it is just not going away. I have even tried re installing robin_stocks.