onokje / node-red-contrib-tesla

Node red nodes to control Tesla vehicles and devices
MIT License
21 stars 11 forks source link

Error: getaddrinfo "EAI_AGAIN" owner-api.teslamotors.com #9

Closed SergioRius closed 2 years ago

SergioRius commented 3 years ago

Now sending a wakeUp command with car in deep sleep results in a Error: getaddrinfo "EAI_AGAIN" owner-api.teslamotors.com

Is there a way of controlling this error so I can retry the request? What should I look for in the wakeUp node output?

onokje commented 3 years ago

You can use a 'catch node' from node-red to catch errors. I'll see i can improve the error handling in the mean time.

onokje commented 2 years ago

Improved in 2.0.0 update