Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't find manifest error after following README #22

Closed
saiorama opened this issue May 13, 2023 · 5 comments
Closed

Couldn't find manifest error after following README #22

saiorama opened this issue May 13, 2023 · 5 comments

Comments

@saiorama
Copy link

I cloned this repo and followed the README to integrate this Quickstart plugin with ChatGPT.

When I click on Find Manifest File after entering on the https://chat.openai.com/?model=gpt-4-plugins modal window, I get an error saying Couldn't find manifest..

P.S. Tbh, where in the README it says localhost:5003, I had to use http://0.0.0.0:5003 but that is a different documentation bug.

@Jimgitsit
Copy link

Jimgitsit commented May 16, 2023

http://0.0.0.0:5003 doesn't work for me. I can open the manifest in my browser at http://0.0.0.0:5003/.well-known/ai-plugin.json. I've tried 127.0.0.1, localhost, http://0.0.0.0:5003/.well-known and http://0.0.0.0:5003/.well-known/ai-plugin.json. No bueno.

@saiorama
Copy link
Author

@Jimgitsit if it helps, I'm using Safari on a Mac.

In the end, I switched to ngrok to tunnel my local python server to a publicly visible https endpoint.

@yilmaznaslan
Copy link

I am having the same issue. Is there any solution other than ngrok ?

@gavrielc
Copy link

gavrielc commented Jun 3, 2023

I had the same issue and was able to fix it by doing the following:

  1. Use localhost:5003.
  2. You'll get an error "Failed to fetch localhost manifest. Check to ensure your localhost is running and your localhost server has CORS enabled."
  3. Fix this error by following the instruction here (remove the trailing comma in ai-plugin.json after "url": "http://localhost:5003/openapi.yaml")

@yilmaznaslan
Copy link

Thanks @gavrielc , that was it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants