ChatGPT takes forever to call an unverified plugin

Has anyone experienced the same thing? Was testing a very simple plugin that I developed. Installation was successful, but ChatGPT was taking forever to use the plugin.

When I try it with a published plugin from the plugin store though, it went smoothly.
Thanks!

1 Like

Yess, Currently I am facing the same issue.


In the api call
INFO: 127.0.0.1:44750 - “GET /openai.yml HTTP/1.0” 200 OK

But no response from chatgpt.

2 Likes

I’m experiencing the same issue. My own plugin can be invoked successfully, but I don’t know how to send a query request. When I encounter the line ‘GET /openapi.yaml HTTP/1.1’ 200 OK, the entire page becomes unresponsive.

2 Likes

having the exact same issue as you guys. It calls openapi.yaml successfully, then fails to send a follow up request to the relevant API.

bizzare as it worked fine for the previous few weeks.

1 Like

It was working yesterday only. @logankilpatrick Kindly look into this bug.

2 Likes

It appears this issue could be something to do with the Auth type, for example for our plugin we use the Oauth2 auth type. It seems other plugins using Oauth2 authentication are affected.

1 Like

@avian Yes, I am also using OAUTH in my Plugin. So is there any change in official documentation and were you able to solve the issue?

1 Like

no the issue is with openai. they need to fix it. it was working fine for the last two weeks but since yesterday its broken. OpenAI need to fix this.

3 Likes