-
-
Notifications
You must be signed in to change notification settings - Fork 335
Closed
Description
First of all, thank you so much for your awesome activity on the tracker project I want to start using this software for an open tracker project we have going which is getting a ton of traffic
Here is the current error I am getting after running the tracker for ~1min:
root@box:~# bittorrent-tracker -p 80 -q
/usr/lib/node_modules/bittorrent-tracker/lib/swarm.js:0
(function (exports, require, module, __filename, __dirname) { module.exports =
^
RangeError: Maximum call stack size exceeded
Also at some I get this:
root@box:~# bittorrent-tracker -p 80 -q
buffer.js:705
throw TypeError('value is out of bounds');
^
TypeError: value is out of bounds
at TypeError (<anonymous>)
at checkInt (buffer.js:705:11)
at Buffer.writeUInt32BE (buffer.js:748:5)
at Object.toUInt32 (/usr/lib/node_modules/bittorrent-tracker/lib/common-node.js:29:7)
at makeUdpPacket (/usr/lib/node_modules/bittorrent-tracker/server.js:435:16)
at /usr/lib/node_modules/bittorrent-tracker/server.js:222:15
at /usr/lib/node_modules/bittorrent-tracker/server.js:374:5
at Swarm.announce (/usr/lib/node_modules/bittorrent-tracker/lib/swarm.js:24:5)
at Server._onAnnounce (/usr/lib/node_modules/bittorrent-tracker/server.js:342:9)
at Server._onRequest (/usr/lib/node_modules/bittorrent-tracker/server.js:329:10)
Please do let me know if there is anything more I can do to help debug these issues
Thanks