Actions just stopped working. Cant read json?

Was fine on May 1 now it cant read the response it gets back but the response is pristine!

Pix to show it happened

Is anyone else haveing issues with actions not working anymore?

2 Likes

second pic because first post would only allow one!

1 Like

nope - all of mine are working fine. I will keep checking though. Sure it is not the API? Have you tested in Postman?

Same here. Actions work mostly fine, but for some reason it can’t read the returned data from some actions. Can’t figure out if it has something to do with the formatting. It says status_code 200 and I can clearly see that the data was received by the GPT, yet it says “Error talking to” and tells me it can’t read anything.

1 Like

Me Too. The data returned as JSON is corrupted, which I think is due to an issue with OpenAI’s configuration.

2 Likes

Yep - same here. Am hoping this is just a temporary glitch

2 Likes

Haven’t changed my bridge code in days. But I ran my curl test scripts anyway. All green.

1 Like

Same issue here.
I have eg 30 gpts using actions. Either actions are not called anymore or, when they are called, ChatGPT triggers the “Error Talking to” despite the response is ok.

2 Likes

Same here.
About 12h ago my custom gpt was completely broken.
After hours it returned. But every request to my action endpoint will result in an error.
Thr returned json is ok but gpt4 won’t interpret it

1 Like

In the testing section for my gpt/action it shows that the response is in good condition, but it just errors out, and I am certain my schema is correct. When I ask the gpt for more details about the error it cited an “attribute error.” This started happening yesterday evening for me suddenly. Are these the same symptoms others are seeing here?

Also the prebuilt example openAPI schemas provided by OpenAI in the actions builder do not work for me anymore, they simply either return errors or nothing, so not even the same failure mode.

I am seeing the exact same error. I am getting the AttributeError when trying to use my CustomGPT action, even though I can test the action from Postman and other methods without an issue.

1 Like

It would seem now the action does not even call my API. The GPT just says that it got returned {}. No code changes from my working version and I can see in the logs that my API is not called at all. I don’t know if this is a step forward or a step backwards lol.