robin_stocks
robin_stocks copied to clipboard
Request Throttled
While trying to login I am getting an exception saying
Exception: Request was throttled. Expected available in 123321321 seconds
Any one else experiencing this ?
Is there a workaround ?
What version are you using, and what parameters are you passing to the login function? I haven't experienced this on 1.7.1.
I am using 2.0.2. I tried both of these with the same outcome
login = r.login("[email protected]","password", mfa_code=totp)
login = r.login("[email protected]","password", store_session=True, mfa_code=totp)
I had the same issue when I logged in using two different RH logins from the same device. The only solution was to change the IP external. The block was on RH side.