UFO icon indicating copy to clipboard operation
UFO copied to clipboard

Error making API request: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

Open xdzha133733 opened this issue 1 year ago • 5 comments

I followed the Getting Started steps to configure the OpenAI endpoint, but encountered an error during execution. Error making API request: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

In the config.yml, I ONLY modified the following parameters: OPENAI_API_BASE: "https://api.openai.com/v1/chat/completions" OPENAI_API_KEY: "###"

Could anybody tell me why and how to solve it ?

xdzha133733 avatar Feb 20 '24 13:02 xdzha133733

How often does it happen? Could be hitting your rate limits.

vyokky avatar Feb 20 '24 14:02 vyokky

How often does it happen? Could be hitting your rate limits.

every time , and my rate limits in openai are still sufficient

xdzha133733 avatar Feb 21 '24 10:02 xdzha133733

It seems to be a connection error on the openai server. Perhaps you can try turn on/off your VPN, change to a different machine to request, wait and try again etc.

vyokky avatar Feb 21 '24 11:02 vyokky

had the same issue, i have no VPN, this was my first launch

Kermiss avatar Feb 23 '24 12:02 Kermiss

Thanks for the help! I had the same problem and it was an issue with my VPN, restarting it seemed to work

justinblin avatar Jun 13 '24 23:06 justinblin