gragland / chatgpt-chrome-extension

A ChatGPT Chrome extension. Integrates ChatGPT into every text box on the internet.
MIT License
2.85k stars 469 forks source link

Error when running server.js on localhost:3000 "Cannot GET /" #37

Open oakif opened 1 year ago

oakif commented 1 year ago

When I try running node server.js from the Terminal in the folder the extension is unzipped to, I get the following error:

image

image

image

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 /
0rangeAppl3 commented 1 year ago

same issue. Have you found any solution? @oakif

oakif commented 1 year ago

Not yet unfortunately, hoping someone will have a solution

ghost commented 1 year ago

same issue here

mlevin22 commented 1 year ago

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?

joulesbeef commented 1 year ago

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.

paladin3x commented 1 year ago

image

i have too this problem. how i can repair this? help me