robin_stocks icon indicating copy to clipboard operation
robin_stocks copied to clipboard

Request Throttled

Open ImranBijapuri opened this issue 3 years ago • 3 comments

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 ?

ImranBijapuri avatar Feb 27 '21 00:02 ImranBijapuri

What version are you using, and what parameters are you passing to the login function? I haven't experienced this on 1.7.1.

maconard avatar Feb 27 '21 04:02 maconard

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)

ImranBijapuri avatar Feb 27 '21 16:02 ImranBijapuri

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.

mikelavrik avatar May 07 '21 01:05 mikelavrik