You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your library for a web automation project, where a browser is controlled remotely via puppeteer-core. Works fine with a standard puppeteer browser, but when I activate the debugging port on your repository it crashes:
I tested it in many environments like Ubutun, Debian, Mac OS, Docker - same issue. Am I doing something wrong? The goal would be to launch a browser once and then send commands (like goto) remotely via puppeteer-core.
Thanks!
Full steps to reproduce the issue
I am using the following code that produces the error:
Description
Hello,
I am using your library for a web automation project, where a browser is controlled remotely via puppeteer-core. Works fine with a standard puppeteer browser, but when I activate the debugging port on your repository it crashes:
Error: connect ECONNREFUSED 127.0.0.1:33951
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1549:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 33951
}
I tested it in many environments like Ubutun, Debian, Mac OS, Docker - same issue. Am I doing something wrong? The goal would be to launch a browser once and then send commands (like goto) remotely via puppeteer-core.
Thanks!
Full steps to reproduce the issue
I am using the following code that produces the error:
`const { connect } = require("puppeteer-real-browser")
async function startBrowser() {
}
startBrowser()`
Issue Type
No response
Operating System
No response
Do you use Docker?
None
The text was updated successfully, but these errors were encountered: