Advertisement
Predator004

Untitled

May 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. 2019-05-16 13:31:37 DEBUG poll: Link connection attempt MQTT 127.0.0.1:1883
  2. 2019-05-16 13:31:37 ERROR Mqtt: MQTT connection error to 127.0.0.1 1883
  3. Traceback (most recent call last):
  4. File "/usr/lib/python3.6/site-packages/insteon_mqtt/network/Mqtt.py", line 201, in connect
  5. keepalive=self.keep_alive)
  6. File "/usr/lib/python3.6/site-packages/paho/mqtt/client.py", line 839, in connect
  7. return self.reconnect()
  8. File "/usr/lib/python3.6/site-packages/paho/mqtt/client.py", line 962, in reconnect
  9. sock = socket.create_connection((self._host, self._port), source_address=(self._bind_address, 0))
  10. File "/usr/lib/python3.6/socket.py", line 724, in create_connection
  11. raise err
  12. File "/usr/lib/python3.6/socket.py", line 713, in create_connection
  13. sock.connect(sa)
  14. ConnectionRefusedError: [Errno 111] Connection refused
  15. 2019-05-16 13:31:37 DEBUG poll: Link connection failed MQTT 127.0.0.1:1883
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement