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 upTypeError: Cannot read property 'conn' of null #193
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
Thanks for the report. This is fixed now. Just update webtorrent with |
This comment has been minimized.
This comment has been minimized.
|
That was fast. Thank you! On Thu, Nov 27, 2014 at 9:53 AM, Feross Aboukhadijeh <
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
/usr/local/lib/node_modules/webtorrent/node_modules/bittorrent-swarm/index.js:315
numConns += this._peers[addr].conn ? 1 : 0
^
TypeError: Cannot read property 'conn' of null
at Swarm.Object.defineProperty.get (/usr/local/lib/node_modules/webtorrent/node_modules/bittorrent-swarm/index.js:315:36)
at Swarm._drain (/usr/local/lib/node_modules/webtorrent/node_modules/bittorrent-swarm/index.js:462:45)
at Swarm. (/usr/local/lib/node_modules/webtorrent/node_modules/bittorrent-swarm/index.js:554:10)
at Socket.g (events.js:180:16)
at Socket.emit (events.js:117:20)
at TCP.close (net.js:465:12)