question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MaxListenersExceededWarning: Possible EventEmitter memory leak detected

See original GitHub issue

I believe this error is related to this plugin as it has only just happened from installing it and the error as you can see is nested within the XboxTV startup logging.

[12/5/2020, 2:25:29 AM] [XboxTv] Device: 192.168.1.17 Xbox One S, state: Online. [12/5/2020, 2:25:29 AM] [XboxTv] -------- Xbox One S -------- [12/5/2020, 2:25:29 AM] [XboxTv] Manufacturer: Microsoft [12/5/2020, 2:25:29 AM] [XboxTv] Model: Model Name [12/5/2020, 2:25:29 AM] [XboxTv] Serialnr: Serial Number [12/5/2020, 2:25:29 AM] [XboxTv] Firmware: Firmware Revision [12/5/2020, 2:25:29 AM] [XboxTv] ---------------------------------- (node:95396) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 _on_console_status listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit (Use node --trace-warnings ... to show where the warning was created) [12/5/2020, 2:26:03 AM] [XboxTv] Device: 192.168.1.17 Xbox One S, get current App successful: Dashboard Xbox.Dashboard_8wekyb3d8bbwe!Xbox.Dashboard.Application [12/5/2020, 2:26:03 AM] [XboxTv] Device: 192.168.1.17 Xbox One S, get current Power state successful, state: ON

Versions in use: XboxTV (1.3.0) Homebridge (v6.14.8) Homebridge UI (v4.35.0) MacOS (Catalina 10.15.7)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
DavideVitocommented, Dec 12, 2020

same here

0reactions
grzegorz914commented, Feb 20, 2021

This is already fixed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

possible EventEmitter memory leak detected - node.js
I'd like to point out here that that warning is there for a reason and there's a good chance the right fix is...
Read more >
Possible EventEmitter memory leak detected. · Issue #1295
Hi there, I think there is a regression in version 3.0. When I'm using Custom Agent (https) with keepAlive: true option and then...
Read more >
How to fix possible EventEmitter memory leak detected - cri.dev
The warning possible EventEmitter memory leak detected happens when you have more than 10 listeners (read EventEmitter) attached to an event ...
Read more >
Possible EventEmitter memory leak detected. 11 scanStop ...
The node red console indicates "MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 scanStop listeners added. Use emitter.
Read more >
Actions execution throws "MaxListenersExceededWarning"
(node:18) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [Socket]. Use emitter.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found