vatsrahul1001 commented on issue #55470:
URL: https://github.com/apache/airflow/issues/55470#issuecomment-3276585854

   I think its not only deferred state. When I try to click on task in running 
state I get this
   
   `uring handling of the above exception, another exception occurred:
   
   Traceback (most recent call last):
     File 
"/opt/airflow/airflow-core/src/airflow/utils/log/file_task_handler.py", line 
876, in _read_from_logs_server
       response = _fetch_logs_from_service(url, rel_path)
     File 
"/opt/airflow/airflow-core/src/airflow/utils/log/file_task_handler.py", line 
185, in _fetch_logs_from_service
       response = requests.get(
     File "/usr/python/lib/python3.10/site-packages/requests/api.py", line 73, 
in get
       return request("get", url, params=params, **kwargs)
     File "/usr/python/lib/python3.10/site-packages/requests/api.py", line 59, 
in request
       return session.request(method=method, url=url, **kwargs)
     File "/usr/python/lib/python3.10/site-packages/requests/sessions.py", line 
589, in request
       resp = self.send(prep, **send_kwargs)
     File "/usr/python/lib/python3.10/site-packages/requests/sessions.py", line 
703, in send
       r = adapter.send(request, **kwargs)
     File "/usr/python/lib/python3.10/site-packages/requests/adapters.py", line 
677, in send
       raise ConnectionError(e, request=request)
   requests.exceptions.ConnectionError: HTTPConnectionPool(host='a9567e2a2831', 
port=8793): Max retries exceeded with url: 
/log/dag_id=on_success_callback/run_id=manual__2025-09-10T20:52:09.382203+00:00/task_id=check_logs/attempt=1.log
 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 
0xffff5de0efe0>: Failed to establish a new connection: [Errno 111] Connection 
refused'))`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to