tesla-api icon indicating copy to clipboard operation
tesla-api copied to clipboard

Login returns a 500 error

Open jsgoecke opened this issue 8 years ago • 0 comments

When I try your example with a valid email/password as follows:

require 'tesla-api'

tesla = TeslaAPI::Connection.new("email", "pass")

mycar = tesla.vehicle

p mycar 

I get a 500 error back from the server. Is this still valid and working, or has Tesla changed something on the unofficial API recently?

jsgoecke avatar Nov 20 '15 20:11 jsgoecke