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
{{ message }}
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
Hello, when attempting to setup I get the error message below after trying to link.
Logger: O365.connection
Source: /usr/local/lib/python3.8/site-packages/O365/connection.py:509
First occurred: 7:22:03 AM (1 occurrences)
Last logged: 7:22:03 AM
Unable to fetch auth token. Error: I/O must be done in the executor; Use await hass.async_add_executor_job() at custom_components/o365/init.py, line 159: self.account.con.request_token(
The text was updated successfully, but these errors were encountered:
Logger: homeassistant.util.async_
Source: util/async_.py:131
First occurred: 7:49:40 AM (2 occurrences)
Last logged: 7:54:40 AM
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for o365 doing I/O at custom_components/o365/init.py, line 159: self.account.con.request_token(
Hello, when attempting to setup I get the error message below after trying to link.
Logger: O365.connection
Source: /usr/local/lib/python3.8/site-packages/O365/connection.py:509
First occurred: 7:22:03 AM (1 occurrences)
Last logged: 7:22:03 AM
Unable to fetch auth token. Error: I/O must be done in the executor; Use
await hass.async_add_executor_job()
at custom_components/o365/init.py, line 159: self.account.con.request_token(The text was updated successfully, but these errors were encountered: