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

MaxListenersExceededWarning with puppeteer Client. #149

Closed
zepumph opened this issue Jun 24, 2022 · 1 comment
Closed

MaxListenersExceededWarning with puppeteer Client. #149

zepumph opened this issue Jun 24, 2022 · 1 comment
Assignees

Comments

@zepumph
Copy link
Member

zepumph commented Jun 24, 2022

Here is what the error log looks like these days for continuous-testing-client:

2022-06-14T17:09:50: (node:24541) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. Use emitter.setMaxListeners() to increase limit
2022-06-14T17:09:50: (node:24541) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGTERM listeners added to [process]. Use emitter.setMaxListeners() to increase limit
2022-06-14T17:09:50: (node:24541) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGHUP listeners added to [process]. Use emitter.setMaxListeners() to increase limit
2022-06-20T11:13:17: (node:14220) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
2022-06-20T11:13:17: (Use `node --trace-warnings ...` to show where the warning was created)
2022-06-20T11:14:46: (node:20108) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
2022-06-20T11:14:46: (Use `node --trace-warnings ...` to show where the warning was created)
2022-06-20T12:44:43: (node:20108) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGINT listeners added to [process]. Use emitter.setMaxListeners() to increase limit
2022-06-20T12:46:37: (node:20108) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. Use emitter.setMaxListeners() to increase limit
2022-06-20T12:46:37: (node:20108) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGTERM listeners added to [process]. Use emitter.setMaxListeners() to increase limit
2022-06-20T12:46:37: (node:20108) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGHUP listeners added to [process]. Use emitter.setMaxListeners() to increase limit

I found puppeteer/puppeteer#1981 which may be helpful.

@zepumph zepumph self-assigned this Jun 24, 2022
@zepumph
Copy link
Member Author

zepumph commented Jun 27, 2022

I think that #150 (comment) is the culprit. I'll reopen if that doesn't fix this.

@zepumph zepumph closed this as completed Jun 27, 2022
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

No branches or pull requests

1 participant