Error while trying to create new thread

Please help. :pray: 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. :pray:

Hi,
I’m having the same problem. Worked fine yersteday but this morning i have Unsupported content type: ‘application/json; charset=UTF-8’. This API method only accepts ‘application/json’ requests, but you specified the header ‘Content-Type: application/json; charset=UTF-8’. Please try again with a supported content type. It happens when i try to create a thread.

I’m using a java lib, so i’m not supposed to handle calls to openAI. Is that your case too ?

2 Likes

Getting the exact same error when doing ‘conversation with an assistant’ from Zapier. All my automations stopped working and getting this error now.

Seems to come from the library I’m using. I’m waiting for the PR/fix to be approved but it looks like my problem is about to be resolved.

If that can help someone : I’m using the java lib TheoKanning/openai-java (community). The PR which should correct the problem is #466