Oct 31 10:38:33 raspberrypi hass[2030]: from .ec_radar import *
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/ec_radar.py", line 20, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]: root = et.fromstring(xml_string)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
Oct 31 10:38:33 raspberrypi hass[2030]: parser.feed(text)
Oct 31 10:38:33 raspberrypi hass[2030]: File "<string>", line None
Oct 31 10:38:33 raspberrypi hass[2030]: xml.etree.ElementTree.ParseError: mismatched tag: line 23, column 8
Oct 31 10:38:33 raspberrypi hass[2030]: During handling of the above exception, another exception occurred:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 171, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]: component.setup, hass, processed_config # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.components.alarm_control_panel] Error while setting up platform manual
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]: return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]: return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]: log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]: config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:33 raspberrypi hass[2030]: await _async_set_up_integrations(hass, config)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:33 raspberrypi hass[2030]: *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]: return await task # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]: hass, config, integration
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:33 raspberrypi hass[2030]: platform = p_integration.get_platform(domain)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:33 raspberrypi hass[2030]: f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:33 raspberrypi hass[2030]: return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]: from env_canada import ECData
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/__init__.py", line 2, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]: from .ec_radar import *
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/ec_radar.py", line 20, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]: root = et.fromstring(xml_string)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
Oct 31 10:38:33 raspberrypi hass[2030]: parser.feed(text)
Oct 31 10:38:33 raspberrypi hass[2030]: File "<string>", line None
Oct 31 10:38:33 raspberrypi hass[2030]: xml.etree.ElementTree.ParseError: mismatched tag: line 23, column 8
Oct 31 10:38:33 raspberrypi hass[2030]: During handling of the above exception, another exception occurred:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
Oct 31 10:38:33 raspberrypi hass[2030]: await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/tasks.py", line 409, in wait_for
Oct 31 10:38:33 raspberrypi hass[2030]: await waiter
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component person
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]: return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]: return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]: log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]: config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:33 raspberrypi hass[2030]: await _async_set_up_integrations(hass, config)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:33 raspberrypi hass[2030]: *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]: return await task # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]: hass, config, integration
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:33 raspberrypi hass[2030]: platform = p_integration.get_platform(domain)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:33 raspberrypi hass[2030]: f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:33 raspberrypi hass[2030]: return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]: from env_canada import ECData
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/__init__.py", line 2, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]: from .ec_radar import *
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/ec_radar.py", line 20, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]: root = et.fromstring(xml_string)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
Oct 31 10:38:33 raspberrypi hass[2030]: parser.feed(text)
Oct 31 10:38:33 raspberrypi hass[2030]: File "<string>", line None
Oct 31 10:38:33 raspberrypi hass[2030]: xml.etree.ElementTree.ParseError: mismatched tag: line 23, column 8
Oct 31 10:38:33 raspberrypi hass[2030]: During handling of the above exception, another exception occurred:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 167, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]: hass, processed_config
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/person/__init__.py", line 283, in async_setup
Oct 31 10:38:33 raspberrypi hass[2030]: await manager.async_initialize()
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/person/__init__.py", line 178, in async_initialize
Oct 31 10:38:33 raspberrypi hass[2030]: await self.component.async_add_entities(entities)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 252, in async_add_entities
Oct 31 10:38:33 raspberrypi hass[2030]: await asyncio.wait(tasks)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/tasks.py", line 363, in wait
Oct 31 10:38:33 raspberrypi hass[2030]: return await _wait(fs, timeout, return_when, loop)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/tasks.py", line 456, in _wait
Oct 31 10:38:33 raspberrypi hass[2030]: await waiter
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Google Cast for cast
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config_entries.py", line 190, in async_setup
Oct 31 10:38:33 raspberrypi hass[2030]: hass, self
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/cast/__init__.py", line 26, in async_setup_entry
Oct 31 10:38:33 raspberrypi hass[2030]: await home_assistant_cast.async_setup_ha_cast(hass, entry)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/cast/home_assistant_cast.py", line 26, in async_setup_ha_cast
Oct 31 10:38:33 raspberrypi hass[2030]: user = await hass.auth.async_get_user(user_id)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 123, in async_get_user
Oct 31 10:38:33 raspberrypi hass[2030]: return await self._store.async_get_user(user_id)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 72, in async_get_user
Oct 31 10:38:33 raspberrypi hass[2030]: await self._async_load()
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 289, in _async_load
Oct 31 10:38:33 raspberrypi hass[2030]: await self._async_load_task()
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 296, in _async_load_task
Oct 31 10:38:33 raspberrypi hass[2030]: self._store.async_load(),
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 INFO (MainThread) [homeassistant.components.climate] Setting up climate.tesla
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component cloud
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]: return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]: return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]: log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]: config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:33 raspberrypi hass[2030]: await _async_set_up_integrations(hass, config)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:33 raspberrypi hass[2030]: *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]: return await task # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]: hass, config, integration
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:33 raspberrypi hass[2030]: platform = p_integration.get_platform(domain)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:33 raspberrypi hass[2030]: f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:33 raspberrypi hass[2030]: return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]: from env_canada import ECData
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/__init__.py", line 2, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]: from .ec_radar import *
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/ec_radar.py", line 20, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]: root = et.fromstring(xml_string)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
Oct 31 10:38:33 raspberrypi hass[2030]: parser.feed(text)
Oct 31 10:38:33 raspberrypi hass[2030]: File "<string>", line None
Oct 31 10:38:33 raspberrypi hass[2030]: xml.etree.ElementTree.ParseError: mismatched tag: line 23, column 8
Oct 31 10:38:33 raspberrypi hass[2030]: During handling of the above exception, another exception occurred:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 167, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]: hass, processed_config
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/cloud/__init__.py", line 184, in async_setup
Oct 31 10:38:33 raspberrypi hass[2030]: await prefs.async_initialize()
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/cloud/prefs.py", line 47, in async_initialize
Oct 31 10:38:33 raspberrypi hass[2030]: prefs = await self._store.async_load()
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/storage.py", line 99, in async_load
Oct 31 10:38:33 raspberrypi hass[2030]: return await self._load_task
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component onboarding
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]: return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]: return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]: log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]: config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:33 raspberrypi hass[2030]: await _async_set_up_integrations(hass, config)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:33 raspberrypi hass[2030]: *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]: return await task # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]: hass, config, integration
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:33 raspberrypi hass[2030]: platform = p_integration.get_platform(domain)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:33 raspberrypi hass[2030]: f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:33 raspberrypi hass[2030]: return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:33 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]: from env_canada import ECData
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/__init__.py", line 2, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]: from .ec_radar import *
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/ec_radar.py", line 20, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]: root = et.fromstring(xml_string)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
Oct 31 10:38:33 raspberrypi hass[2030]: parser.feed(text)
Oct 31 10:38:33 raspberrypi hass[2030]: File "<string>", line None
Oct 31 10:38:33 raspberrypi hass[2030]: xml.etree.ElementTree.ParseError: mismatched tag: line 23, column 8
Oct 31 10:38:33 raspberrypi hass[2030]: During handling of the above exception, another exception occurred:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 167, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]: hass, processed_config
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/onboarding/__init__.py", line 43, in async_setup
Oct 31 10:38:33 raspberrypi hass[2030]: data = await store.async_load()
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/storage.py", line 99, in async_load
Oct 31 10:38:33 raspberrypi hass[2030]: return await self._load_task
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: Config directory: /home/homeassistant/.homeassistant
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/bin/hass", line 8, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]: sys.exit(main())
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 399, in main
Oct 31 10:38:33 raspberrypi hass[2030]: Exception in thread Thread-1:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
Oct 31 10:38:33 raspberrypi hass[2030]: self.run()
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/threading.py", line 865, in run
Oct 31 10:38:33 raspberrypi hass[2030]: self._target(*self._args, **self._kwargs)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/util/logging.py", line 85, in _process
Oct 31 10:38:33 raspberrypi hass[2030]: self._queue.get(), self.loop
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/concurrent/futures/_base.py", line 430, in result
Oct 31 10:38:33 raspberrypi hass[2030]: raise CancelledError()
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: exit_code = asyncio_run(setup_and_run_hass(config_dir, args))
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]: return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]: return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]: log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (SyncWorker_12) [concurrent.futures] exception calling callback for <Future at 0x688ff0d0 state=finished returned NoneType>
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
Oct 31 10:38:33 raspberrypi hass[2030]: callback(self)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/futures.py", line 362, in _call_set_state
Oct 31 10:38:33 raspberrypi hass[2030]: dest_loop.call_soon_threadsafe(_set_state, destination, source)
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/base_events.py", line 733, in call_soon_threadsafe
Oct 31 10:38:33 raspberrypi hass[2030]: self._check_closed()
Oct 31 10:38:33 raspberrypi hass[2030]: File "/usr/lib/python3.7/asyncio/base_events.py", line 480, in _check_closed
Oct 31 10:38:33 raspberrypi hass[2030]: raise RuntimeError('Event loop is closed')
Oct 31 10:38:33 raspberrypi hass[2030]: RuntimeError: Event loop is closed
Oct 31 10:38:37 raspberrypi hass[2030]: config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:37 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:37 raspberrypi hass[2030]: await _async_set_up_integrations(hass, config)
Oct 31 10:38:37 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:37 raspberrypi hass[2030]: *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:37 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:37 raspberrypi hass[2030]: return await task # type: ignore
Oct 31 10:38:37 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:37 raspberrypi hass[2030]: hass, config, integration
Oct 31 10:38:37 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:37 raspberrypi hass[2030]: platform = p_integration.get_platform(domain)
Oct 31 10:38:37 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:37 raspberrypi hass[2030]: f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:37 raspberrypi hass[2030]: File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:37 raspberrypi hass[2030]: return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:37 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:37 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:37 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:37 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:37 raspberrypi hass[2030]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:37 raspberrypi hass[2030]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:37 raspberrypi hass[2030]: File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:37 raspberrypi hass[2030]: from env_canada import ECData