y500 / libtorrent

Automatically exported from code.google.com/p/libtorrent
0 stars 0 forks source link

Torrents pausing randomly #760

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to download torrent from a seeding peer.
2. Leeching machine shows this error:

  PEER_DISCONNECTED - peer_disconnected_alert - 06 - Little Drummer Boy.mp3 peer (74.129.244.7:58472, libtorrent 1.0.0) disconnecting: [asio.misc] End of file

Seeding machine shows this error:
  PEER_DISCONNECTED - peer_disconnected_alert - 06 - Little Drummer Boy.mp3 peer (94.102.63.93:48228, libtorrent 1.0.0) disconnecting: [libtorrent error] torrent paused

But there shouldn't be any paused torrents on my seeding machine, because here 
are its settings:

        sessionSettings.setActiveDownloads(10);
        sessionSettings.setActiveLimit(-1);
        sessionSettings.setActiveSeeds(-1);
        sessionSettings.setActiveDHTLimit(-1);

Original issue reported on code.google.com by Tchouli...@gmail.com on 26 Jun 2015 at 10:25

GoogleCodeExporter commented 8 years ago
I don't seem to be getting this problem any more for some reason.

pfft google code. It won't let me close this issue out so it doesn't waste your 
time.

Original comment by Tchouli...@gmail.com on 27 Jun 2015 at 1:01

GoogleCodeExporter commented 8 years ago
there are other reasons a torrent could be paused, other than the auto-manager. 
do you get any other alerts right before or after the torrent pauses? There may 
be an error, or torrent_handle::pause() may have been called.

Could you produce a minimal example that reproduce the problem?

Original comment by arvid.no...@gmail.com on 27 Jun 2015 at 1:45