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
Seems like the login/credentials part needs updating.
irb(main):014:0* @robinhood = Robinhood::REST::Client.new(username, password)
JSON::ParserError: 765: unexpected token at '<h1>Not Found</h1><p>The requested URL /api-token-auth/ was not found on this server.</p>'
from /var/lib/gems/2.3.0/gems/json-2.1.0/lib/json/common.rb:156:in `parse'
from /var/lib/gems/2.3.0/gems/json-2.1.0/lib/json/common.rb:156:in `parse'
from /var/lib/gems/2.3.0/gems/robinhood-ruby-0.4.4/lib/robinhood-ruby/rest/client.rb:88:in `login'
from /var/lib/gems/2.3.0/gems/robinhood-ruby-0.4.4/lib/robinhood-ruby/rest/client.rb:19:in `initialize'
from (irb):14:in `new'
from (irb):14
from /usr/bin/irb:11:in `<main>'
irb(main):015:0>
The text was updated successfully, but these errors were encountered:
Seems like the login/credentials part needs updating.
The text was updated successfully, but these errors were encountered: