|
发表于 2018-5-25 21:31:15
|
显示全部楼层
麻烦楼主帮我看下怎么解决,第4步都安装成功了,第5步出现了错误
2018-05-25 21:10:20 ERROR (MainThread) [homeassistant.setup] Error during setup of component frontend
Traceback (most recent call last):
File "/opt/lib/python3.6/site-packages/homeassistant/setup.py", line 142, in _async_setup_component
result = await component.async_setup(hass, processed_config)
File "/opt/lib/python3.6/site-packages/homeassistant/components/frontend/__init__.py", line 327, in async_setup
import hass_frontend
ModuleNotFoundError: No module named 'hass_frontend'
2018-05-25 21:10:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=persistent_no tification, service=create, service_data=title=Invalid config, message=The following components and platforms could not be set up:
- [frontend](https://home-assistant.io/components/frontend/)
Please check your config., notification_id=invalid_config, service_call_id=17980144-2>
2018-05-25 21:10:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persisten t_notification.invalid_config, old_state=None, new_state=<state persistent_notification.invalid_config=notifying; ti tle=Invalid config, message=The following components and platforms could not be set up:
- [frontend](https://home-assistant.io/components/frontend/)
Please check your config. @ 2018-05-25T21:10:20.239222+08:00>>
2018-05-25 21:10:20 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id= 17980144-2>
^CTraceback (most recent call last):
File "/runpy.py", line 193, in _run_module_as_main
File "/runpy.py", line 85, in _run_code
File "/opt/lib/python3.6/site-packages/homeassistant/__main__.py", line 376, in <module>
sys.exit(main())
File "/opt/lib/python3.6/site-packages/homeassistant/__main__.py", line 368, in main
exit_code = setup_and_run_hass(config_dir, args)
File "/opt/lib/python3.6/site-packages/homeassistant/__main__.py", line 273, in setup_and_run_hass
log_no_color=args.log_no_color)
File "/opt/lib/python3.6/site-packages/homeassistant/bootstrap.py", line 179, in from_config_file
log_rotate_days, log_file, log_no_color)
File "/base_events.py", line 454, in run_until_complete
File "/base_events.py", line 421, in run_forever
File "/base_events.py", line 1390, in _run_once
File "/selectors.py", line 445, in select
KeyboardInterrupt
^CException ignored in: <module 'threading' from '/opt/lib/python3.6/threading.pyc'>
Traceback (most recent call last):
File "/threading.py", line 1294, in _shutdown
File "/threading.py", line 1056, in join
File "/threading.py", line 1072, in _wait_for_tstate_lock
KeyboardInterrupt
|
|