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

Network is unreachable

Open Kevin111369 opened this issue 2 years ago • 1 comments

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 0x>: Failed to establish a new connection: [Errno 101] Network is unreachable')).

Kevin111369 avatar Mar 16 '23 04:03 Kevin111369

Please check your network can directly access the api.openai.com, and you should use VPN if your IP is in Chinese mainland. You can refer https://github.com/microsoft/visual-chatgpt/issues/112. Thanks~

Wang-Xiaodong1899 avatar Mar 16 '23 09:03 Wang-Xiaodong1899