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

Was working, now error with get_all_history_orders(robinhood) #19

Open
OnionsTheCat opened this issue May 6, 2019 · 9 comments
Open

Comments

@OnionsTheCat
Copy link

This has been working for me successfully until today. Now I am getting the following error.

image

Thanks.

@briansrls
Copy link
Owner

Hello,

I just saw your issue and I indeed get the same error. It seems to be related to an authentication error. There is a lot of discussion about it on the robinhood repo here.

I'm going to look into it more, from scanning that thread it seems as though some people are working through it. I can't promise when I will be able to have a fix though.

Brian

@OnionsTheCat
Copy link
Author

Thanks, Brian.

@miffycs
Copy link

miffycs commented May 20, 2019

Same error.

Following for a fix :)

@xikailovesdata
Copy link

Having the same error. Look forward to seeing an solution

@Luxturna
Copy link

Hi Brian,

Do you know a fix for this? Is it an issue with the RH app that can't be worked around? I tried installing older version from previous commits, but they don't work. The thread you linked above suggests it's RH's problem. Regardless, I think it's awesome that you made this program. Fingers crossed something works out while I manually enter my transaction history into a spreadsheet.

Thank you!

@beastdk2000
Copy link

Has anyone heard anything about a possible solution? ...or maybe found another tool?

@mbrice1024
Copy link

mbrice1024 commented Mar 30, 2020

Work around that seemed to work for me:
In Robinhood.py line 60, make the headers assignment this
self.headers = { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Accept-Language": "en;q=1, fr;q=0.9, de;q=0.8, ja;q=0.7, nl;q=0.6, it;q=0.5", "Content-Type": "application/x-www-form-urlencoded; charset=utf-8", "x-robinhood-api-version": "1.315.0", "Connection": "keep-alive", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36", }
EDIT: don't waste your time with this repo. None of the other calls outside of order history work. The authors haven't updated anything in > 1year. Consider this repo abandoned and non-functional.
There's tons of other functional repos for robinhood atm. If you're reading this, continue your search.

@hirababu89
Copy link

Tried with updated self.headers still no luck. Any other alternatives?

Work around that seemed to work for me:
In Robinhood.py line 60, make the headers assignment this
self.headers = { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Accept-Language": "en;q=1, fr;q=0.9, de;q=0.8, ja;q=0.7, nl;q=0.6, it;q=0.5", "Content-Type": "application/x-www-form-urlencoded; charset=utf-8", "x-robinhood-api-version": "1.315.0", "Connection": "keep-alive", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36", }
EDIT: don't waste your time with this repo. None of the other calls outside of order history work. The authors haven't updated anything in > 1year. Consider this repo abandoned and non-functional.
There's tons of other functional repos for robinhood atm. If you're reading this, continue your search.

@chino
Copy link

chino commented Dec 22, 2021

EDIT: don't waste your time with this repo. None of the other calls outside of order history work. The authors haven't updated anything in > 1year. Consider this repo abandoned and non-functional. There's tons of other functional repos for robinhood atm. If you're reading this, continue your search.

Have any good alternatives?

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

9 participants