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

connect ECONNREFUSED 0.0.0.0:443 #50

Open
rockclock opened this issue Dec 22, 2023 · 0 comments
Open

connect ECONNREFUSED 0.0.0.0:443 #50

rockclock opened this issue Dec 22, 2023 · 0 comments

Comments

@rockclock
Copy link

capture-website https://sindresorhus.com --output=screenshot.png

Puppeteer old Headless deprecation warning:
In the near future headless: true will default to the new Headless mode
for Chrome instead of the old Headless implementation. For more
information, please see https://developer.chrome.com/articles/new-headless/.
Consider opting in early by passing headless: "new" to puppeteer.launch()
If you encounter any bugs, please report them to https://github.com/puppeteer/puppeteer/issues/new/choose.

node:internal/deps/undici/undici:11457
Error.captureStackTrace(err, this);
^

TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11457:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Promise.all (index 0)
at async Promise.all (index 0)
at async internalCaptureWebsite (file:///Users/zhongyan/.nvm/versions/node/v18.16.0/lib/node_modules/capture-website-cli/node_modules/capture-website/index.js:161:20)
at async captureWebsite.file (file:///Users/zhongyan/.nvm/versions/node/v18.16.0/lib/node_modules/capture-website-cli/node_modules/capture-website/index.js:446:21)
at async main (file:///Users/zhongyan/.nvm/versions/node/v18.16.0/lib/node_modules/capture-website-cli/cli.js:289:3)
at async file:///Users/zhongyan/.nvm/versions/node/v18.16.0/lib/node_modules/capture-website-cli/cli.js:295:1 {
cause: Error: connect ECONNREFUSED 0.0.0.0:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '0.0.0.0',
port: 443
}
}

Node.js v18.16.0

image
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

1 participant