jcozar
06/07/2023, 7:00 AMTraceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/h2/connection.py", line 224, in process_input
func, target_state = self._transitions[(self.state, input_)]
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
KeyError: (<ConnectionState.CLOSED: 3>, <ConnectionInputs.SEND_HEADERS: 0>)
During handling of the above exception, another exception occurred:
...
httpx.LocalProtocolError: Invalid input ConnectionInputs.SEND_HEADERS in state
ConnectionState.CLOSED
Backing off due to consecutive errors, using increased interval of 120.0s.
Resetting backoff due to successful run.
jcozar
06/07/2023, 7:04 AM06:54:21.039 | ERROR | prefect.agent - Flow run 'XXXX' does not have an infrastructure pid attached. Cancellation cannot be guaranteed.
Doing all of that, finally it was solved. This is the second time it happens to me, I just gives you the information in case it helps to debug something. Ask me anything you need! 🙂Jake Kaplan
06/07/2023, 1:40 PMjcozar
06/08/2023, 6:42 PM2.10.9
. I will update it to the latest! Thank you! 🙂