Open FSZJ opened 11 months ago
I wonder if this could be a transient issue related to the recent outages? I'd expect to see at least a status code in the response, but that sounds like it's failing to even execute on the OpenAI side.
This is what the expected output looks like when it's connecting correctly, ran just now:
[debug] Calling HTTP endpoint
{ "domain": "full.uri.here", "method": "get", "path": "/api/", "operation": "CheckAPI", "operation_hash": "1964dd43622ffd1b01256870ac91d3be022bc586", "is_consequential": false, "params": {} }
[debug] Response received
{ "response_data": { "message": "API running." }, "status_code": 200, "action_id": "g-e4d3a5addb8d688f887906beaa54c9b2e7af8af1" }
Are you able to confirm that you can get a successful response if you call the check API outside of the GPT?
e.g. curl -X GET 'https://full.uri.here/api/' -H 'Authorization: Bearer eyJhbG...'
Thank you for your reply. I have tried this method and the system has provided me with the following information. I believe it should be the correct setting. There may be a problem with the OpenAI server, so I will test it again later
{"message":"API running."}
Thank you for sharing, but GPT feedback is incorrect [debug] Calling HTTP endpoint { "domain": "myurl", "method": "get", "path": "/api/", "operation": "CheckAPI", "operation_hash": "xxxxxxxxxxxx586", "is_consequential": false, "params": {} } [debug] Response received { "response_data": "An error occurred while executing the plugin." }
I attempted to call the API using the CheckAPI operation, but unfortunately, the call did not succeed due to an error in the plugin execution. Is there anything else you would like me to assist you with?