Stuck! HTTP 404 error open ai

Hello I am using OpenAI - Assistants API plugin for assistant AI and getting an HTTP 404 error. Originally I was getting a HTTP 400 error but I formatted as json safe and now getting the HTTP 404 error. I think the error might be on the create run event. Here are my create message and create run workflow screen shots. Does anyone know what the error is here? I have been stuck on this for days.




404 error mean that the endpoint is not found. The thread ID seem wrong. Share screenshot of API Connector. Also, why do you encode as json-safe the thread ID? … Pretty sure you shouldn’t do that.
400 error was probably more related to the content field…

I fixed the json safe and the error is still occurring. Here are the screenshots of the plug in that I am using along with my api keys attached to it. I do not have an api connector for this. In the tutorial there was nothing said about using the api connector. Do I need to do that?


There’s a lot of topic on OpenAI that could help you to do it in API Connector. I,ve checked the plugin “code” (you could also do that and check how it’s set because it’s free and it’s using API Connector…) and you cannot encode as json-safe the thread ID. And the content part could be encoded but you will need to remove the doublequotes that the encode as json-safe add at the beginning and end because the call already include them. If you set it yourself, you will be able to remove it from the API Connector and at this moment use arbitrary text:encode as json-safe for the content field

This topic was automatically closed after 70 days. New replies are no longer allowed.