gpt_academic icon indicating copy to clipboard operation
gpt_academic copied to clipboard

[Bug]: localhost访问被拒绝

Open 91mrhu opened this issue 1 year ago • 2 comments

Installation Method | 安装方法与平台

Anaconda (I used latest requirements.txt)

Version | 版本

Latest | 最新版

OS | 操作系统

Windows

Describe the bug | 简述

安装完成后运行无法打开网页 显示访问被拒绝 换成localhost或127.0.0.1都不行 edge Firefox Chrome都不行 按其他回答内设置隐私模式也不行

Screen Shot | 有帮助的截图

image image image image

Terminal Traceback & Material to Help Reproduce Bugs | 终端traceback(如有) + 帮助我们复现的测试材料样本(如有)

No response

91mrhu avatar Feb 21 '24 09:02 91mrhu

2024-02-21 15:39:48 ERROR Accept failed on a socket socket: <asyncio.TransportSocket fd=2020, family=2, type=1, proto=6, laddr=('0.0.0.0', 64107)> Traceback (most recent call last): File "C:\Users\36971.conda\envs\gptac4\Lib\asyncio\proactor_events.py", line 843, in loop conn, addr = f.result() ^^^^^^^^^^ File "C:\Users\36971.conda\envs\gptac4\Lib\asyncio\windows_events.py", line 846, in _poll value = callback(transferred, key, ov) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\36971.conda\envs\gptac4\Lib\asyncio\windows_events.py", line 595, in finish_accept return conn, conn.getpeername() ^^^^^^^^^^^^^^^^^^ OSError: [WinError 10014] 系统检测到在一个调用中尝试使用指针参数时的无效指针地址。 2024-02-21 15:39:48 ERROR Task exception was never retrieved future: <Task finished name='Task-7' coro=<IocpProactor.accept..accept_coro() done, defined at C:\Users\36971.conda\envs\gptac4\Lib\asyncio\windows_events.py:597> exception=OSError(14, '系统检测到在一个调用中尝试使用指针参数时的无效指针地址。', None, 10014, None)> Traceback (most recent call last): File "C:\Users\36971.conda\envs\gptac4\Lib\asyncio\windows_events.py", line 600, in accept_coro await future OSError: [WinError 10014] 系统检测到在一个调用中尝试使用指针参数时的无效指针地址。

91mrhu avatar Feb 21 '24 10:02 91mrhu

无法复现,请尝试一键安装脚本

binary-husky avatar Feb 25 '24 13:02 binary-husky