visual-chatgpt icon indicating copy to clipboard operation
visual-chatgpt copied to clipboard

the session window did not respond

Open isencher opened this issue 2 years ago • 2 comments

When I submitted the session, the session window did not respond, but the terminal showed:

if run vpn agent: > Entering new AgentExecutor chain... Retrying langchain.llms.openai.completion_with_retry.._completion_with_retry in 4.0 seconds as it raised APIConnectionError: Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/completions (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)'))). else: > Entering new AgentExecutor chain... Retrying langchain.llms.openai.completion_with_retry.._completion_with_retry in 4.0 seconds as it raised APIConnectionError: Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/completions (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x00000225C6C287F0>: Failed to establish a new connection: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。')).

isencher avatar Mar 18 '23 03:03 isencher

I've got the same problem, anyone can help me with it? I'd very much appreciatie it!

Aricling avatar Mar 19 '23 17:03 Aricling

This problem is the same as #67, and the provided solution is to specify a proxy in the terminal. However, how can I specify a proxy in the terminal?

isencher avatar Mar 20 '23 02:03 isencher