- 积分
- 132
- 金钱
- 108
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
注册会员
- 积分
- 132
- 金钱
- 108
- HASS币
- 0
|
发表于 2017-9-17 11:26:15
|
显示全部楼层
2017-09-17 14:23:09 ERROR (MainThread) [hbmqtt.broker] Broker startup failed: [Errno 98] error while attempting to bind on address ('0.0.0.0', 1883): address already in use
2017-09-17 14:23:09 ERROR (MainThread) [homeassistant.components.mqtt.server] Error initializing MQTT server
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/base_events.py", line 1042, in create_server
sock.bind(sa)
OSError: [Errno 98] Address already in use
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/hbmqtt/broker.py", line 270, in start
loop=self._loop)
File "/usr/lib/python3.5/asyncio/streams.py", line 113, in start_server
return (yield from loop.create_server(factory, host, port, **kwds))
File "/usr/lib/python3.5/asyncio/base_events.py", line 1046, in create_server
% (sa, err.strerror.lower()))
OSError: [Errno 98] error while attempting to bind on address ('0.0.0.0', 1883): address already in use
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/components/mqtt/server.py", line 48, in async_start
yield from broker.start()
File "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/hbmqtt/broker.py", line 291, in start
raise BrokerException("Broker instance can't be started: %s" % e)
hbmqtt.broker.BrokerException: Broker instance can't be started: [Errno 98] error while attempting to bind on address ('0.0.0.0', 1883): address already in use
2017-09-17 14:23:09 ERROR (MainThread) [homeassistant.components.mqtt] Unable to start MQTT broker.
2017-09-17 14:23:09 ERROR (MainThread) [homeassistant.setup] Setup failed for mqtt: Component failed to initialize.
2017-09-17 14:23:09 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of light.mqtt. Setup failed for dependencies: mqtt
2017-09-17 14:23:09 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform light.mqtt: Could not setup all dependencies.
重装mqtt后 变这样了 |
|