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
PS: This issue is NOT reproduced with puppeteer 10.2.0. It can be reproduce with 11.0.0, 12.0.0, 13.0.1
Puppeteer version
12.0.0
Node.js version
16.13.0
npm version
8.1.0
What operating system are you seeing the problem on?
Windows
Relevant log output
TypeError: Cannot read properties of undefined (reading '_updateClient')
at FrameManager._onAttachedToTarget (D:\MyProjects\NodeJs\TestPuppeteerCore\node_modules\puppeteer-core\lib\cjs\puppeteer\common\FrameManager.js:183:15)
at D:\MyProjects\NodeJs\TestPuppeteerCore\node_modules\puppeteer-core\lib\cjs\puppeteer\common\FrameManager.js:88:18
at D:\MyProjects\NodeJs\TestPuppeteerCore\node_modules\puppeteer-core\lib\cjs\vendor\mitt\src\index.js:51:62
at Array.map (<anonymous>)
at Object.emit (D:\MyProjects\NodeJs\TestPuppeteerCore\node_modules\puppeteer-core\lib\cjs\vendor\mitt\src\index.js:51:43)
at CDPSession.emit (D:\MyProjects\NodeJs\TestPuppeteerCore\node_modules\puppeteer-core\lib\cjs\puppeteer\common\EventEmitter.js:72:22)
at CDPSession._onMessage (D:\MyProjects\NodeJs\TestPuppeteerCore\node_modules\puppeteer-core\lib\cjs\puppeteer\common\Connection.js:245:18)
at Connection._onMessage (D:\MyProjects\NodeJs\TestPuppeteerCore\node_modules\puppeteer-core\lib\cjs\puppeteer\common\Connection.js:117:25)
at WebSocket.<anonymous> (D:\MyProjects\NodeJs\TestPuppeteerCore\node_modules\puppeteer-core\lib\cjs\puppeteer\node\NodeWebSocketTransport.js:13:32)
at WebSocket.onMessage (D:\MyProjects\NodeJs\TestPuppeteerCore\node_modules\ws\lib\event-target.js:199:18)
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
Bug description
Steps to reproduce the problem:
The code to reproduce the issue is attached. It will
TestPuppeteerCore.zip
A video is attached to showcase the issue.
https://user-images.githubusercontent.com/8121062/149273899-6fd1f271-2a0f-44f7-8730-ef5e71c33754.mp4
PS: This issue is NOT reproduced with puppeteer 10.2.0. It can be reproduce with 11.0.0, 12.0.0, 13.0.1
Puppeteer version
12.0.0
Node.js version
16.13.0
npm version
8.1.0
What operating system are you seeing the problem on?
Windows
Relevant log output
The text was updated successfully, but these errors were encountered: