I was able to use webpilot normally yesterday, but today there are some errors and the “allow” option has disappeared.
me:
Call the webreader.webpilotai.com API with the visitWebPage operation
gpt:
[debug] Calling HTTP endpoint
{ “domain”: “webreader.webpilotai.com ”, “method”: “post”, “path”: “/api/visit-web”, “operation”: “visitWebPage”, “operation_hash”: “3fc9a300d330b4c0228744d921de7b5a6426f20c”, “is_consequential”: false, “params”: { “link”: “Issue with GPT Actions not triggering external API calls ”, “ur”: “GPT actions not triggering external API calls” } }
[debug] Response received
{ “function_name”: “visitWebPage”, “domain”: “webreader.webpilotai.com ”, “message”: “The requested action requires approval”, “action_id”: “g-88c5850d8da8ccd73837ee6862b3c5839785fc51”
Error talking to
Ps. api of webpilot https://webreader.webpilotai.com/openapi.yaml
3 Likes
EricGT
December 13, 2023, 12:59pm
2
Did you see this?
Hi here!
I want to get started with the custom GPT’s custom actions and integrating my own API. Sadly I cannot spin up a working example that is abled to connect to a public API. For instance, I just try to integrate the JSON Placeholder API which just returns a list of ToDo’s at /todos or a given ToDo at /todos/{id}
That’s my (very simple) OpenAPI Schema:
openapi: 3.0.0
info:
title: JSONPlaceholder API
version: 1.0.0
servers:
- url: https://jsonplaceholder.typicode.com/
paths:
/todos…
It’s pinned so that if others report the same issue, OpenAI staff will notice and investigate. There’s also a note that the site might be temporarily down during maintenance.
Hello everyone, have you notices about this error ? I’m trying from many days with always the same error.
Hi, same error here in 2024. Using a VPN connection works fine.