@bengt wrote:
Can anyone help me figure out what’s wrong here?
Why so many error messages?Running Hassio ver. 0.104.1 om RP3
2020-01-17 02:13:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2020-01-17 02:13:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for smartir which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2020-01-17 02:13:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2020-01-17 02:13:09 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2020-01-17 02:13:26 WARNING (MainThread) [openzwave] Can't connect to sqlite database : kvals are disabled - database disk image is malformed 2020-01-17 02:13:37 WARNING (MainThread) [homeassistant.setup] Setup of browser_mod is taking over 10 seconds. 2020-01-17 02:13:38 ERROR (SyncWorker_19) [homeassistant.components.google_maps.device_tracker] The cookie file provided does not provide a valid session. Please create another one and try again. 2020-01-17 02:13:39 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform legacy 2020-01-17 02:13:45 WARNING (MainThread) [homeassistant.components.frontend] Overwriting integration hacs 2020-01-17 02:13:46 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 410, in _async_add_entity raise HomeAssistantError(msg) homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.hacs. Platform hacs does not generate unique IDs 2020-01-17 02:15:03 ERROR (MainThread) [coap] Exception CancelledError() can not be represented as errno, setting -1. 2020-01-17 02:15:03 WARNING (MainThread) [homeassistant.config_entries] Config entry for tradfri not ready yet. Retrying in 5 seconds. 2020-01-17 02:15:05 ERROR (MainThread) [custom_components.smartir.climate] Unable to update from temperature sensor: could not convert string to float: 'unavailable' 2020-01-17 02:15:05 ERROR (MainThread) [custom_components.smartir.climate] Unable to update from humidity sensor: could not convert string to float: 'unavailable' 2020-01-17 02:15:07 ERROR (MainThread) [hass_nabucasa.google_report_state] Unexpected error Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/iot_base.py", line 108, in connect await self._handle_connection() File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/iot_base.py", line 147, in _handle_connection await self.cloud.auth.async_check_token() File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/auth.py", line 145, in async_check_token await self.cloud.run_executor(self._check_token) File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/auth.py", line 160, in _check_token access_token=self.cloud.access_token, refresh_token=self.cloud.refresh_token File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/auth.py", line 217, in _cognito **kwargs, File "/usr/local/lib/python3.7/site-packages/warrant/__init__.py", line 172, in __init__ self.client = boto3.client('cognito-idp', **boto3_client_kwargs) File "/usr/local/lib/python3.7/site-packages/boto3/__init__.py", line 91, in client return _get_default_session().client(*args, **kwargs) File "/usr/local/lib/python3.7/site-packages/boto3/session.py", line 263, in client aws_session_token=aws_session_token, config=config) File "/usr/local/lib/python3.7/site-packages/botocore/session.py", line 827, in create_client credentials = self.get_credentials() File "/usr/local/lib/python3.7/site-packages/botocore/session.py", line 426, in get_credentials 'credential_provider').load_credentials() File "/usr/local/lib/python3.7/site-packages/botocore/session.py", line 907, in get_component del self._deferred[name] KeyError: 'credential_provider' 2020-01-17 02:15:16 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/aiocoap/transports/tinydtls.py", line 157, in _run yield from self._connecting concurrent.futures._base.CancelledError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/aiocoap/transports/tinydtls.py", line 169, in _run self.coaptransport.new_error_callback(-1, self) File "/usr/local/lib/python3.7/site-packages/aiocoap/protocol.py", line 203, in _dispatch_error for key, (monitor, cancellable_timeout) in self._active_exchanges.items(): AttributeError: 'NoneType' object has no attribute 'items' 2020-01-17 02:15:36 WARNING (MainThread) [homeassistant.components.zwave] Z-Wave node 8 not ready after 30 seconds, continuing anyway 2020-01-17 02:15:36 WARNING (MainThread) [homeassistant.components.zwave] Z-Wave node 10 not ready after 30 seconds, continuing anyway 2020-01-17 02:15:36 WARNING (MainThread) [homeassistant.components.zwave] Z-Wave node 14 not ready after 30 seconds, continuing anyway 2020-01-17 02:15:38 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/config/custom_components/hacs/hacsbase/__init__.py", line 195, in startup_tasks await self.load_known_repositories() File "/config/custom_components/hacs/hacsbase/__init__.py", line 384, in load_known_repositories await self.factory.execute() File "/config/custom_components/hacs/hacsbase/task_factory.py", line 24, in execute await asyncio.gather(*self.tasks) RuntimeError: cannot reuse already awaited coroutine 2020-01-17 02:15:40 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/config/custom_components/hacs/hacsbase/__init__.py", line 210, in startup_tasks await self.recuring_tasks_installed() File "/config/custom_components/hacs/hacsbase/__init__.py", line 304, in recuring_tasks_installed await self.factory.execute() File "/config/custom_components/hacs/hacsbase/task_factory.py", line 24, in execute await asyncio.gather(*self.tasks) RuntimeError: cannot reuse already awaited coroutine
Posts: 1
Participants: 1