Key or Tesla key url couldn’t be reached #4110
Unanswered
liguangzhehome
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear :
I had got some trouble in signing,I had every method to get the key .but it shows couldn't be used. I had check the log ,it seems the docker couldn't reach the url of Tesla.
How could I do about this ,thanks .log as below :
2024-07-31 16:33:36.641 [info] Migrations already up
2024-07-31 16:33:41.771 [info] No tzdata release files found in custom data dir. Copying release file from tzdata priv dir.
2024-07-31 16:33:42.036 [info] System Info: Erlang/OTP 26 (jit)
2024-07-31 16:33:42.036 [info] Version: 1.30.1
2024-07-31 16:33:42.255 [error] POST https://auth.tesla.cn/oauth2/v3/token -> error: "connection refused" (54.105 ms)
2024-07-31 16:33:42.255 [warning] Token refresh failed: %TeslaApi.Error{reason: :token_refresh, message: "connection refused", env: nil}
2024-07-31 16:33:42.255 [info] Scheduling token refresh in 7 min
2024-07-31 16:33:42.277 [info] Running TeslaMateWeb.Endpoint with cowboy 2.10.0 at :::4000 (http)
2024-07-31 16:33:42.280 [info] Access TeslaMateWeb.Endpoint at http://localhost
2024-07-31 16:33:42.299 [error] GET https://owner-api.vn.cloud.tesla.cn/api/1/products -> error: "connection refused" (18.005 ms)
2024-07-31 16:33:42.303 [warning] TeslaApi.Error / connection refused
2024-07-31 16:33:42.304 [warning] Could not get vehicles: :unknown
2024-07-31 16:33:42.310 [warning] Using fallback vehicles:
[
%TeslaApi.Vehicle{
id: 366826573982355,
vehicle_id: 1126381265285522,
vin: "LRW3E7FS6RC111953",
tokens: [],
state: "unknown",
option_codes: [],
in_service: false,
display_name: nil,
color: nil,
calendar_enabled: nil,
backseat_token: nil,
backseat_token_updated_at: nil,
api_version: nil,
charge_state: nil,
climate_state: nil,
drive_state: nil,
gui_settings: nil,
vehicle_config: nil,
vehicle_state: nil
}
]
2024-07-31 16:33:42.341 [info] MQTT connection has been established
2024-07-31 16:33:42.341 [error] GET https://owner-api.vn.cloud.tesla.cn/api/1/vehicles/366826573982355 -> error: "conne```
Beta Was this translation helpful? Give feedback.
All reactions