johannesthird commented on issue #53797:
URL: https://github.com/apache/airflow/issues/53797#issuecomment-3458423264
I've got the same issue as Tyhoning: When I run my dag from within the UI I
get a mismatch error. When running it from the command line (`airflow` dags
test my_first_dag`) it works and can be reviewed in the UI. But within the UI I
can see the following which could be an indicator of a bigger problem:
**Log message source details sources=["Could not read served logs:
HTTPConnectionPool(host='847c3a83bc2e', port=8793): Max retries exceeded with
url:
/log/dag_id=my_first_dag/run_id=manual__2025-10-28T20:36:52.057287+00:00/task_id=my_first_task/attempt=1.log
(Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at
0x791ab34b0290>: Failed to establish a new connection: [Errno 111] Connection
refused'))"]**
"847c3a83bc2e" is the ID of my airflow scheduler container to which I
connected to run `airflow` dags test my_first_dag`.
--
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]