ResearchGPT allows users to search and analyze research papers in our academic search engine, Consensus. I configured an Action that uses our Search endpoint for this.
One of our users is reporting that every time they use the GPT, they get the following error: “! Error talking to”
I cannot reproduce this. Can anyone else reproduce this issue? Anyone know what might be going on?
Same issue here.
From today morning I get the message “The requested action requires approval” on all actions calls.
With @Yongzhao solution I solved for myself but it’s a huge problem for other users.
Me too! Worked without issue yesterday, but using Always Allow or Ask both gives me the following response since this morning. Not great when demo’ing stuff to potential clients.
The response in debug mode looks like this, an no backend call is actually made according to our logs:
{
"function_name": "<ACTION NAME>",
"domain": "<MY DOMAIN>",
"message": "The requested action requires approval",
"action_id": "g-<A LONG ID>"
}
Same problem, changing privacy settings to “always allow” to the domain configured in action doesn’t help. Attempted log out / log in as suggested earlier in thread. Sometimes the issue presents itself as “TypeError” when conversing with the GPT.
Issue still persists.
I am developing a GPT and since yesterday my GPT is not triggering any actions.
It was saying the same “The requested action requires approval”. Now it doesn’t even output these logs anymore.
Looking at the API logs - I can see that endpoints weren’t even called by the GPT. It seems like some internal GPT issue with permissions. It is neither asking user to allow action to be triggered nor it is giving it internally, so it is unclear which permission it requires for action to be successfully called.
It does work now, though I noticed that the flow always starts with “Error talking to…” error, and after this providing some “let me fix it” message successfully fetches the data from my server.
No, previously I tried just minor updates of both schema and GPT description in order to re-upload the GPT.
But according to your advice I deleted the action and re-created it. That fixed the issue for me. Thank you!
The issue seems to still persists.
Created an action, and it works for about 10–15 calls after that it fails without even making a request to my service, really frustrating, when asking what’s wrong I only get ClientResponseError as an answer and GPT can’t even tell more about the error.
Switching from “ask” to “always allow” back and forth sometimes fixes it for some time, also re-creating it fixes it for some time.
I also waited a couple of hours after it starting to fail to see if it’s just a temporary issue, but no luck.
Really inconvenient when trying to create a GPT with some custom capabilities.
At some point, I also re-read the TOS to see if I’m violating any, and they might be just blocking me, but nothing points out to be in any violation.
Is there a limit to how often an action can be called?
For my GPT idea, it needs to frequently talk to my API and those making sometimes up to 15 requests for one prompt, depending on how demanding it is.
having a similar “intermittent” error with :ClientResponseError
where when error: GPT doesn’t appear to actually make call…
no idea how to debug when the error is hidden who knows where;
this is started to get frustrating; maddeningly unreliable…