GitHub user love1angel added a comment to the discussion: failed in python3.12 version
i already find the root cause. because my localhost 8080 already used. so i changed the port to 8081 use variable ``` export AIRFLOW__WEBSERVER__WEB_SERVER_PORT=8081 ``` and airflow still trying to use 8080 ``` scheduler | httpx.HTTPStatusError: Client error '403 Forbidden' for url '[http://localhost:8080/execution/task-instances/019abf97-326c-775f-9a7b-0218bb1df549/run'](http://localhost:8080/execution/task-instances/019abf97-326c-775f-9a7b-0218bb1df549/run%27) scheduler | For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403 scheduler | Correlation-id=019abfd1-355a-77de-9b58-38855eb8cd38 ``` GitHub link: https://github.com/apache/airflow/discussions/58797#discussioncomment-15100982 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
