OpenAI HTTP Error (spotted in ruby-openai 6.3.1): {"error"=>{"message"=>"The server had an error while processing your request. Sorry about that!", "type"=>"server_error", "param"=>nil, "code"=>nil}}
OpenAI HTTP Error (spotted in ruby-openai 6.3.1): {"error"=>{"message"=>"The server had an error while processing your request. Sorry about that! You can retry your request, or contact us through our help center at help.openai.com if the error persists. (Please include the request ID blah in your message.)", "type"=>"server_error", "param"=>nil, "code"=>nil}}
I’m hitting the server repeatedly and most go through but it only takes one failure to stop the train. I suppose I need to build in a retry to my rake task but I’m trying to avoid spawning sidekiq jobs for this task.
Thanks for the clarification. Yes, retry with exponential backoff and timeouts are requirements for a production ready application, there will be transient infra errors from time to time due to the shear load on the system and other out of building failover cases, I usually also implement some kind of user feedback “progress bar” if there is an end user expecting results in real-time.
I feel your pain and I will report it back to OpenAI, but the level of demand for a resource limited service is staggering. It needs to get better and that is a primary focus. The bottom line is a very in demand product that is making use of massive amounts of hardware and network bandwidth that is very sensitive to small variations.
It was not meant to dumb down the issue. Was just trying to check if there is perhaps a systemic server issue that would prevent any requests from getting through.
I was getting about 10% “500 server error” failures on chat completions just running a batch of 10 earlier today. Not a blip on the “downtime” report. Not a reason for a parse error in the type of request.
…as may come about in large scale neural network installations from tectonic activity or human physical activity in proximity to racks of computation devices…