Replies: 1 comment 1 reply
-
|
I think you are getting an old version here, maybe Docker has the old version cached or something. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I have checked relevant issues and add Chinese environment variables still not working, Logs shows still access to global url.
- TESLA_API_HOST=https://owner-api.vn.cloud.tesla.cn- TESLA_AUTH_HOST=https://auth.tesla.cn- TESLA_WSS_HOST=wss://streaming.vn.cloud.tesla.cnBelow is the list of error:
2026-04-06 02:13:06.846 [info] POST https://auth.tesla.cn/oauth2/v3/token -> 200 (295.970 ms)2026-04-06 02:13:07.734 [error] POST https://owner-api.teslamotors.com/oauth/token -> 400 (887.495 ms)2026-04-06 02:15:08.018 [info] GET https://auth.tesla.com/oauth2/v3/authorize -> 200 (1184.291 ms)2026-04-06 02:15:08.021 [error] ** (KeyError) key "identity" not found in: %{}(stdlib 3.16.1) :maps.update("identity", "${MY_ACCOUNT}", %{})(teslamate 1.25.0) lib/tesla_api/auth/login.ex:47: TeslaApi.Auth.Login.authorize/3(teslamate 1.25.0) lib/teslamate/api.ex:142: TeslaMate.Api.handle_call/3(stdlib 3.16.1) gen_server.erl:721: :gen_server.try_handle_call/4(stdlib 3.16.1) gen_server.erl:750: :gen_server.handle_msg/6(stdlib 3.16.1) proc_lib.erl:226: :proc_lib.init_p_do_apply/3Beta Was this translation helpful? Give feedback.
All reactions