Created
October 10, 2022 13:56
-
-
Save TwizzyDizzy/299ea9e3444b063cf6daff8a65292487 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oct 10 15:44:02 MYHOSTNAME systemd[1]: Started Home Assistant. | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: 2022-10-10 15:44:12.926 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing component homeassistant.components.cloud | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: Traceback (most recent call last): | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/homeassistant/loader.py", line 703, in get_component | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: cache[self.domain] = importlib.import_module(self.pkg_path) | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: return _bootstrap._gcd_import(name[level:], package, level) | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "<frozen importlib._bootstrap>", line 1030, in _gcd_import | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "<frozen importlib._bootstrap>", line 1007, in _find_and_load | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "<frozen importlib._bootstrap>", line 680, in _load_unlocked | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "<frozen importlib._bootstrap_external>", line 790, in exec_module | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/homeassistant/components/cloud/__init__.py", line 8, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: from hass_nabucasa import Cloud | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/hass_nabucasa/__init__.py", line 15, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: from .auth import CloudError, CognitoAuth | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/hass_nabucasa/auth.py", line 8, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: import boto3 | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/boto3/__init__.py", line 16, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: from boto3.session import Session | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/boto3/session.py", line 17, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: import botocore.session | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/botocore/session.py", line 30, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: import botocore.credentials | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/botocore/credentials.py", line 34, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: from botocore.config import Config | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/botocore/config.py", line 16, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: from botocore.endpoint import DEFAULT_TIMEOUT, MAX_POOL_CONNECTIONS | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/botocore/endpoint.py", line 22, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: from botocore.awsrequest import create_request_object | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/botocore/awsrequest.py", line 26, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: import botocore.utils | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/botocore/utils.py", line 33, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: import botocore.httpsession | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/botocore/httpsession.py", line 18, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: from urllib3.contrib.pyopenssl import orig_util_SSLContext as SSLContext | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/urllib3/contrib/pyopenssl.py", line 50, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: import OpenSSL.SSL | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/OpenSSL/__init__.py", line 8, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: from OpenSSL import crypto, SSL | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/OpenSSL/crypto.py", line 1556, in <module> | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: class X509StoreFlags(object): | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/OpenSSL/crypto.py", line 1577, in X509StoreFlags | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK' | |
Oct 10 15:44:12 MYHOSTNAME hass[183307]: 2022-10-10 15:44:12.945 ERROR (MainThread) [homeassistant.setup] Setup failed for cloud: Unable to import component: Exception importing homeassistant.components.cloud | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: 2022-10-10 15:44:13.713 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing component homeassistant.components.mobile_app | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: Traceback (most recent call last): | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/homeassistant/loader.py", line 703, in get_component | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: cache[self.domain] = importlib.import_module(self.pkg_path) | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: return _bootstrap._gcd_import(name[level:], package, level) | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "<frozen importlib._bootstrap>", line 1030, in _gcd_import | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "<frozen importlib._bootstrap>", line 1007, in _find_and_load | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "<frozen importlib._bootstrap>", line 680, in _load_unlocked | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "<frozen importlib._bootstrap_external>", line 790, in exec_module | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/homeassistant/components/mobile_app/__init__.py", line 5, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: from homeassistant.components import cloud, notify as hass_notify | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/homeassistant/components/cloud/__init__.py", line 8, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: from hass_nabucasa import Cloud | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/hass_nabucasa/__init__.py", line 15, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: from .auth import CloudError, CognitoAuth | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/hass_nabucasa/auth.py", line 8, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: import boto3 | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/boto3/__init__.py", line 16, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: from boto3.session import Session | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/boto3/session.py", line 17, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: import botocore.session | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/botocore/session.py", line 30, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: import botocore.credentials | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/botocore/credentials.py", line 34, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: from botocore.config import Config | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/botocore/config.py", line 16, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: from botocore.endpoint import DEFAULT_TIMEOUT, MAX_POOL_CONNECTIONS | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/botocore/endpoint.py", line 22, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: from botocore.awsrequest import create_request_object | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/botocore/awsrequest.py", line 26, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: import botocore.utils | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/botocore/utils.py", line 33, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: import botocore.httpsession | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/botocore/httpsession.py", line 18, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: from urllib3.contrib.pyopenssl import orig_util_SSLContext as SSLContext | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/urllib3/contrib/pyopenssl.py", line 50, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: import OpenSSL.SSL | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/OpenSSL/__init__.py", line 8, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: from OpenSSL import crypto, SSL | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/OpenSSL/crypto.py", line 1556, in <module> | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: class X509StoreFlags(object): | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: File "/opt/homeassistant/lib/python3.9/site-packages/OpenSSL/crypto.py", line 1577, in X509StoreFlags | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK' | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: 2022-10-10 15:44:13.717 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Unable to import component: Exception importing homeassistant.components.mobile_app | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: 2022-10-10 15:44:13.722 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: cloud, mobile_app | |
Oct 10 15:44:13 MYHOSTNAME hass[183307]: 2022-10-10 15:44:13.723 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: (DependencyError(...), 'Could not setup dependencies: cloud, mobile_app') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment