|
昨天在站内 25989406 帖子群晖 搭homeassistant,mtqq非docker的指导下,在非docker环境中部署了homeassistant,但是在最后却无法正常访问前端。去homeassistant调取了log日志,如下:
2020-03-30 01:53:49 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=turn_off>
2020-03-30 01:53:49 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=turn_on>
2020-03-30 01:53:49 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=toggle>
2020-03-30 01:53:49 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=stop>
2020-03-30 01:53:49 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=restart>
2020-03-30 01:53:49 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=check_config>
2020-03-30 01:53:49 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=homeassistant, service=reload_core_config>
2020-03-30 01:53:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=persistent_notification, service=create>
2020-03-30 01:53:50 INFO (MainThread) [homeassistant.bootstrap] Home Assistant core initialized
2020-03-30 01:53:51 INFO (MainThread) [homeassistant.loader] Loaded frontend from homeassistant.components.frontend
2020-03-30 01:53:51 INFO (MainThread) [homeassistant.loader] Loaded api from homeassistant.components.api
2020-03-30 01:53:51 INFO (MainThread) [homeassistant.loader] Loaded http from homeassistant.components.http
2020-03-30 01:53:51 INFO (MainThread) [homeassistant.loader] Loaded websocket_api from homeassistant.components.websocket_api
2020-03-30 01:53:51 INFO (MainThread) [homeassistant.loader] Loaded introduction from homeassistant.components.introduction
2020-03-30 01:53:51 INFO (MainThread) [homeassistant.setup] Setting up introduction
2020-03-30 01:53:51 INFO (Thread-3) [homeassistant.components.introduction]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hello, and welcome to Home Assistant!
We'll hope that we can make all your dreams come true.
Here are some resources to get started:
- Configuring Home Assistant:
https://home-assistant.io/getting-started/configuration/
- Available components:
https://home-assistant.io/components/
- Troubleshooting your configuration:
https://home-assistant.io/gettin ... ting-configuration/
- Getting help:
https://home-assistant.io/help/
This message is generated by the introduction component. You can
disable it in configuration.yaml.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-03-30 01:53:51 INFO (MainThread) [homeassistant.loader] Loaded history from homeassistant.components.history
2020-03-30 01:53:51 INFO (MainThread) [homeassistant.loader] Loaded recorder from homeassistant.components.recorder
2020-03-30 01:53:51 INFO (MainThread) [homeassistant.setup] Setup of domain introduction took 0.0 seconds.
2020-03-30 01:53:51 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=introduction>
2020-03-30 01:53:51 INFO (MainThread) [homeassistant.setup] Setting up recorder
2020-03-30 01:53:51 INFO (Thread-5) [homeassistant.util.package] Attempting install of aiohttp_cors==0.5.3
2020-03-30 01:53:52 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 1.2 seconds.
2020-03-30 01:53:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=recorder>
2020-03-30 01:54:35 ERROR (Thread-5) [homeassistant.util.package] Unable to install package aiohttp_cors==0.5.3: ERROR: Command errored out with exit status 1:
command: /volume1/@appstore/py3k/usr/local/bin/python3 /volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmpe2cagg1x
cwd: /tmp/pip-install-0jegbmx8/multidict
Complete output (43 lines):
**********************
* Accellerated build *
**********************
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-armv7l-3.5
creating build/lib.linux-armv7l-3.5/multidict
copying multidict/_multidict_py.py -> build/lib.linux-armv7l-3.5/multidict
copying multidict/_multidict_base.py -> build/lib.linux-armv7l-3.5/multidict
copying multidict/_compat.py -> build/lib.linux-armv7l-3.5/multidict
copying multidict/_abc.py -> build/lib.linux-armv7l-3.5/multidict
copying multidict/__init__.py -> build/lib.linux-armv7l-3.5/multidict
running egg_info
writing top-level names to multidict.egg-info/top_level.txt
writing dependency_links to multidict.egg-info/dependency_links.txt
writing multidict.egg-info/PKG-INFO
reading manifest file 'multidict.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files found matching 'multidict/_multidict.html'
warning: no previously-included files found matching 'multidict/*.so'
warning: no previously-included files found matching 'multidict/*.pyd'
warning: no previously-included files found matching 'multidict/*.pyd'
no previously-included directories found matching 'docs/_build'
writing manifest file 'multidict.egg-info/SOURCES.txt'
copying multidict/__init__.pyi -> build/lib.linux-armv7l-3.5/multidict
copying multidict/_multidict.c -> build/lib.linux-armv7l-3.5/multidict
copying multidict/py.typed -> build/lib.linux-armv7l-3.5/multidict
creating build/lib.linux-armv7l-3.5/multidict/_multilib
copying multidict/_multilib/defs.h -> build/lib.linux-armv7l-3.5/multidict/_multilib
copying multidict/_multilib/dict.h -> build/lib.linux-armv7l-3.5/multidict/_multilib
copying multidict/_multilib/istr.h -> build/lib.linux-armv7l-3.5/multidict/_multilib
copying multidict/_multilib/iter.h -> build/lib.linux-armv7l-3.5/multidict/_multilib
copying multidict/_multilib/pair_list.h -> build/lib.linux-armv7l-3.5/multidict/_multilib
copying multidict/_multilib/views.h -> build/lib.linux-armv7l-3.5/multidict/_multilib
running build_ext
building 'multidict._multidict' extension
creating build/temp.linux-armv7l-3.5
creating build/temp.linux-armv7l-3.5/multidict
/usr/local/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-ccache-gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DSYNO_FIX_FLAG_BUG -DOPENSSL_NO_SSL3 -DOPENSSL_NO_SSL2 -I/usr/local/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include -DSYNOPLAT_F_ARMV7 -O2 -mcpu=cortex-a9 -march=armv7-a -mfpu=neon -mfloat-abi=hard -mthumb -fno-diagnostics-show-caret -Wno-unused-local-typedefs -include /usr/syno/include/platformconfig.h -DSYNO_ENVIRONMENT -DBUILD_ARCH=32 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -DSDK_VER_MIN_REQUIRED=600 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -O2 -Wno-unused-result -fPIC -I/volume1/@appstore/py3k/usr/local/include/python3.5m -c multidict/_multidict.c -o build/temp.linux-armv7l-3.5/multidict/_multidict.o -O2 -std=c99 -Wall -Wsign-compare -Wconversion -fno-strict-aliasing -pedantic
error: command '/usr/local/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-ccache-gcc' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for multidict
ERROR: Could not build wheels for multidict which use PEP 517 and cannot be installed directly
2020-03-30 01:54:35 ERROR (MainThread) [homeassistant.setup] Not initializing http because could not install dependency aiohttp_cors==0.5.3
2020-03-30 01:54:35 ERROR (MainThread) [homeassistant.setup] Setup failed for http: Could not install all requirements.
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_data=message=The following components and platforms could not be set up:
* http
Please check your config, title=Invalid config, notification_id=invalid_config, domain=persistent_notification, service=create, service_call_id=1972690384-1>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_data=message=The following components and platforms could not be set up:
* [http](https://home-assistant.io/components/http/)
Please check your config, title=Invalid config, notification_id=invalid_config, domain=persistent_notification, service=create, service_call_id=1972690384-2>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persistent_notification.invalid_config, new_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* http
Please check your config; title=Invalid config @ 2020-03-30T01:54:35.756243+08:00>, old_state=None>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1972690384-1>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persistent_notification.invalid_config, new_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [http](https://home-assistant.io/components/http/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:35.764114+08:00>, old_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* http
Please check your config; title=Invalid config @ 2020-03-30T01:54:35.756243+08:00>>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1972690384-2>
2020-03-30 01:54:35 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of history. Setup failed for dependencies: http
2020-03-30 01:54:35 ERROR (MainThread) [homeassistant.setup] Setup failed for history: Could not setup all dependencies.
2020-03-30 01:54:35 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of api. Setup failed for dependencies: http
2020-03-30 01:54:35 ERROR (MainThread) [homeassistant.setup] Setup failed for api: Could not setup all dependencies.
2020-03-30 01:54:35 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of websocket_api. Setup failed for dependencies: http
2020-03-30 01:54:35 ERROR (MainThread) [homeassistant.setup] Setup failed for websocket_api: Could not setup all dependencies.
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_data=message=The following components and platforms could not be set up:
* [http](https://home-assistant.io/components/http/)
* [history](https://home-assistant.io/components/history/)
Please check your config, title=Invalid config, notification_id=invalid_config, domain=persistent_notification, service=create, service_call_id=1972690384-3>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_data=message=The following components and platforms could not be set up:
* [http](https://home-assistant.io/components/http/)
* [api](https://home-assistant.io/components/api/)
* [history](https://home-assistant.io/components/history/)
Please check your config, title=Invalid config, notification_id=invalid_config, domain=persistent_notification, service=create, service_call_id=1972690384-4>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_data=message=The following components and platforms could not be set up:
* [http](https://home-assistant.io/components/http/)
* [api](https://home-assistant.io/components/api/)
* [history](https://home-assistant.io/components/history/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config, title=Invalid config, notification_id=invalid_config, domain=persistent_notification, service=create, service_call_id=1972690384-5>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persistent_notification.invalid_config, new_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [http](https://home-assistant.io/components/http/)
* [history](https://home-assistant.io/components/history/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:35.781819+08:00>, old_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [http](https://home-assistant.io/components/http/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:35.764114+08:00>>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1972690384-3>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persistent_notification.invalid_config, new_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [http](https://home-assistant.io/components/http/)
* [api](https://home-assistant.io/components/api/)
* [history](https://home-assistant.io/components/history/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:35.789758+08:00>, old_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [http](https://home-assistant.io/components/http/)
* [history](https://home-assistant.io/components/history/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:35.781819+08:00>>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1972690384-4>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persistent_notification.invalid_config, new_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [http](https://home-assistant.io/components/http/)
* [api](https://home-assistant.io/components/api/)
* [history](https://home-assistant.io/components/history/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:35.797802+08:00>, old_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [http](https://home-assistant.io/components/http/)
* [api](https://home-assistant.io/components/api/)
* [history](https://home-assistant.io/components/history/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:35.789758+08:00>>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1972690384-5>
2020-03-30 01:54:35 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of frontend. Setup failed for dependencies: api, websocket_api
2020-03-30 01:54:35 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not setup all dependencies.
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_data=message=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* [api](https://home-assistant.io/components/api/)
* [history](https://home-assistant.io/components/history/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config, title=Invalid config, notification_id=invalid_config, domain=persistent_notification, service=create, service_call_id=1972690384-6>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persistent_notification.invalid_config, new_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* [api](https://home-assistant.io/components/api/)
* [history](https://home-assistant.io/components/history/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:35.809050+08:00>, old_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [http](https://home-assistant.io/components/http/)
* [api](https://home-assistant.io/components/api/)
* [history](https://home-assistant.io/components/history/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:35.797802+08:00>>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1972690384-6>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.loader] Loaded discovery from homeassistant.components.discovery
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.loader] Loaded sun from homeassistant.components.sun
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.setup] Setting up sun
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.1 seconds.
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=sun>
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.loader] Loaded group from homeassistant.components.group
2020-03-30 01:54:35 INFO (MainThread) [homeassistant.setup] Setting up group
2020-03-30 01:54:35 INFO (Thread-6) [homeassistant.util.package] Attempting install of netdisco==1.0.1
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.loader] Loaded automation from homeassistant.components.automation
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.setup] Setting up automation
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.loader] Loaded conversation from homeassistant.components.conversation
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.loader] Loaded updater from homeassistant.components.updater
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.loader] Loaded sensor.yr from homeassistant.components.sensor.yr
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.setup] Setting up sensor
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.loader] Loaded tts from homeassistant.components.tts
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.loader] Loaded tts.google from homeassistant.components.tts.google
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.loader] Loaded logbook from homeassistant.components.logbook
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.loader] Loaded config from homeassistant.components.config
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sun.sun, new_state=<state sun.sun=below_horizon; elevation=-56.05, friendly_name=Sun, next_rising=2020-03-29T22:21:09+00:00, next_midnight=2020-03-30T16:31:02+00:00, next_dusk=2020-03-30T11:04:12+00:00, azimuth=39.45, next_setting=2020-03-30T10:41:37+00:00, next_dawn=2020-03-29T21:58:33+00:00, next_noon=2020-03-30T04:31:22+00:00 @ 2020-03-30T01:54:36.271656+08:00>, old_state=None>
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=automation, service=trigger>
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=automation, service=reload>
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=automation, service=toggle>
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=automation, service=turn_on>
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=automation, service=turn_off>
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.3 seconds.
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=automation>
2020-03-30 01:54:36 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of logbook. Setup failed for dependencies: frontend
2020-03-30 01:54:36 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not setup all dependencies.
2020-03-30 01:54:36 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of config. Setup failed for dependencies: http
2020-03-30 01:54:36 ERROR (MainThread) [homeassistant.setup] Setup failed for config: Could not setup all dependencies.
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_data=message=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* [history](https://home-assistant.io/components/history/)
* [logbook](https://home-assistant.io/components/logbook/)
* [api](https://home-assistant.io/components/api/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config, title=Invalid config, notification_id=invalid_config, domain=persistent_notification, service=create, service_call_id=1972690384-7>
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_data=message=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* [history](https://home-assistant.io/components/history/)
* [logbook](https://home-assistant.io/components/logbook/)
* [config](https://home-assistant.io/components/config/)
* [api](https://home-assistant.io/components/api/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config, title=Invalid config, notification_id=invalid_config, domain=persistent_notification, service=create, service_call_id=1972690384-8>
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persistent_notification.invalid_config, new_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* [history](https://home-assistant.io/components/history/)
* [logbook](https://home-assistant.io/components/logbook/)
* [api](https://home-assistant.io/components/api/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:36.308886+08:00>, old_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* [api](https://home-assistant.io/components/api/)
* [history](https://home-assistant.io/components/history/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:35.809050+08:00>>
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1972690384-7>
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persistent_notification.invalid_config, new_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* [history](https://home-assistant.io/components/history/)
* [logbook](https://home-assistant.io/components/logbook/)
* [config](https://home-assistant.io/components/config/)
* [api](https://home-assistant.io/components/api/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:36.317465+08:00>, old_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* [history](https://home-assistant.io/components/history/)
* [logbook](https://home-assistant.io/components/logbook/)
* [api](https://home-assistant.io/components/api/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:36.308886+08:00>>
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1972690384-8>
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=group, service=set_visibility>
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=group, service=reload>
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.8 seconds.
2020-03-30 01:54:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=group>
2020-03-30 01:54:46 WARNING (MainThread) [homeassistant.setup] Setup of sensor is taking over 10 seconds.
2020-03-30 01:54:50 ERROR (Thread-6) [homeassistant.util.package] Unable to install package netdisco==1.0.1: ERROR: Command errored out with exit status 1:
command: /volume1/@appstore/py3k/usr/local/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-v6qwiwhz/netifaces/setup.py'"'"'; __file__='"'"'/tmp/pip-install-v6qwiwhz/netifaces/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ibdpduwk/install-record.txt --single-version-externally-managed --home /tmp/pip-target-1ri_s21f --compile --install-headers /tmp/pip-target-1ri_s21f/include/python/netifaces
cwd: /tmp/pip-install-v6qwiwhz/netifaces/
Complete output (16 lines):
running install
running build
running build_ext
checking for getifaddrs...not found.
checking for getnameinfo...not found.
checking for socket IOCTLs...not found.
checking for optional header files...none found.
checking whether struct sockaddr has a length field...no.
checking which sockaddr_xxx structs are defined...none!
checking for routing socket support...no.
checking for sysctl(CTL_NET...) support...no.
checking for netlink support...no.
building 'netifaces' extension
/usr/local/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-ccache-gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DSYNO_FIX_FLAG_BUG -DOPENSSL_NO_SSL3 -DOPENSSL_NO_SSL2 -I/usr/local/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include -DSYNOPLAT_F_ARMV7 -O2 -mcpu=cortex-a9 -march=armv7-a -mfpu=neon -mfloat-abi=hard -mthumb -fno-diagnostics-show-caret -Wno-unused-local-typedefs -include /usr/syno/include/platformconfig.h -DSYNO_ENVIRONMENT -DBUILD_ARCH=32 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -DSDK_VER_MIN_REQUIRED=600 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -O2 -Wno-unused-result -fPIC -DNETIFACES_VERSION=0.10.4 -I/volume1/@appstore/py3k/usr/local/include/python3.5m -c netifaces.c -o build/temp.linux-armv7l-3.5/netifaces.o
unable to execute '/usr/local/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-ccache-gcc': No such file or directory
error: command '/usr/local/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-ccache-gcc' failed with exit status 1
----------------------------------------
ERROR: Command errored out with exit status 1: /volume1/@appstore/py3k/usr/local/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-v6qwiwhz/netifaces/setup.py'"'"'; __file__='"'"'/tmp/pip-install-v6qwiwhz/netifaces/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ibdpduwk/install-record.txt --single-version-externally-managed --home /tmp/pip-target-1ri_s21f --compile --install-headers /tmp/pip-target-1ri_s21f/include/python/netifaces Check the logs for full command output.
2020-03-30 01:54:50 ERROR (MainThread) [homeassistant.setup] Not initializing discovery because could not install dependency netdisco==1.0.1
2020-03-30 01:54:50 ERROR (MainThread) [homeassistant.setup] Setup failed for discovery: Could not install all requirements.
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_data=message=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* discovery
* [history](https://home-assistant.io/components/history/)
* [logbook](https://home-assistant.io/components/logbook/)
* [config](https://home-assistant.io/components/config/)
* [api](https://home-assistant.io/components/api/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config, title=Invalid config, notification_id=invalid_config, domain=persistent_notification, service=create, service_call_id=1972690384-9>
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_data=message=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* [discovery](https://home-assistant.io/components/discovery/)
* [history](https://home-assistant.io/components/history/)
* [logbook](https://home-assistant.io/components/logbook/)
* [config](https://home-assistant.io/components/config/)
* [api](https://home-assistant.io/components/api/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config, title=Invalid config, notification_id=invalid_config, domain=persistent_notification, service=create, service_call_id=1972690384-10>
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persistent_notification.invalid_config, new_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* discovery
* [history](https://home-assistant.io/components/history/)
* [logbook](https://home-assistant.io/components/logbook/)
* [config](https://home-assistant.io/components/config/)
* [api](https://home-assistant.io/components/api/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:50.799490+08:00>, old_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* [history](https://home-assistant.io/components/history/)
* [logbook](https://home-assistant.io/components/logbook/)
* [config](https://home-assistant.io/components/config/)
* [api](https://home-assistant.io/components/api/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:36.317465+08:00>>
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1972690384-9>
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persistent_notification.invalid_config, new_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* [discovery](https://home-assistant.io/components/discovery/)
* [history](https://home-assistant.io/components/history/)
* [logbook](https://home-assistant.io/components/logbook/)
* [config](https://home-assistant.io/components/config/)
* [api](https://home-assistant.io/components/api/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:50.810590+08:00>, old_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* discovery
* [history](https://home-assistant.io/components/history/)
* [logbook](https://home-assistant.io/components/logbook/)
* [config](https://home-assistant.io/components/config/)
* [api](https://home-assistant.io/components/api/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:50.799490+08:00>>
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1972690384-10>
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.setup] Setting up conversation
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.setup] Setting up updater
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=conversation, service=process>
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.0 seconds.
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=conversation>
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.setup] Setup of domain updater took 0.0 seconds.
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=updater>
2020-03-30 01:54:50 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of tts. Setup failed for dependencies: http
2020-03-30 01:54:50 ERROR (MainThread) [homeassistant.setup] Setup failed for tts: Could not setup all dependencies.
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_data=message=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* [discovery](https://home-assistant.io/components/discovery/)
* [history](https://home-assistant.io/components/history/)
* [tts](https://home-assistant.io/components/tts/)
* [logbook](https://home-assistant.io/components/logbook/)
* [config](https://home-assistant.io/components/config/)
* [api](https://home-assistant.io/components/api/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config, title=Invalid config, notification_id=invalid_config, domain=persistent_notification, service=create, service_call_id=1972690384-11>
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.yr
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persistent_notification.invalid_config, new_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* [discovery](https://home-assistant.io/components/discovery/)
* [history](https://home-assistant.io/components/history/)
* [tts](https://home-assistant.io/components/tts/)
* [logbook](https://home-assistant.io/components/logbook/)
* [config](https://home-assistant.io/components/config/)
* [api](https://home-assistant.io/components/api/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:50.889343+08:00>, old_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* [frontend](https://home-assistant.io/components/frontend/)
* [http](https://home-assistant.io/components/http/)
* [discovery](https://home-assistant.io/components/discovery/)
* [history](https://home-assistant.io/components/history/)
* [logbook](https://home-assistant.io/components/logbook/)
* [config](https://home-assistant.io/components/config/)
* [api](https://home-assistant.io/components/api/)
* [websocket-api](https://home-assistant.io/components/websocket_api/)
Please check your config; title=Invalid config @ 2020-03-30T01:54:50.810590+08:00>>
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1972690384-11>
2020-03-30 01:54:50 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.yr_symbol, new_state=<state sensor.yr_symbol=unknown; entity_picture=//api.met.no/weatherapi/weathericon/1.1/?symbol=None;content_type=image/png, friendly_name=yr Symbol, attribution=Weather forecast from yr.no, delivered by the Norwegian Meteorological Institute and the NRK. @ 2020-03-30T01:54:50.929491+08:00>, old_state=None>
2020-03-30 01:54:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sensor.yr_symbol, new_state=<state sensor.yr_symbol=9; entity_picture=//api.met.no/weatherapi/weathericon/1.1/?symbol=9;content_type=image/png, friendly_name=yr Symbol, attribution=Weather forecast from yr.no, delivered by the Norwegian Meteorological Institute and the NRK. @ 2020-03-30T01:54:52.249826+08:00>, old_state=<state sensor.yr_symbol=unknown; entity_picture=//api.met.no/weatherapi/weathericon/1.1/?symbol=None;content_type=image/png, friendly_name=yr Symbol, attribution=Weather forecast from yr.no, delivered by the Norwegian Meteorological Institute and the NRK. @ 2020-03-30T01:54:50.929491+08:00>>
2020-03-30 01:54:52 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 16.1 seconds.
2020-03-30 01:54:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=sensor>
2020-03-30 01:54:52 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 62.67s
2020-03-30 01:54:52 INFO (MainThread) [homeassistant.core] Starting Home Assistant core loop
2020-03-30 01:54:52 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2020-03-30 01:54:52 INFO (MainThread) [homeassistant.core] Bus:Handling <Event homeassistant_start[L]>
2020-03-30 01:54:52 INFO (MainThread) [homeassistant.core] Timer:starting
2020-03-30 01:55:30 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=sun.sun, new_state=<state sun.sun=below_horizon; elevation=-55.91, friendly_name=Sun, next_rising=2020-03-29T22:21:09+00:00, next_midnight=2020-03-30T16:31:02+00:00, next_dusk=2020-03-30T11:04:12+00:00, azimuth=39.78, next_setting=2020-03-30T10:41:37+00:00, next_dawn=2020-03-29T21:58:33+00:00, next_noon=2020-03-30T04:31:22+00:00 @ 2020-03-30T01:54:36.271656+08:00>, old_state=<state sun.sun=below_horizon; elevation=-56.05, friendly_name=Sun, next_rising=2020-03-29T22:21:09+00:00, next_midnight=2020-03-30T16:31:02+00:00, next_dusk=2020-03-30T11:04:12+00:00, azimuth=39.45, next_setting=2020-03-30T10:41:37+00:00, next_dawn=2020-03-29T21:58:33+00:00, next_noon=2020-03-30T04:31:22+00:00 @ 2020-03-30T01:54:36.271656+08:00>>
作为一个小白,真的不知道怎么办,希望群里的高手们能伸手帮我一把,小弟在此谢过。
|
|