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

EventEmitter memory leak #1

Closed
talltyler opened this issue May 13, 2011 · 2 comments
Closed

EventEmitter memory leak #1

talltyler opened this issue May 13, 2011 · 2 comments

Comments

@talltyler
Copy link

How would one get around this issue?

(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
Trace:
at [object Object]. (events.js:123:17)
at [object Object]. (.../node_modules/musicmetadata/lib/id3v1.js:14:16)
at [object Object].emit (events.js:64:17)
at [object Object]._emitData (fs.js:915:10)
at afterRead (fs.js:897:10)
at wrapper (fs.js:245:17)

@leetreveil
Copy link
Owner

Can you send me the audio file so I can reproduce? Interesting that
it's coming from id3v1.js.

@leetreveil
Copy link
Owner

Just fixed a bug that broke id3v1.1. Can you update to v0.1.2 and test?

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

2 participants