You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had some problems when I run lines such as order_result = r.order_sell_market(ticker, shares, timeInForce='gfd')
and I get back this error: {'non_field_errors': ['Your app version is missing important stock trading updates. You can still place orders on the web.']}
However, when I call functions to get the cash balance and holdings, that works, only when I try to actually place an order does it fail
I have the latest version installed, so what might be the problem?
The text was updated successfully, but these errors were encountered:
I think that they have updated something in robinhood but the creators of the api havent seen this issue.
worst case scenario you may wanna use selenium
I've had some problems when I run lines such as
order_result = r.order_sell_market(ticker, shares, timeInForce='gfd')
and I get back this error:
{'non_field_errors': ['Your app version is missing important stock trading updates. You can still place orders on the web.']}
However, when I call functions to get the cash balance and holdings, that works, only when I try to actually place an order does it fail
I have the latest version installed, so what might be the problem?
The text was updated successfully, but these errors were encountered: