We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
后台报错“由于目标计算机积极拒绝,无法连接。”
简要说明、截图、复现步骤等,也可以是需求或想法 l
[在此处粘贴终端日志]
[INFO][2023-03-05 22:53:07][chat_gpt_bot.py:26] - [OPEN_AI] query=你是谁 [WARNING][2023-03-05 22:53:13][chat_gpt_bot.py:74] - Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/chat/completions (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000002C85C64E2E0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))) [WARNING][2023-03-05 22:53:13][chat_gpt_bot.py:75] - [OPEN_AI] APIConnection failed [INFO][2023-03-05 22:53:13][wechat_channel.py:108] - [WX] sendMsg=[bot] 我连接不到你的网络, receiver=@8eda300adfadb0cc88ec738e008a1d28e3977b4d727caa0769b04437a8b241ec
python3 -V
pip3 -V
The text was updated successfully, but these errors were encountered:
see #310
Sorry, something went wrong.
No branches or pull requests
前置确认
问题描述
后台报错“由于目标计算机积极拒绝,无法连接。”
终端日志 (如有报错)
[INFO][2023-03-05 22:53:07][chat_gpt_bot.py:26] - [OPEN_AI] query=你是谁
[WARNING][2023-03-05 22:53:13][chat_gpt_bot.py:74] - Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/chat/completions (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000002C85C64E2E0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')))
[WARNING][2023-03-05 22:53:13][chat_gpt_bot.py:75] - [OPEN_AI] APIConnection failed
[INFO][2023-03-05 22:53:13][wechat_channel.py:108] - [WX] sendMsg=[bot] 我连接不到你的网络, receiver=@8eda300adfadb0cc88ec738e008a1d28e3977b4d727caa0769b04437a8b241ec
环境
python3 -V
): python 9.1pip3 -V
):The text was updated successfully, but these errors were encountered: