Arthur
06/26/2024, 10:10 AMasyncio - Exception in callback SubprocessStreamProtocol.pipe_data_received(1, b'accepted: 0...pted: 1 (1)\n')
handle: <Handle SubprocessStreamProtocol.pipe_data_received(1, b'accepted: 0...pted: 1 (1)\n')>
Traceback (most recent call last):
File "/usr/lib/python3.11/asyncio/events.py", line 84, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib/python3.11/asyncio/subprocess.py", line 72, in pipe_data_received
reader.feed_data(data)
File "/usr/lib/python3.11/asyncio/streams.py", line 498, in feed_data
assert not self._eof, 'feed_data after feed_eof'
^^^^^^^^^^^^^
AssertionError: feed_data after feed_eof
I've seen issues raised on github for similar errors using `ShellOperations, but nothing for python with threading.
we're using version 2.19.6, self hosted.
can anyone help with this?Arthur
06/28/2024, 8:14 AMJenny
06/28/2024, 9:21 AMArthur
06/28/2024, 11:54 AMJenny
06/28/2024, 4:21 PM