@tika911 wrote:
Hi All,
coupe of days ago my Ubuntu VM was forced rebooted. When it came back up the gui was not accessible. Tried a bunch of things including installed from scratch (gui was accessible) restoring from snapshot (still accessible) but the cloud integration was not working. I remove the cloud file from the config and reboot. Gui is no longer accessible. Looks like something changed that is causing the GUI to not work. Google a whole bunch and found this topic.
I am a noob with docker but learning fast. I tried removing the supervisor container and reinstalling but that does not work also.
Appreciate any help. Logs attached from the reboot this am when the gui stopped.
2020-04-11 07:14:11 WARNING (Thread-8) [pychromecast.socket_client] [192.168.4.203:8009] Heartbeat timeout, resetting connection 2020-04-11 07:14:41 ERROR (Thread-8) [pychromecast.socket_client] [192.168.4.203:8009] Failed to connect, retrying in 5.0s 2020-04-11 07:39:40 ERROR (MainThread) [homeassistant.components.cloud.http_api] Unexpected error processing request for /api/cloud/login Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/cloud/http_api.py", line 129, in error_handler result = await handler(view, request, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 50, in wrapper result = await method(view, request, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/components/cloud/http_api.py", line 196, in post await cloud.login(data["email"], data["password"]) File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/__init__.py", line 179, in login await self.start() File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/__init__.py", line 237, in start await self.client.logged_in() File "/usr/src/homeassistant/homeassistant/components/cloud/client.py", line 120, in logged_in gconf.async_enable_local_sdk() File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 210, in async_enable_local_sdk self.hass, DOMAIN, "Local Support", webhook_id, self._handle_local_webhook, File "/usr/src/homeassistant/homeassistant/components/webhook/__init__.py", line 33, in async_register raise ValueError("Handler is already defined!") ValueError: Handler is already defined! 2020-04-11 07:39:58 ERROR (MainThread) [homeassistant.components.cloud.http_api] Unexpected error processing request for /api/cloud/login Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/cloud/http_api.py", line 129, in error_handler result = await handler(view, request, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 50, in wrapper result = await method(view, request, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/components/cloud/http_api.py", line 196, in post await cloud.login(data["email"], data["password"]) File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/__init__.py", line 178, in login await self.run_executor(self.auth.login, email, password) 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 136, in login cognito = self._authenticate(email, password) File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/auth.py", line 195, in _authenticate assert not self.cloud.is_logged_in, "Cannot login if already logged in." AssertionError: Cannot login if already logged in. 2020-04-11 07:48:47 ERROR (MainThread) [homeassistant.components.cloud.http_api] Unexpected error processing request for /api/cloud/login Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/cloud/http_api.py", line 129, in error_handler result = await handler(view, request, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 50, in wrapper result = await method(view, request, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/components/cloud/http_api.py", line 196, in post await cloud.login(data["email"], data["password"]) File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/__init__.py", line 178, in login await self.run_executor(self.auth.login, email, password) 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 136, in login cognito = self._authenticate(email, password) File "/usr/local/lib/python3.7/site-packages/hass_nabucasa/auth.py", line 195, in _authenticate assert not self.cloud.is_logged_in, "Cannot login if already logged in." AssertionError: Cannot login if already logged in. 2020-04-11 07:49:38 ERROR (Thread-9) [pychromecast.socket_client] [192.168.4.207:8009] Failed to connect. No retries. 2020-04-11 07:49:41 ERROR (Thread-10) [pychromecast.socket_client] [192.168.4.204:8009] Failed to connect. No retries. 2020-04-11 07:49:41 ERROR (Thread-11) [pychromecast.socket_client] [192.168.4.206:8009] Failed to connect: [Errno 113] Host is unreachable. aborting due to stop signal. 2020-04-11 07:54:15 INFO (MainThread) [homeassistant.bootstrap] Config directory: /config 2020-04-11 07:54:17 INFO (SyncWorker_0) [homeassistant.loader] Loaded breaking_changes from custom_components.breaking_changes 2020-04-11 07:54:18 INFO (SyncWorker_2) [homeassistant.loader] Loaded hacs from custom_components.hacs 2020-04-11 07:54:18 INFO (SyncWorker_5) [homeassistant.loader] Loaded weather from homeassistant.components.weather 2020-04-11 07:54:18 INFO (SyncWorker_4) [homeassistant.loader] Loaded alarm_control_panel from homeassistant.components.alarm_control_panel 2020-04-11 07:54:18 INFO (SyncWorker_0) [homeassistant.loader] Loaded light from homeassistant.components.light 2020-04-11 07:54:18 INFO (SyncWorker_1) [homeassistant.loader] Loaded group from homeassistant.components.group 2020-04-11 07:54:19 INFO (SyncWorker_5) [homeassistant.loader] Loaded scene from homeassistant.components.scene 2020-04-11 07:54:19 INFO (SyncWorker_3) [homeassistant.loader] Loaded input_number from homeassistant.components.input_number 2020-04-11 07:54:19 INFO (SyncWorker_2) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor 2020-04-11 07:54:19 INFO (SyncWorker_0) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor 2020-04-11 07:54:19 INFO (SyncWorker_6) [homeassistant.loader] Loaded input_text from homeassistant.components.input_text 2020-04-11 07:54:19 INFO (SyncWorker_7) [homeassistant.loader] Loaded automation from homeassistant.components.automation 2020-04-11 07:54:19 INFO (SyncWorker_4) [homeassistant.loader] Loaded device_automation from homeassistant.components.device_automation 2020-04-11 07:54:20 INFO (SyncWorker_3) [homeassistant.loader] Loaded webhook from homeassistant.components.webhook 2020-04-11 07:54:20 INFO (SyncWorker_2) [homeassistant.loader] Loaded http from homeassistant.components.http 2020-04-11 07:54:20 INFO (SyncWorker_7) [homeassistant.loader] Loaded homeassistant from homeassistant.components.homeassistant 2020-04-11 07:54:20 INFO (MainThread) [homeassistant.setup] Setting up homeassistant 2020-04-11 07:54:20 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant took 0.0 seconds. 2020-04-11 07:54:20 INFO (SyncWorker_8) [homeassistant.loader] Loaded persistent_notification from homeassistant.components.persistent_notification 2020-04-11 07:54:20 INFO (MainThread) [homeassistant.setup] Setting up persistent_notification 2020-04-11 07:54:20 INFO (MainThread) [homeassistant.setup] Setup of domain persistent_notification took 0.0 seconds. 2020-04-11 07:54:20 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-04-11 07:54:21 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for breaking_changes 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-04-11 07:54:21 INFO (SyncWorker_2) [homeassistant.loader] Loaded websocket_api from homeassistant.components.websocket_api 2020-04-11 07:54:21 INFO (SyncWorker_5) [homeassistant.loader] Loaded discovery from homeassistant.components.discovery 2020-04-11 07:54:21 INFO (SyncWorker_9) [homeassistant.loader] Loaded logbook from homeassistant.components.logbook 2020-04-11 07:54:21 INFO (SyncWorker_0) [homeassistant.loader] Loaded plex from homeassistant.components.plex 2020-04-11 07:54:21 INFO (SyncWorker_6) [homeassistant.loader] Loaded lovelace from homeassistant.components.lovelace 2020-04-11 07:54:21 INFO (SyncWorker_2) [homeassistant.loader] Loaded map from homeassistant.components.map 2020-04-11 07:54:21 INFO (SyncWorker_4) [homeassistant.loader] Loaded speedtestdotnet from homeassistant.components.speedtestdotnet 2020-04-11 07:54:21 INFO (SyncWorker_3) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player 2020-04-11 07:54:21 INFO (SyncWorker_7) [homeassistant.loader] Loaded frontend from homeassistant.components.frontend 2020-04-11 07:54:21 INFO (SyncWorker_1) [homeassistant.loader] Loaded config from homeassistant.components.config 2020-04-11 07:54:21 INFO (SyncWorker_5) [homeassistant.loader] Loaded cover from homeassistant.components.cover 2020-04-11 07:54:21 INFO (SyncWorker_2) [homeassistant.loader] Loaded ecobee from homeassistant.components.ecobee 2020-04-11 07:54:21 INFO (SyncWorker_1) [homeassistant.loader] Loaded esphome from homeassistant.components.esphome 2020-04-11 07:54:21 INFO (SyncWorker_0) [homeassistant.loader] Loaded zwave from homeassistant.components.zwave 2020-04-11 07:54:21 INFO (SyncWorker_3) [homeassistant.loader] Loaded cast from homeassistant.components.cast 2020-04-11 07:54:21 INFO (SyncWorker_2) [homeassistant.loader] Loaded camera from homeassistant.components.camera 2020-04-11 07:54:21 INFO (SyncWorker_6) [homeassistant.loader] Loaded system_health from homeassistant.components.system_health 2020-04-11 07:54:21 INFO (SyncWorker_8) [homeassistant.loader] Loaded tts from homeassistant.components.tts 2020-04-11 07:54:21 INFO (SyncWorker_0) [homeassistant.loader] Loaded hassio from homeassistant.components.hassio 2020-04-11 07:54:21 INFO (SyncWorker_3) [homeassistant.loader] Loaded recorder from homeassistant.components.recorder 2020-04-11 07:54:21 INFO (SyncWorker_5) [homeassistant.loader] Loaded life360 from homeassistant.components.life360 2020-04-11 07:54:21 INFO (SyncWorker_1) [homeassistant.loader] Loaded nest from homeassistant.components.nest 2020-04-11 07:54:21 INFO (SyncWorker_4) [homeassistant.loader] Loaded mobile_app from homeassistant.components.mobile_app 2020-04-11 07:54:21 INFO (SyncWorker_0) [homeassistant.loader] Loaded coronavirus from homeassistant.components.coronavirus 2020-04-11 07:54:21 INFO (SyncWorker_2) [homeassistant.loader] Loaded input_select from homeassistant.components.input_select 2020-04-11 07:54:21 INFO (SyncWorker_8) [homeassistant.loader] Loaded cloud from homeassistant.components.cloud 2020-04-11 07:54:21 INFO (SyncWorker_0) [homeassistant.loader] Loaded switch from homeassistant.components.switch 2020-04-11 07:54:21 INFO (SyncWorker_5) [homeassistant.loader] Loaded panel_iframe from homeassistant.components.panel_iframe 2020-04-11 07:54:21 INFO (SyncWorker_4) [homeassistant.loader] Loaded device_tracker from homeassistant.components.device_tracker 2020-04-11 07:54:21 INFO (SyncWorker_3) [homeassistant.loader] Loaded sun from homeassistant.components.sun 2020-04-11 07:54:21 INFO (SyncWorker_2) [homeassistant.loader] Loaded updater from homeassistant.components.updater 2020-04-11 07:54:21 INFO (SyncWorker_8) [homeassistant.loader] Loaded proximity from homeassistant.components.proximity 2020-04-11 07:54:21 INFO (SyncWorker_5) [homeassistant.loader] Loaded logger from homeassistant.components.logger 2020-04-11 07:54:21 INFO (SyncWorker_6) [homeassistant.loader] Loaded script from homeassistant.components.script 2020-04-11 07:54:21 INFO (SyncWorker_3) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom 2020-04-11 07:54:21 INFO (SyncWorker_1) [homeassistant.loader] Loaded mqtt from homeassistant.components.mqtt 2020-04-11 07:54:21 INFO (SyncWorker_2) [homeassistant.loader] Loaded wled from homeassistant.components.wled 2020-04-11 07:54:21 INFO (SyncWorker_4) [homeassistant.loader] Loaded history from homeassistant.components.history 2020-04-11 07:54:21 INFO (SyncWorker_6) [homeassistant.loader] Loaded person from homeassistant.components.person 2020-04-11 07:54:21 INFO (SyncWorker_0) [homeassistant.loader] Loaded ifttt from homeassistant.components.ifttt 2020-04-11 07:54:21 INFO (SyncWorker_3) [homeassistant.loader] Loaded zone from homeassistant.components.zone 2020-04-11 07:54:21 INFO (SyncWorker_8) [homeassistant.loader] Loaded notify from homeassistant.components.notify 2020-04-11 07:54:21 INFO (SyncWorker_5) [homeassistant.loader] Loaded api from homeassistant.components.api 2020-04-11 07:54:21 INFO (SyncWorker_1) [homeassistant.loader] Loaded auth from homeassistant.components.auth 2020-04-11 07:54:21 INFO (SyncWorker_4) [homeassistant.loader] Loaded onboarding from homeassistant.components.onboarding 2020-04-11 07:54:21 INFO (SyncWorker_9) [homeassistant.loader] Loaded envisalink from homeassistant.components.envisalink 2020-04-11 07:54:21 INFO (SyncWorker_0) [homeassistant.loader] Loaded search from homeassistant.components.search 2020-04-11 07:54:21 INFO (SyncWorker_8) [homeassistant.loader] Loaded system_log from homeassistant.components.system_log 2020-04-11 07:54:21 INFO (SyncWorker_7) [homeassistant.loader] Loaded influxdb from homeassistant.components.influxdb 2020-04-11 07:54:21 INFO (MainThread) [homeassistant.bootstrap] Setting up {'system_log', 'logger'} 2020-04-11 07:54:21 INFO (MainThread) [homeassistant.setup] Setting up logger /usr/local/lib/python3.7/site-packages/sqlalchemy/connectors/pyodbc.py:79: SAWarning: No driver name specified; this is expected by PyODBC when using DSN-less connections "No driver name specified; " 2020-04-11 07:54:34 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds. 2020-04-11 07:58:45 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (pyodbc.OperationalError) ('08S01', '[08S01] [FreeTDS][SQL Server]Unable to connect: Adaptive Server is unavailable or does not exist (20009) (SQLDriverConnect)') (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds) /usr/local/lib/python3.7/site-packages/sqlalchemy/connectors/pyodbc.py:79: SAWarning: No driver name specified; this is expected by PyODBC when using DSN-less connections "No driver name specified; " 2020-04-11 08:03:09 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (pyodbc.OperationalError) ('08S01', '[08S01] [FreeTDS][SQL Server]Unable to connect: Adaptive Server is unavailable or does not exist (20009) (SQLDriverConnect)') (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds) 2020-04-11 08:07:34 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (pyodbc.OperationalError) ('08S01', '[08S01] [FreeTDS][SQL Server]Unable to connect: Adaptive Server is unavailable or does not exist (20009) (SQLDriverConnect)') (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds) 2020-04-11 08:11:58 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (pyodbc.OperationalError) ('08S01', '[08S01] [FreeTDS][SQL Server]Unable to connect: Adaptive Server is unavailable or does not exist (20009) (SQLDriverConnect)') (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds) 2020-04-11 08:16:22 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (pyodbc.OperationalError) ('08S01', '[08S01] [FreeTDS][SQL Server]Unable to connect: Adaptive Server is unavailable or does not exist (20009) (SQLDriverConnect)') (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds) 2020-04-11 08:20:46 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (pyodbc.OperationalError) ('08S01', '[08S01] [FreeTDS][SQL Server]Unable to connect: Adaptive Server is unavailable or does not exist (20009) (SQLDriverConnect)') (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds) 2020-04-11 08:25:10 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (pyodbc.OperationalError) ('08S01', '[08S01] [FreeTDS][SQL Server]Unable to connect: Adaptive Server is unavailable or does not exist (20009) (SQLDriverConnect)') (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds) 2020-04-11 08:29:35 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (pyodbc.OperationalError) ('08S01', '[08S01] [FreeTDS][SQL Server]Unable to connect: Adaptive Server is unavailable or does not exist (20009) (SQLDriverConnect)') (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds) 2020-04-11 08:33:59 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (pyodbc.OperationalError) ('08S01', '[08S01] [FreeTDS][SQL Server]Unable to connect: Adaptive Server is unavailable or does not exist (20009) (SQLDriverConnect)') (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds) 2020-04-11 09:00:03 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (pyodbc.OperationalError) ('08S01', '[08S01] [FreeTDS][SQL Server]Unable to connect: Adaptive Server is unavailable or does not exist (20009) (SQLDriverConnect)') (Background on this error at: http://sqlalche.me/e/e3q8) (retrying in 3 seconds) 2020-04-11 09:00:48 ERROR (MainThread) [homeassistant.setup] Setup failed for recorder: Integration failed to initialize. 2020-04-11 09:03:12 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:13 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:13 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:13 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:13 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:13 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:13 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:13 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:13 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:13 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:13 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'False') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:13 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'False') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:13 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:13 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'False') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:13 WARNING (MainThread) [homeassistant.components.group] The 'view' option (with value 'False') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107.0 2020-04-11 09:03:32 WARNING (MainThread) [homeassistant.setup] Setup of envisalink is taking over 10 seconds. 2020-04-11 09:03:32 WARNING (MainThread) [homeassistant.setup] Setup of group is taking over 10 seconds. 2020-04-11 09:03:32 WARNING (MainThread) [homeassistant.setup] Setup of input_number is taking over 10 seconds. 2020-04-11 09:03:32 WARNING (MainThread) [homeassistant.setup] Setup of influxdb is taking over 10 seconds. 2020-04-11 09:03:39 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of history. Setup failed for dependencies: recorder 2020-04-11 09:03:39 ERROR (MainThread) [homeassistant.setup] Setup failed for history: Could not set up all dependencies. 2020-04-11 09:03:39 ERROR (MainThread) [pyenvisalink.envisalink_base_client] Unable to connect to envisalink. Reconnecting... 2020-04-11 09:03:39 ERROR (MainThread) [homeassistant.components.envisalink] Could not establish a connection with the Envisalink- retrying... 2020-04-11 09:04:02 WARNING (MainThread) [homeassistant.setup] Setup of input_select is taking over 10 seconds. 2020-04-11 09:04:02 WARNING (MainThread) [homeassistant.setup] Setup of zone is taking over 10 seconds. 2020-04-11 09:04:02 WARNING (MainThread) [homeassistant.setup] Setup of updater is taking over 10 seconds. 2020-04-11 09:04:02 WARNING (MainThread) [homeassistant.setup] Setup of input_text is taking over 10 seconds. 2020-04-11 09:04:05 WARNING (MainThread) [homeassistant.components.scene] Setup of scene platform homeassistant is taking over 10 seconds. 2020-04-11 09:04:05 WARNING (MainThread) [homeassistant.setup] Setup of person is taking over 10 seconds. 2020-04-11 09:04:05 WARNING (MainThread) [homeassistant.setup] Setup of config is taking over 10 seconds. 2020-04-11 09:04:05 WARNING (MainThread) [homeassistant.components.alarm_control_panel] Setup of alarm_control_panel platform manual is taking over 10 seconds. 2020-04-11 09:04:16 ERROR (MainThread) [homeassistant.components.updater] Could not contact Home Assistant Update to check for updates 2020-04-11 09:04:18 ERROR (MainThread) [homeassistant.components.updater] Error fetching Home Assistant update data: 2020-04-11 09:04:18 WARNING (MainThread) [homeassistant.components.met.weather] Loading Met.no via platform config is deprecated 2020-04-11 09:04:25 WARNING (MainThread) [homeassistant.components.weather] Setup of weather platform darksky is taking over 10 seconds. 2020-04-11 09:04:26 WARNING (MainThread) [homeassistant.components.weather] Setup of weather platform met is taking over 10 seconds. 2020-04-11 09:04:28 ERROR (Thread-9) [pychromecast.socket_client] [192.168.4.204:8009] Failed to connect, retrying in 5.0s 2020-04-11 09:04:29 ERROR (Thread-11) [pychromecast.socket_client] [192.168.4.207:8009] Failed to connect, retrying in 5.0s 2020-04-11 09:04:35 ERROR (MainThread) [pyenvisalink.envisalink_base_client] Unable to connect to envisalink. Reconnecting... 2020-04-11 09:04:35 ERROR (MainThread) [homeassistant.components.envisalink] Could not establish a connection with the Envisalink- retrying... 2020-04-11 09:04:35 WARNING (MainThread) [homeassistant.components.automation] The 'hide_entity' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107 2020-04-11 09:04:36 WARNING (MainThread) [homeassistant.components.automation] The 'hide_entity' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107 2020-04-11 09:04:36 WARNING (MainThread) [homeassistant.components.automation] The 'hide_entity' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.107 2020-04-11 09:04:38 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform mqtt is taking over 10 seconds. --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.7/logging/__init__.py", line 1025, in emit msg = self.format(record) File "/usr/local/lib/python3.7/logging/__init__.py", line 869, in format return fmt.format(record) File "/usr/local/lib/python3.7/site-packages/colorlog/colorlog.py", line 123, in format message = super(ColoredFormatter, self).format(record) File "/usr/local/lib/python3.7/logging/__init__.py", line 608, in format record.message = record.getMessage() File "/usr/local/lib/python3.7/logging/__init__.py", line 369, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting Call stack: File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/usr/src/homeassistant/homeassistant/__main__.py", line 350, in <module> sys.exit(main()) File "/usr/src/homeassistant/homeassistant/__main__.py", line 342, in main exit_code = asyncio.run(setup_and_run_hass(config_dir, args)) File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run return loop.run_until_complete(main) File "/usr/local/lib/python3.7/asyncio/base_events.py", line 570, in run_until_complete self.run_forever() File "/usr/local/lib/python3.7/asyncio/base_events.py", line 538, in run_forever self._run_once() File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1782, in _run_once handle._run() File "/usr/local/lib/python3.7/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/usr/src/homeassistant/homeassistant/components/template/cover.py", line 123, in async_setup_platform "Must specify at least one of %s" or "%s", OPEN_ACTION, POSITION_ACTION Message: 'Must specify at least one of %s' Arguments: ('open_cover', 'set_cover_position') --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.7/logging/__init__.py", line 1025, in emit msg = self.format(record) File "/usr/local/lib/python3.7/logging/__init__.py", line 869, in format return fmt.format(record) File "/usr/local/lib/python3.7/logging/__init__.py", line 608, in format record.message = record.getMessage() File "/usr/local/lib/python3.7/logging/__init__.py", line 369, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting Call stack: File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/usr/src/homeassistant/homeassistant/__main__.py", line 350, in <module> sys.exit(main()) File "/usr/src/homeassistant/homeassistant/__main__.py", line 342, in main exit_code = asyncio.run(setup_and_run_hass(config_dir, args)) File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run return loop.run_until_complete(main) File "/usr/local/lib/python3.7/asyncio/base_events.py", line 570, in run_until_complete self.run_forever() File "/usr/local/lib/python3.7/asyncio/base_events.py", line 538, in run_forever self._run_once() File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1782, in _run_once handle._run() File "/usr/local/lib/python3.7/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/usr/src/homeassistant/homeassistant/components/template/cover.py", line 123, in async_setup_platform "Must specify at least one of %s" or "%s", OPEN_ACTION, POSITION_ACTION Message: 'Must specify at least one of %s' Arguments: ('open_cover', 'set_cover_position')
Posts: 1
Participants: 1