LiangYang666/ChatGPT-Web

equest error

Opened this issue · 6 comments

request error: ('Connection aborted.', OSError(0, 'Error'))

您好,请问程序报错了吗

感觉是系统包报错,麻烦看下程序报错情况,看看具体在哪个位置报错

其实是request没有设置代理,需要自己添加proxies参数,代码中有两处都要添加。
response = requests.request("POST", url, headers=header, json=data, stream=True, proxies=proxies)