Skip to content

crash when launch with remote debugging pipe #289

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

Open
brr53 opened this issue Jan 12, 2023 · 0 comments
Open

crash when launch with remote debugging pipe #289

brr53 opened this issue Jan 12, 2023 · 0 comments

Comments

@brr53
Copy link

brr53 commented Jan 12, 2023

Test Code:

const ChromeLauncher = require('chrome-launcher');

ChromeLauncher.launch({
startingUrl: 'https://google.com/',
chromeFlags: ["--remote-debugging-pipe"]
}).then(() => {
console.log(success);
});

Here is the output of the result.
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^

Error: connect ECONNREFUSED 127.0.0.1:3399
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16) {
errno: -4078,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 3399
}

Process finished with exit code 1

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