Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fcm_1 | _GatheringFuture exception was never retrieved
- fcm_1 | future: <_GatheringFuture finished exception=ConnectionRefusedErro r(111, 'Connection refused')>
- fcm_1 | Traceback (most recent call last):
- fcm_1 | File "/app/fcc_telemetry.py", line 59, in run_non_blocking
- fcm_1 | super().run_non_blocking()
- fcm_1 | File "/usr/local/lib/python3.9/site-packages/bell/avr/mqtt/clien t.py", line 273, in run_non_blocking
- fcm_1 | self._mqtt_client.connect(host=self.mqtt_host, port=self.mqtt_ port, keepalive=60)
- fcm_1 | File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py ", line 914, in connect
- fcm_1 | return self.reconnect()
- fcm_1 | File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py ", line 1044, in reconnect
- fcm_1 | sock = self._create_socket_connection()
- fcm_1 | File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py ", line 3685, in _create_socket_connection
- fcm_1 | return socket.create_connection(addr, timeout=self._connect_ti meout, source_address=source)
- fcm_1 | File "/usr/local/lib/python3.9/socket.py", line 844, in create_c onnection
- fcm_1 | raise err
- fcm_1 | File "/usr/local/lib/python3.9/socket.py", line 832, in create_c onnection
- fcm_1 | sock.connect(sa)
- fcm_1 | ConnectionRefusedError: [Errno 111] Connection refused
- fcm_1 | _GatheringFuture exception was never retrieved
- fcm_1 | future: <_GatheringFuture finished exception=ConnectionRefusedErro r(111, 'Connection refused')>
- fcm_1 | Traceback (most recent call last):
- fcm_1 | File "/app/fcc_control.py", line 127, in run_non_blocking
- fcm_1 | super().run_non_blocking()
- fcm_1 | File "/usr/local/lib/python3.9/site-packages/bell/avr/mqtt/clien t.py", line 273, in run_non_blocking
- fcm_1 | self._mqtt_client.connect(host=self.mqtt_host, port=self.mqtt_ port, keepalive=60)
- fcm_1 | File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py ", line 914, in connect
- fcm_1 | return self.reconnect()
- fcm_1 | File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py ", line 1044, in reconnect
- fcm_1 | sock = self._create_socket_connection()
- fcm_1 | File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py ", line 3685, in _create_socket_connection
- fcm_1 | return socket.create_connection(addr, timeout=self._connect_ti meout, source_address=source)
- fcm_1 | File "/usr/local/lib/python3.9/socket.py", line 844, in create_c onnection
- fcm_1 | raise err
- fcm_1 | File "/usr/local/lib/python3.9/socket.py", line 832, in create_c onnection
- fcm_1 | sock.connect(sa)
- fcm_1 | ConnectionRefusedError: [Errno 111] Connection refused
- fcm_1 | 2023-09-26 19:11:24.431 | DEBUG | __main__:run_non_blocking:52
Advertisement
Add Comment
Please, Sign In to add comment