chatgpt-chrome-extension
chatgpt-chrome-extension copied to clipboard
Error when running server.js on localhost:3000 "Cannot GET /"
When I try running node server.js
from the Terminal in the folder the extension is unzipped to, I get the following error:
Transcribed messages:
Error. Make sure you're running the server by following the
instructions on https://github.com/gragland/chatgpt-chrome-
extension. Also make sure you don't have an adblocker preventing
requests to localhost:3000.
Cannot GET /
same issue. Have you found any solution? @oakif
Not yet unfortunately, hoping someone will have a solution
same issue here
I got past the issue but now i am getting a new error when I run the node server.js
ChatGPTError: ChatGPT error 404: { "error": { "message": "That model does not exist", "type": "invalid_request_error", "param": null, "code": null } }
look like it is calling a model that doesn't exist?
How did you get past the current issue with the localhost? other people also have that issue.
As for your issue, npm install chatgpt should fix. But i still want to know how to fix the server.
i have too this problem. how i can repair this? help me