Kim Miller
Kim Miller
Started seeing 401s on everything this morning: ````401 Client Error: Unauthorized for url: https://api.robinhood.com/quotes/?symbols=AMD```` Login seems fine, but RH just rejecting requests all the sudden. Also noticing that logging in...
SOLVED: Related to issue #296, the fact that we have to comment out `/robin_stocks/robinhood/authentication.py:130` means there is no warning when authentication fails. Temporarily uncommenting that line showed that my TOTP...
My above fix of generating a new TOTP key worked from that date to this date (~6 weeks) authenticating roughly 10 times a week, then again stopped working. Generating a...
The approach in #312 is the one I took, which has solved the issue for months now. The approach in #300 might work, but did not make sense to me.
If you > tried commenting out that line in authentication.py and resetting TOTP, with no luck then it's not related. Did you comment out the correct `authentication.py`? There are two....
Looks as if there have been several updates to the code. I'm on 2.0.4. The latest code looks completely different, absoleting this thread I think. Suggest we close.
I might be willing to do a PR to add open orders if you can just point me to the Schwab spec for API URLs, e.g. such that got you...
Thanks @itsjafer. Looks as if we can return return data from the open orders page at `https://client.schwab.com/Trade/OrderStatus/ViewOrderStatus.aspx?ViewTypeFilter=Open`. But rather than the very nice XHR data on positions, all I'm seeing...
Fair enough, @RyanHope . Any particular train interval/steps combo you would suggest we try for each for apples to apples comparison? Right now recurrent_dqn_atari 10 / 1750000 = 250 hours...
@RyanHope it does seem as if the same setting of ```train_interval = 100``` on the original dqn_atari.py (below) does not perform as well as the new recurrent_dqn_atari.py (previous post above):...