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 upFunctions are not working #565
Comments
This comment has been minimized.
This comment has been minimized.
|
Please share the code you're using, or there's no way to help you. |
This comment has been minimized.
This comment has been minimized.
|
Also, note that in the latest version, the function were just changed to getters:
|
This comment has been minimized.
This comment has been minimized.
|
My code:
|
This comment has been minimized.
This comment has been minimized.
|
torrent.timeRemaining = infinity |
This comment has been minimized.
This comment has been minimized.
|
Maybe, because there's no peers for that torrent, so the download doesn't start and the time reimaining is not calculated. console.log(torrent.swarm.numPeers) |
This comment has been minimized.
This comment has been minimized.
|
No, I checked and there are 43 peers. I don't know the cause of this. |
This comment has been minimized.
This comment has been minimized.
|
Please read this part of the FAQ:
|
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
The functions torrent.timeRemaining, torrent.downloadSpeed (), torrent.uploadSpeed (), are not working for me, all display the result = 0; I put the functions inside the client.download function