Please help. Out of nowwhere I started to get this error when creating a thread in OpenAI API. I didn’t change anything, it worked yesterday and before just fine…
This is full error:
{
“error”: {
“message”: “Unsupported content type: ‘mul…704’. This API method only accepts ‘application/json’ requests, but you specified the header ‘Content-Type: mul…704’. Please try again with a supported content type.”,
“type”: “invalid_request_error”,
“param”: null,
“code”: “unsupported_content_type”
},
“VF_STATUS_CODE”: 400,
“VF_HEADERS”: {
“alt-svc”: “h3=”:443"; ma=86400",
“cf-cache-status”: “DYNAMIC”,
“cf-ray”: “854b2e3c2ac0059e-IAD”,
“connection”: “close”,
“content-length”: “334”,
“content-type”: “application/json”,
“date”: “Tue, 13 Feb 2024 06:58:02 GMT”,
“openai-organization”: “webdoctor-sp-z-o-o”,
“openai-processing-ms”: “39”,
“openai-version”: “2020-10-01”,
“server”: “cloudflare”,
“set-cookie”: “__cf_bm=B0V3b7_wt8wUbQqXHBpxs6_8PSeECn0MdYKNLbdLcww-1707807482-1-AdSEcLUAzFgnQzOusWLtMlfdDysokdh+PHu72RIA+yyQjTm5Y5n/j1lBU2X79SuzQtNtQgXcSpxEG6VHgHlrdEs=; path=/; expires=Tue, 13-Feb-24 07:28:02 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=BknGBzX320JUA5FlwdMp4M.2ZxJkcvJTuuCuwWTDSQk-1707807482354-0-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None”,
“strict-transport-security”: “max-age=15724800; includeSubDomains”,
“x-request-id”: “req_8157cfd7ecfa0733564909fea37fc9cd”
}
}
Please help.