can't run
Open
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
Accept failed on a socket
socket:
Traceback (most recent call last):
File "asyncio\proactor_events.py", line 825, in loop
File "asyncio\windows_events.py", line 821, in _poll
File "asyncio\windows_events.py", line 570, in finish_accept
OSError: [WinError 10014] 系统检测到在一个调用中尝试使用指针参数时的无效指针地址。
Task exception was never retrieved
future: .accept_coro() done, defined at asyncio\windows_events.py:572> exception=OSError(14, '系统检测到在一个调用中尝试使用指针参数时的无效指针地址。', None, 10014, None)>
Traceback (most recent call last):
File "asyncio\windows_events.py", line 575, in accept_coro
OSError: [WinError 10014] 系统检测到在一个调用中尝试使用指针参数时的无效指针地址。
Contributor guide
Assessment
This issue has not been assessed yet.