yura505 / robinbot

Robinhood API based swing trading bot
132 stars 34 forks source link

login broken now #23

Open vance opened 5 years ago

vance commented 5 years ago

It was working last week, but today I get:

Error: token not found {"detail":"This version of Robinhood is no longer supported. Please update your app or use Robinhood for Web to log in to your account." ....
vance commented 5 years ago

If I copy my JWT into the auth_token of the lib 'robinhood' dependency, I can login. I can see about making a PR. I would have the robin-bot configurable by pasting in the JWT from a valid web session instead of negotiating for one.

vance commented 5 years ago

Now when i copy the JWT, it can do read-only commands, but not trades. "Insufficient Permissions"

octalmage commented 5 years ago

Please PR your changes! I’d like to see what you got!