You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having issues logging into the integration. I was first linked to an Amazon account so I created a new account with an email. This did not fix the problem, which I have seen as a solution for other people. The logs are showing the following error.
Logger: homeassistant.util.async_
Source: util/async_.py:159
First occurred: 09:20:19 (5 occurrences)
Last logged: 09:20:48
Detected blocking call to putrequest inside the event loop. This is causing stability issues. Please report issue to the custom integration author for eero_tracker doing blocking calls at custom_components/eero_tracker/eero.py, line 96: response = requests.post(self.API_ENDPOINT.format(action), **kwargs)
Any help is appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
taylordtriplett
changed the title
Unable to add integration (Unknown Error Occurred)
Unable to add integration (Unknown Error Occurred) - Logs attached
Mar 29, 2023
One more update on this. All devices are showing up in the known.devices file with the state. Still can't access the eero tracker integration so these devices aren't in my entities. Any way to grab the state of these without the integration working?
I am having issues logging into the integration. I was first linked to an Amazon account so I created a new account with an email. This did not fix the problem, which I have seen as a solution for other people. The logs are showing the following error.
Logger: homeassistant.util.async_
Source: util/async_.py:159
First occurred: 09:20:19 (5 occurrences)
Last logged: 09:20:48
Detected blocking call to putrequest inside the event loop. This is causing stability issues. Please report issue to the custom integration author for eero_tracker doing blocking calls at custom_components/eero_tracker/eero.py, line 96: response = requests.post(self.API_ENDPOINT.format(action), **kwargs)
Any help is appreciated. Thanks!
The text was updated successfully, but these errors were encountered: