-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to load monitor data #65
Comments
Investigated a bit more. from: if monitor is None:
_LOGGER.debug("Invalid monitor details found") to: if monitor is None or not monitor.get("ke"):
_LOGGER.debug("Invalid monitor details found") and added a log line around line 315: if self.status == ConnectivityStatus.Connected:
_LOGGER.warning("Simone - load_monitors in update()")
await self._load_monitors() This is the resulting log:
You can see that the call fails only the 1st time. |
where is the file in homeassistant config? i.e. the pwd |
@chemelli74 according to the original error, the request was not autorized, it has nothing to do with the workaround, |
is it still relevant? thanks |
Didn't check if the update every 3s is still there honestly |
Hi,
didn't investigate yet, but noticed the following error in my log:
Everything, excluded #61, seems to work anyway.
The text was updated successfully, but these errors were encountered: