Michael Ababio
Michael Ababio
Experiencing same issue. Do you know how long the bad response last? I was thinking about building an exception handler that would retry.
Have an automation using teslapy ... it will be running for at least 5 hours. So let's see how things pan out!! Fingers crossed
All good! Teslapy has been running for more than 5 hours
I tried above solution, but it didn't resolve my issue. I had to mention the namespace in the Client method as well.
I'm not facing any issues. Well at least not yet.
facing issue with API now.... reported in #156
I'm thinking they changed their limits within the last year. I was working with this module about a year ago and now I'm getting similar 429 error with the same...
Ah I'm getting 429 but not with the sync_wake_up method I think. I wrapped my Logic within a python @retry decorator. It fails still but at least the @retry decorator...
@Kollerb04 Can you confirm the following: 1. /usr/local exists 2. /usr/local is not a link 3. The admin group exists on the system Based on your [StackOverflow post](https://stackoverflow.com/questions/51703202/why-ansible-fails-at-homebrew-step) I believe...
@Kollerb04 Lets try doing this manually. Let's change uid and gid of the directory without the help of Ansible. I want to see if this is an Ansible related issue...