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

[Bug]: New navigation request was received at LifecycleWatcher #8841

Closed
Moyen75 opened this issue Aug 25, 2022 · 2 comments
Closed

[Bug]: New navigation request was received at LifecycleWatcher #8841

Moyen75 opened this issue Aug 25, 2022 · 2 comments
Labels

Comments

@Moyen75
Copy link

Moyen75 commented Aug 25, 2022

Bug description

Steps to reproduce the problem:

/home/moyen/projects/node/daraz/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:137
(_a = __classPrivateFieldGet(this, _LifecycleWatcher_navigationResponseReceived, "f")) === null || _a === void 0 ? void 0 : _a.reject(new Error('New navigation request was received'));
^

Error: New navigation request was received
at LifecycleWatcher._LifecycleWatcher_onRequest (/home/moyen/projects/node/daraz/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:137:139)
at /home/moyen/projects/node/daraz/node_modules/puppeteer/lib/cjs/vendor/mitt/src/index.js:51:68
at Array.map ()
at Object.emit (/home/moyen/projects/node/daraz/node_modules/puppeteer/lib/cjs/vendor/mitt/src/index.js:51:43)
at NetworkManager.emit (/home/moyen/projects/node/daraz/node_modules/puppeteer/lib/cjs/puppeteer/common/EventEmitter.js:72:22)
at NetworkManager._NetworkManager_onRequest (/home/moyen/projects/node/daraz/node_modules/puppeteer/lib/cjs/puppeteer/common/NetworkManager.js:312:10)
at NetworkManager._NetworkManager_onRequestWillBeSent (/home/moyen/projects/node/daraz/node_modules/puppeteer/lib/cjs/puppeteer/common/NetworkManager.js:219:93)
at /home/moyen/projects/node/daraz/node_modules/puppeteer/lib/cjs/vendor/mitt/src/index.js:51:68
at Array.map ()
at Object.emit (/home/moyen/projects/node/daraz/node_modules/puppeteer/lib/cjs/vendor/mitt/src/index.js:51:43)

Puppeteer version

^16.2.0

Node.js version

v17.4.0

npm version

8.3.1

What operating system are you seeing the problem on?

Linux

Relevant log output

No response

@Moyen75 Moyen75 added the bug label Aug 25, 2022
@OrKoN
Copy link
Collaborator

OrKoN commented Aug 25, 2022

I believe it's a duplicate of #8811 The fix is scheduled to be released with the next release.

@OrKoN OrKoN closed this as not planned Won't fix, can't repro, duplicate, stale Aug 25, 2022
@Moyen75
Copy link
Author

Moyen75 commented Aug 29, 2022

I still get this error. Actually, when using puppeteer with firefox I get this error. I don't get this error when using puppeteer with chrome. In my case, I have to use firefox. so, I need a solution to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants