plugins-quickstart icon indicating copy to clipboard operation
plugins-quickstart copied to clipboard

correct the json format

Open nobodyiam opened this issue 2 years ago • 1 comments

The JSON format needs to be corrected; otherwise, the following error will occur when trying to install the local plugin:

The OpenAI plugin failed to fetch the localhost manifest. Please check to ensure your localhost is running and that your localhost server has CORS enabled.

I believe this issue was introduced through this commit: https://github.com/openai/plugins-quickstart/commit/6e7dcf58be68b2b9caa6739da4ccb3fa512a56ec.

nobodyiam avatar May 29 '23 13:05 nobodyiam

There is a comma "," after "url": "http://localhost:5003/openapi.yaml" in the ai-plugin.json. Only delete this "," and it will work fine!

DametoData avatar May 30 '23 01:05 DametoData

Fixed!

logankilpatrick avatar Jun 05 '23 23:06 logankilpatrick