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

(node:7754) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. #2

Open
saygeese opened this issue Nov 7, 2022 · 3 comments · May be fixed by #18
Open

(node:7754) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. #2

saygeese opened this issue Nov 7, 2022 · 3 comments · May be fixed by #18

Comments

@saygeese
Copy link

saygeese commented Nov 7, 2022

(node:7754) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. Use emitter.setMaxListeners() to increase limit
(Use node --trace-warnings ... to show where the warning was created)
(node:7754) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGINT listeners added to [process]. Use emitter.setMaxListeners() to increase limit
(node:7754) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGTERM listeners added to [process]. Use emitter.setMaxListeners() to increase limit
(node:7754) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGHUP listeners added to [process]. Use emitter.setMaxListeners() to increase limit

@jameszhan02
Copy link

image

@jameszhan02
Copy link

puppeteer/puppeteer#7922

@jameszhan02
Copy link

jameszhan02 commented Mar 7, 2023

seems is a bug in puppeteer side, you play around with different version. or some people said fixed by add await page.close() before await broswer.close() [This solution is work for me]

tanmaybaid added a commit to tanmaybaid/us-visa-appointment that referenced this issue Jan 4, 2024
tanmaybaid added a commit to tanmaybaid/us-visa-appointment that referenced this issue Jan 4, 2024
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

Successfully merging a pull request may close this issue.

2 participants