CD2 dap issues

Jump to solution
RichardCarballo
Community Explorer

Hey all, CD2 has been a big pain implementing for my organization, once we finally got the DAP tool working now we have v1.1 out with this mandatory namespace issues now and a mountain of new errors.
With this new 1.1 dap tool, has anyone received and error like:


AssertionError: Data should not be empty
ERROR:asyncio:Exception in callback _SelectorSocketTransport._write_send()
handle: <Handle _SelectorSocketTransport._write_send()>
Traceback (most recent call last):
File "C:\Users\.......\AppData\Local\Programs\Python\Python312\Lib\asyncio\events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\........\AppData\Local\Programs\Python\Python312\Lib\asyncio\selector_events.py", line 1137, in _write_send
assert self._buffer, 'Data should not be empty'


I am getting this quite often and looking for a fix.

0 Likes
1 Solution
RichardCarballo
Community Explorer
Author

This is not a permanent fix but a bypass until resolved, rolling back to python 3.11.X resolved the issue. Seems to be compatibility issue between DAP 1.1 and python 3.12.x

View solution in original post