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

Never ending downloading, and event emitter issues #15

Open
raitucarp opened this issue Sep 9, 2013 · 2 comments
Open

Never ending downloading, and event emitter issues #15

raitucarp opened this issue Sep 9, 2013 · 2 comments

Comments

@raitucarp
Copy link

  • Event emitter issues appears:
    (node) warning: possible EventEmitter memory leak detected. 2 listeners added. Use emitter.setMaxListeners() to increase limit.
    Trace
    at EventEmitter.addListener (events.js:160:15)
  • Never ending (incomplete) downloading, when tracker announce error:
    [2013-09-09 10:03:31.649] [WARN] tracker.js - announce error from udp://fr33domtracker.h33t.com:3310/announce: getaddrinfo ENOTFOUND
    [2013-09-09 10:03:31.650] [WARN] tracker.js - retry announce 'started' in 5s
@raitucarp
Copy link
Author

@superafroman

@jduncanator
Copy link

Also, there are socket exception issues EVERYWHERE, eg:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: This socket is closed.
    at Socket._write (net.js:635:19)
    at doWrite (_stream_writable.js:221:10)
    at writeOrBuffer (_stream_writable.js:211:5)
    at Socket.Writable.write (_stream_writable.js:180:11)
    at Socket.write (net.js:613:40)
    at Message.writeTo (xxx\node_modules\node-torren
t\lib\message.js:18:12)
    at next (xxx\node_modules\node-torrent\lib\peer.
js:302:21)
    at nextMessage (xxx\node_modules\node-torrent\li
b\peer.js:307:7)
    at null._onTimeout (xxx\node_modules\node-torren
t\lib\peer.js:173:38)
    at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)

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