Skip to content

Failed to setup, check the logs #1058

Answered by stefanovic45
stefanovic45 asked this question in Q&A
Discussion options

You must be logged in to vote

Ah thanks! That indeed worked... I hat the message

412: {"error":"Account xxxx must be registered in the current region https://fleet-api.prd.eu.vn.cloud.tesla.com, please see https://developer.tesla.com/docs/fleet-api/endpoints/partner-endpoints#register"}

Turned out that my Tesla HTTP Proxy add on is not doing this correctly. I should be done by this add on right?

I fixed it doing the registration manually.:

`CLIENT_ID="xxxx"
CLIENT_SECRET="xxxx"
AUDIENCE="https://fleet-api.prd.eu.vn.cloud.tesla.com"

Partner authentication token request

curl --request POST
--header 'Content-Type: application/x-www-form-urlencoded'
--data-urlencode 'grant_type=client_credentials'
--data-urlencode "cli…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by stefanovic45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants