We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
Running version 1.3.22 in Docker on Google Cloud Run and seeing this error when connecting to chromium:
TypeError: Cannot read properties of undefined (reading 'on').
TypeError: Cannot read properties of undefined (reading 'on')
Error points to this part of pageController.js:
puppeteer-real-browser/lib/cjs/module/pageController.js
Lines 15 to 20 in 74b1947
Config:
const response = await connect({ headless: false, disableXvfb: false, ignoreAllFlags: false, customConfig: { chromePath: process.env.PUPPETEER_EXECUTABLE_PATH || '/usr/bin/google-chrome-stable', chromeFlags: ['--no-sandbox'] }, skipTarget: [], fingerprint: true, turnstile: true, });
Tried different configs to no avail. Issue doesn't occur in 1.2.x version of the library in the same environment.
Believe @theodorebourgeon referenced similar problem in issue #27, although unrelated to lambda.
Node version: 18
Build/Install
Linux
Docker
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Hey,
Running version 1.3.22 in Docker on Google Cloud Run and seeing this error when connecting to chromium:
TypeError: Cannot read properties of undefined (reading 'on')
.Error points to this part of pageController.js:
puppeteer-real-browser/lib/cjs/module/pageController.js
Lines 15 to 20 in 74b1947
Config:
Tried different configs to no avail. Issue doesn't occur in 1.2.x version of the library in the same environment.
Believe @theodorebourgeon referenced similar problem in issue #27, although unrelated to lambda.
Full steps to reproduce the issue
Node version: 18
Issue Type
Build/Install
Operating System
Linux
Do you use Docker?
Docker
The text was updated successfully, but these errors were encountered: