amrish
Results
1
issues of
amrish
When I try logging in using the following, my login fails ``` rs.robinhood.authentication.login(username=robin_user, password=robin_pass, expiresIn=86400, mfa_code=xxxxxx) ``` The response to `data = request_post(url, payload)` is `{'error': 'invalid_client'}`. I verified that...