Skip to content
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

ERROR: There was an issue loading pickle file. Authentication may be expired - logging in normally. #451

Open
ghost opened this issue Nov 29, 2023 · 4 comments

Comments

@ghost
Copy link

ghost commented Nov 29, 2023

I am trying to login to Robinhood account using robin-stocks. I always get Authentication expire error. Sometimes it work but most of the time I get this error.

import robin_stocks as rs

otp = pyotp.TOTP("CODE FROM AUTH APP").now()
login = rs.robinhood.login(username="my_email_@gmail.com",password="my_password_here",mfa_code="otp")

Any help would highly be apprechiated

@ghost
Copy link
Author

ghost commented Nov 29, 2023

@henryzhangpku
Copy link
Contributor

@jmfernandes @henryzhangpku @unacceptable

I would add those to give another try :
login = rs.robinhood.login(username="my_email_@gmail.com",password="my_password_here",mfa_code="otp", pickle_name="pickle_name")

@ghost
Copy link
Author

ghost commented Dec 1, 2023 via email

@Adelantado
Copy link

Take a look at #396. Hope it helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants