Advertisement
Guest User

MQtt Error

a guest
Jan 23rd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. 17-01-23 09:00:49 homeassistant.components.mqtt.server: Error initializing MQTT server
  2. Traceback (most recent call last):
  3. File "C:\Users\MyUser\AppData\Roaming\.homeassistant\deps\hbmqtt\broker.py", line 185, in _build_listeners_config
  4. listeners_config = broker_config['listeners']
  5. KeyError: 'listeners'
  6.  
  7. During handling of the above exception, another exception occurred:
  8.  
  9. Traceback (most recent call last):
  10. File "C:\Users\MyUser\AppData\Local\Programs\Python\Python35-32\lib\site-packages\homeassistant\components\mqtt\server.py", line 31, in start
  11. broker = Broker(server_config, hass.loop)
  12. File "C:\Users\MyUser\AppData\Roaming\.homeassistant\deps\hbmqtt\broker.py", line 157, in __init__
  13. self._build_listeners_config(self.config)
  14. File "C:\Users\MyUser\AppData\Roaming\.homeassistant\deps\hbmqtt\broker.py", line 192, in _build_listeners_config
  15. raise BrokerException("Listener config not found invalid: %s" % ke)
  16. hbmqtt.broker.BrokerException: Listener config not found invalid: 'listeners'
  17. 17-01-23 09:00:49 homeassistant.components.mqtt: Unable to start broker and auto-configure MQTT
  18. 17-01-23 09:00:49 homeassistant.bootstrap: component mqtt failed to initialize
  19. 17-01-23 09:00:52 homeassistant.components.mqtt.server: Error initializing MQTT server
  20. Traceback (most recent call last):
  21. File "C:\Users\MyUser\AppData\Roaming\.homeassistant\deps\hbmqtt\broker.py", line 185, in _build_listeners_config
  22. listeners_config = broker_config['listeners']
  23. KeyError: 'listeners'
  24.  
  25. During handling of the above exception, another exception occurred:
  26.  
  27. Traceback (most recent call last):
  28. File "C:\Users\MyUser\AppData\Local\Programs\Python\Python35-32\lib\site-packages\homeassistant\components\mqtt\server.py", line 31, in start
  29. broker = Broker(server_config, hass.loop)
  30. File "C:\Users\MyUser\AppData\Roaming\.homeassistant\deps\hbmqtt\broker.py", line 157, in __init__
  31. self._build_listeners_config(self.config)
  32. File "C:\Users\MyUser\AppData\Roaming\.homeassistant\deps\hbmqtt\broker.py", line 192, in _build_listeners_config
  33. raise BrokerException("Listener config not found invalid: %s" % ke)
  34. hbmqtt.broker.BrokerException: Listener config not found invalid: 'listeners'
  35. 17-01-23 09:00:52 homeassistant.components.mqtt: Unable to start broker and auto-configure MQTT
  36. 17-01-23 09:00:52 homeassistant.bootstrap: component mqtt failed to initialize
  37. 17-01-23 09:00:52 homeassistant.bootstrap: Component mqtt failed to setup
  38. 17-01-23 09:00:52 homeassistant.bootstrap: Unable to prepare setup for platform sensor.mqtt because dependency mqtt could not be initialized
  39. 17-01-23 09:00:53 homeassistant.core: Error doing job: Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...\x85\x02\x00'>)
  40. Traceback (most recent call last):
  41. File "C:\Users\MyUser\AppData\Local\Programs\Python\Python35-32\lib\asyncio\events.py", line 125, in _run
  42. self._callback(*self._args)
  43. File "C:\Users\MyUser\AppData\Local\Programs\Python\Python35-32\lib\asyncio\proactor_events.py", line 181, in _loop_reading
  44. self._closing)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement