Hello all!
First of all I want to make it very clear that I don’t have a clue what I’m doing here. I’m a Windows user from day one, and not used to having no interface to work with. I already had to follow this guide in order to get past the initial setup.
Now onto my problem, upon logging into the webinterface I’m greeted with an Invalid config error.
The following integrations and platforms could not be set up:
- cloud
- stream
- mobile_app
- default_config
Please check your config and logs.
In the logs section four errors are listed
The traceback of the last error is as following:
Logger: homeassistant.loader
Source: components/stream/core.py:15
First occurred: 12:54:56 (3 occurrences)
Last logged: 12:55:16
Unexpected exception importing component homeassistant.components.cloud
Unexpected exception importing component homeassistant.components.stream
Unexpected exception importing component homeassistant.components.mobile_app
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 813, in get_component
ComponentProtocol, importlib.import_module(self.pkg_path)
File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/src/homeassistant/homeassistant/components/cloud/__init__.py", line 12, in <module>
from homeassistant.components import alexa, google_assistant
File "/usr/src/homeassistant/homeassistant/components/alexa/__init__.py", line 19, in <module>
from . import flash_briefings, intent, smart_home_http
File "/usr/src/homeassistant/homeassistant/components/alexa/smart_home_http.py", line 12, in <module>
from .config import AbstractConfig
File "/usr/src/homeassistant/homeassistant/components/alexa/config.py", line 10, in <module>
from .state_report import async_enable_proactive_mode
File "/usr/src/homeassistant/homeassistant/components/alexa/state_report.py", line 22, in <module>
from .entities import ENTITY_ADAPTERS, AlexaEntity, generate_alexa_id
File "/usr/src/homeassistant/homeassistant/components/alexa/entities.py", line 8, in <module>
from homeassistant.components import (
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 30, in <module>
from homeassistant.components.stream import (
File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 61, in <module>
from .core import (
File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 15, in <module>
import numpy as np
File "/usr/local/lib/python3.10/site-packages/numpy/__init__.py", line 140, in <module>
from . import core
File "/usr/local/lib/python3.10/site-packages/numpy/core/__init__.py", line 73, in <module>
from . import numeric
File "/usr/local/lib/python3.10/site-packages/numpy/core/numeric.py", line 24, in <module>
from . import shape_base
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1012, in get_code
File "<frozen importlib._bootstrap_external>", line 672, in _compile_bytecode
ValueError: bad marshal data (unknown type code)
Every tutorial I followed didn’t have these errors and I’m pretty sure I followed them word by word.
Any help would be greatly appreciated.