You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can you replicate the issue with this https://github.com/aldenml/libtorrent4j/blob/master/src/test/java/org/libtorrent4j/demo/GetMagnet.java ?
still can't save the torrent,and i have a question,why console print "DHT bootstrap timeout",but i still get the torrentEntry? it's necessary to exit program or do something when nodes <= 10 but nodes >0?
o i know i should cancel the timer when timeout but nodes <= 10
this time contains 1 dht at first,when fetching the magnet uri contains 0,but i still get torrentEntry,so it' depend on have get once dht connection rather than when fetching magnet uri contains nodes?
byte[] data = s.fetchMagnet(uri, 30, file);
TorrentInfo torrentInfo = new TorrentInfo(data);
the torrent can read something but i can't find the torrent in the file
i want to know it's my problem or the method problem
The text was updated successfully, but these errors were encountered: