Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up--list option is broken #95
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
have found something here: http://stackoverflow.com/questions/9768444/possible-eventemitter-memory-leak-detected looks like that the MaxListeners needs to be set manually higher because the error message contains that the MaxListeners need to be increased. |
This comment has been minimized.
This comment has been minimized.
|
Can you send me the torrent file that's causing this issue? My email is feross@feross.org. |
This comment has been minimized.
This comment has been minimized.
|
Okay, the issue was that the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
using the v .7.3 , i am experiencing the problem on a 350+kb torrent file with 250 files of content. the --list does not work
when i run the list i get the error:
(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
Trace
at Piece.addListener (events.js:160:15)
and it just hangs till i send an interrupt.