My calls to the transcriptions API are suddenly failing this afternoon with the following error:
{"cause":{"message":"request to https://api.openai.com/v1/audio/transcriptions failed, reason: socket hang up","type":"system","errno":"ECONNRESET","code":"ECONNRESET"}}
This is happening for every call.
This has never happened before until today, so I thought it might be an outage, but I don’t see anything on the OpenAI status site.
Up for me for a few 15 second length mp3 requests.
I remind you of a joke. I know you’ve heard this joke. At this point where the lady is caught by the cop, the cop comes up to her and says, Lady, you were going 60 miles an hour. And she says, That’s impossible, sir. I was only traveling for seven minutes. Well, of course, it’s ridiculous. And, of course, the question is, how would you answer her if you were the cop? Well, if you were really the cop, then no subtleties are involved. It’s very simple. You say, Tell that to the judge.
That’s interesting…I’m still getting this error. When I tried with axios, I got a 429 error. But I’m definitely not hitting rate limits since I’m only making these requests ad-hoc. No clue what’s going on…
Thanks for the info. The issue is that this is used for a commercial scenario so waiting to call it again later isn’t an option for my use case…It’s not a configuration issue because the same code that’s calling the API hasn’t changed in over a day and it was working fine several hours ago…