Hey guys, I have received code 429 Too Many Requests with the message “The server had an error while processing your request. Sorry about that!” for all my requests today.
I have only made a few requests total today all day, so I don’t think I exceeded a rate limit. I am also far under my allotted dollar amount so it is not related to that. Anyone else’s requests being all blocked with this code?
StatusCode: 429, ReasonPhrase: ‘Too Many Requests’
{
Connection: keep-alive
Access-Control-Allow-Origin: *
Openai-Model: gpt-4-0314
Openai-Organization: myorg
Openai-Processing-Ms: 162
Openai-Version: 2020-10-01
Strict-Transport-Security: max-age=15724800; includeSubDomains
X-Ratelimit-Limit-Requests: 200
X-Ratelimit-Remaining-Requests: 199
X-Ratelimit-Reset-Requests: 300ms
X-Request-Id: requestid
Date: Thu, 23 Mar 2023 20:02:25 GMT
Content-Length: 176
Content-Type: application/json
}System.Net.Http.StreamContent
{
“error”: {
“message”: “The server had an error while processing your request. Sorry about that!”,
“type”: “server_error”,
“param”: null,
“code”: null
}
}