Guest User

Untitled

a guest
Sep 26th, 2023
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. fcm_1 | _GatheringFuture exception was never retrieved
  2. fcm_1 | future: <_GatheringFuture finished exception=ConnectionRefusedErro r(111, 'Connection refused')>
  3. fcm_1 | Traceback (most recent call last):
  4. fcm_1 | File "/app/fcc_telemetry.py", line 59, in run_non_blocking
  5. fcm_1 | super().run_non_blocking()
  6. fcm_1 | File "/usr/local/lib/python3.9/site-packages/bell/avr/mqtt/clien t.py", line 273, in run_non_blocking
  7. fcm_1 | self._mqtt_client.connect(host=self.mqtt_host, port=self.mqtt_ port, keepalive=60)
  8. fcm_1 | File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py ", line 914, in connect
  9. fcm_1 | return self.reconnect()
  10. fcm_1 | File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py ", line 1044, in reconnect
  11. fcm_1 | sock = self._create_socket_connection()
  12. fcm_1 | File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py ", line 3685, in _create_socket_connection
  13. fcm_1 | return socket.create_connection(addr, timeout=self._connect_ti meout, source_address=source)
  14. fcm_1 | File "/usr/local/lib/python3.9/socket.py", line 844, in create_c onnection
  15. fcm_1 | raise err
  16. fcm_1 | File "/usr/local/lib/python3.9/socket.py", line 832, in create_c onnection
  17. fcm_1 | sock.connect(sa)
  18. fcm_1 | ConnectionRefusedError: [Errno 111] Connection refused
  19. fcm_1 | _GatheringFuture exception was never retrieved
  20. fcm_1 | future: <_GatheringFuture finished exception=ConnectionRefusedErro r(111, 'Connection refused')>
  21. fcm_1 | Traceback (most recent call last):
  22. fcm_1 | File "/app/fcc_control.py", line 127, in run_non_blocking
  23. fcm_1 | super().run_non_blocking()
  24. fcm_1 | File "/usr/local/lib/python3.9/site-packages/bell/avr/mqtt/clien t.py", line 273, in run_non_blocking
  25. fcm_1 | self._mqtt_client.connect(host=self.mqtt_host, port=self.mqtt_ port, keepalive=60)
  26. fcm_1 | File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py ", line 914, in connect
  27. fcm_1 | return self.reconnect()
  28. fcm_1 | File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py ", line 1044, in reconnect
  29. fcm_1 | sock = self._create_socket_connection()
  30. fcm_1 | File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py ", line 3685, in _create_socket_connection
  31. fcm_1 | return socket.create_connection(addr, timeout=self._connect_ti meout, source_address=source)
  32. fcm_1 | File "/usr/local/lib/python3.9/socket.py", line 844, in create_c onnection
  33. fcm_1 | raise err
  34. fcm_1 | File "/usr/local/lib/python3.9/socket.py", line 832, in create_c onnection
  35. fcm_1 | sock.connect(sa)
  36. fcm_1 | ConnectionRefusedError: [Errno 111] Connection refused
  37. fcm_1 | 2023-09-26 19:11:24.431 | DEBUG | __main__:run_non_blocking:52
Advertisement
Add Comment
Please, Sign In to add comment