nonebot / aiocqhttp

A Python SDK with async I/O for CQHTTP (OneBot).
https://aiocqhttp.nonebot.dev
MIT License
280 stars 39 forks source link

只要开启酷q后 运行py 报错WinError 10014 #22

Closed gbafsh closed 4 years ago

gbafsh commented 4 years ago

之前用是好的,今天用就报错 python 3.8.0 future: <Task finished name='Task-4' coro=<IocpProactor.accept..accept_coro() done, defined at C:\Users\gbaf\AppData\Local\Programs\Python\Python38\lib\asyncio\windows_events.py:559> exception=OSError(10014, '系统检测到在一个调用中尝试使用指针参数时的无效指针地址。', None, 10014, None)> Traceback (most recent call last): File "C:\Users\gbaf\AppData\Local\Programs\Python\Python38\lib\asyncio\windows_events.py", line 562, in accept_coro await future File "C:\Users\gbaf\AppData\Local\Programs\Python\Python38\lib\asyncio\proactor_events.py", line 801, in loop conn, addr = f.result() File "C:\Users\gbaf\AppData\Local\Programs\Python\Python38\lib\asyncio\windows_events.py", line 808, in _poll value = callback(transferred, key, ov) File "C:\Users\gbaf\AppData\Local\Programs\Python\Python38\lib\asyncio\windows_events.py", line 557, in finish_accept return conn, conn.getpeername() OSError: [WinError 10014] 系统检测到在一个调用中尝试使用指针参数时的无效指针地址。