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 upCan not download file in Transmission client #1025
Comments
This comment has been minimized.
This comment has been minimized.
|
Using torrents to upload files to your server doesn't seem like the most reliable tool for the job, to be honest. Torrents aren't ideal for 1-to-1 communication. They excellent when there are lots of people who want or have the same file. That said, I think this issue is caused by you not waiting long enough before initiating the download from Transmission, since it takes some time to announce the torrent to the DHT. Try waiting for the You can also improve the reliability if you specify some working tracker servers as the client.seed('some-file', { announce: [ 'tracker_url', 'tracker_url2' ] }, callback) |
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. |
Hi! I try to download torrent from Transmission client, but all attempts fails. I use both
webtorrentandwebtorrent-hybridmodules onnodeandelectron, but Transmission still not found peers. For example, this is simple script:WebTorrent Desktop download file if i use
webtorrent-hybridonnodeorwebtorrentonelectron, but Transmission not working in any case. But if download first in WebTorrent Desktop and then add in Transmission, all works (that means this is not network trouble).What i do wrong? I need upload file to a server (where used Transmission) in
electronornw.jsapp.