-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
fetch failed #513
Comments
same as mein ! |
Same here, looks like something's wrong with the reverse proxy. The other reverse proxy I mentioned on that link should work. |
closing as a duplicate of #419 also, I strongly recommend using the official API via |
How can i use official chatGPT? If he demands 5 bucks for a couple of texts. It's easier to turn to russian copywriters |
@RareSkye OpenAI API pricing is actually really cheap. you can use This pricing will continue to come down over time as well. |
Verify latest release
chatgpt
releaseVerify webapp is working
Environment details
windows 11
node js 18.15
Describe the Bug
Everything has always worked correctly, today it gives the same error all day
node:internal/deps/undici/undici:11413
Error.captureStackTrace(err, this);
^
TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11413:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async fetchSSE (file:///C:/Users/Andrey/Desktop/gpt/node_modules/chatgpt/build/index.js:46:15) {
cause: Error: connect ECONNREFUSED 127.0.0.1:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) {
errno: -4078,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 443
}
}
The text was updated successfully, but these errors were encountered: