Comment 9 for bug 1021745

Revision history for this message
arvid Norberg (arvid-cs) wrote :

It would be interesting to know what libtorrents understanding of the state of these torrents are.

particularly torrent_status::state, torrent_status::paused, torrent_status::error, torrent_status::auto_managed.

Does qBittorrent save the resume data in bencoded form straight from libtorrent? If so, I would also like to see the resume file of one of the torrents that start up in this state. Specifically, there is a field called "announce to trackers" which is a half-way paused mode, where you have enough started torrents, but you still accept incoming connections on other torrents even though they're not announcing to the tracker.

Btw, how sure are you that the problem is that no trackers are contacted? Typically you would save peers in the resume data as well, which you'll have access to even without the tracker. What is the symptom you see?