rayate2410
rayate2410
I'm facing similar issue when I'm trying to use this with a tornado application. Getting below error. ``` sys:1: RuntimeWarning: coroutine 'main' was never awaited RuntimeWarning: Enable tracemalloc to get...
Facing the same issue. ```python WARNING:aiortc.rtcdtlstransport:RTCDtlsTransport(client) Traceback (most recent call last): File "/home/workspace/aiortc/examples/server/aiortc_venv/lib64/python3.11/site-packages/aiortc/rtcdtlstransport.py", line 517, in __run await self._recv_next() File "/home/workspace/aiortc/examples/server/aiortc_venv/lib64/python3.11/site-packages/aiortc/rtcdtlstransport.py", line 614, in _recv_next await self._handle_rtcp_data(data) File "/home/workspace/aiortc/examples/server/aiortc_venv/lib64/python3.11/site-packages/aiortc/rtcdtlstransport.py", line...
Facing the same issue. Running docker inside WSL on windows. And have SUSE based image to run the realsense SDK, unable to detect the camera inside the docker container.