Marcus Hughes
02/18/2025, 12:23 PMBianca Hoch
02/18/2025, 4:46 PMMarcus Hughes
02/18/2025, 7:33 PMMarcus Hughes
02/18/2025, 10:55 PMEncountered exception during execution: PrefectHTTPStatusError("Server error '500 Internal Server Error' for url '<http://127.0.0.1:4200/api/flow_runs/787dc3cb-b274-4932-8ab8-8be4fb88548d/set_state>'\nResponse:
{'exception_message': 'Internal Server Error'}\nFor more information check: <https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500>
")
Traceback (most recent call last):
File "/home/marcus.hughes/build4/venv/lib64/python3.11/site-packages/prefect/flow_engine.py", line 655, in run_context
yield self
File "/home/marcus.hughes/build4/venv/lib64/python3.11/site-packages/prefect/flow_engine.py", line 699, in run_flow_sync
engine.call_flow_fn()
File "/home/marcus.hughes/build4/venv/lib64/python3.11/site-packages/prefect/flow_engine.py", line 679, in call_flow_fn
self.handle_success(result)
File "/home/marcus.hughes/build4/venv/lib64/python3.11/site-packages/prefect/flow_engine.py", line 282, in handle_success
self.set_state(terminal_state)
File "/home/marcus.hughes/build4/venv/lib64/python3.11/site-packages/prefect/flow_engine.py", line 230, in set_state
state = propose_state_sync(
^^^^^^^^^^^^^^^^^^^
File "/home/marcus.hughes/build4/venv/lib64/python3.11/site-packages/prefect/utilities/engine.py", line 534, in propose_state_sync
response = set_state_and_handle_waits(set_state)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/marcus.hughes/build4/venv/lib64/python3.11/site-packages/prefect/utilities/engine.py", line 518, in set_state_and_handle_waits
response = set_state_func()
^^^^^^^^^^^^^^^^
File "/home/marcus.hughes/build4/venv/lib64/python3.11/site-packages/prefect/client/orchestration.py", line 3982, in set_flow_run_state
response = <http://self._client.post|self._client.post>(
^^^^^^^^^^^^^^^^^^
File "/home/marcus.hughes/build4/venv/lib64/python3.11/site-packages/httpx/_client.py", line 1157, in post
return self.request(
^^^^^^^^^^^^^
File "/home/marcus.hughes/build4/venv/lib64/python3.11/site-packages/httpx/_client.py", line 837, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/marcus.hughes/build4/venv/lib64/python3.11/site-packages/prefect/client/base.py", line 575, in send
response.raise_for_status()
File "/home/marcus.hughes/build4/venv/lib64/python3.11/site-packages/prefect/client/base.py", line 174, in raise_for_status
raise PrefectHTTPStatusError.from_httpx_error(exc) from exc.__cause__
prefect.exceptions.PrefectHTTPStatusError: Server error '500 Internal Server Error' for url '<http://127.0.0.1:4200/api/flow_runs/787dc3cb-b274-4932-8ab8-8be4fb88548d/set_state>'
Response: {'exception_message': 'Internal Server Error'}
For more information check: <https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500>
03:14:22 PM
prefect.flow_runs
Finished in state Failed("Flow run encountered an exception: PrefectHTTPStatusError: Server error '500 Internal Server Error' for url '<http://127.0.0.1:4200/api/flow_runs/787dc3cb-b274-4932-8ab8-8be4fb88548d/set_state>'\nResponse:
{'exception_message': 'Internal Server Error'}\nFor more information check: <https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500>