You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.12/asyncio/runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "uvloop/loop.pyx", line 1517, in uvloop.loop.Loop.run_until_complete
File "<stdin>", line 6, in run
File "uvloop/loop.pyx", line 2629, in sock_sendto
NotImplementedError
The text was updated successfully, but these errors were encountered:
I had a similar issue with sock_recvfrom. It took me a while to figure out what was going on because I was using Sanic and hadn't actually heard of uvloop. I got around it by disabling it in the Sanic config but it would be nice if these methods could be implemented.
PYTHONASYNCIODEBUG
in env?: Not a bugThe uvloop not implement method sock_sendto.
The simple test case that reproduces the problem:
uvloop == 0.20.0 response:
The text was updated successfully, but these errors were encountered: