mpetazzoni / ttorrent

BitTorrent Java library with tracker and download client
http://mpetazzoni.github.com/ttorrent/
Apache License 2.0
1.38k stars 502 forks source link

problem in multi announce Not implemented #252

Open a610569731 opened 4 years ago

a610569731 commented 4 years ago

problem in multi announce Not implemented?

Dead-off commented 4 years ago

What do you mean under by multi-announce? Could you give a link on specification?

HumanG33k commented 4 years ago

@a610569731 you also get some http error on resume for re-announcement ?

zhennik26 commented 1 year ago

What do you mean under by multi-announce? Could you give a link on specification?

I have the same problem. I have one CommunicationManager. When I call communicationManager.addTorrent(...) only for 1 torrent it works. When I need to download 2+ torrents, I am calling communicationManager.addTorrent(...) 2+ times. No any downloading starts and warn in the logs WARN 18788 --- [announce thread] c.t.ttorrent.client.announce.Announce : problem in multi announce Not implemented .PART files are created, downloading dont works. Also i have that WARN when i am trying to download 1 torrent. But it downloads. With 2+ not.