jsgoecke / tesla

Provides a wrapper around the API to easily query and command a Telsa car. As of now this has been used with a Model S, a Model X, and a Model 3.
MIT License
325 stars 72 forks source link

Bad message from Tesla API stream #32

Closed haakonstorm closed 2 years ago

haakonstorm commented 4 years ago

output:

λ echo $TESLA_CLIENT_SECRET                                                                                              
c7257eb71a564034f9419ee651c7d0e5f7aa6bfbd18bafb5c5c033b093bb2fa3
λ echo $TESLA_CLIENT_SECRET2
c75f14bbadc8bee3a7594412c31416f8300256d7668ea7e6e7f06727bfb9d220
λ go run ./teslago.go       
true
<nil>
Bad message from Tesla API stream
Bad message from Tesla API stream
Bad message from Tesla API stream
Bad message from Tesla API stream
Bad message from Tesla API stream
Bad message from Tesla API stream
Bad message from Tesla API stream
HTTP stream closed
Reconnecting!
^Csignal: interrupt
λ 
Screenshot of Safari (16-06-2020, 15-47-16)

tips?