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?
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?
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.
Me Too. The data returned as JSON is corrupted, which I think is due to an issue with OpenAI’s configuration.
Yep - same here. Am hoping this is just a temporary glitch
Haven’t changed my bridge code in days. But I ran my curl test scripts anyway. All green.
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.
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
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.
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.