xbt icon indicating copy to clipboard operation
xbt copied to clipboard

Complete not showing on tracker

Open danny91 opened this issue 6 years ago • 5 comments

Hi any ideas why number of completed downloads stays at 0 when looking at the tracker in the torrent clients however it updates correctly in the SQL database?

Thanks Dan.

danny91 avatar Dec 04 '17 17:12 danny91

Hi,

What clients are you using? Are you using http or udp announces?

OlafvdSpek avatar Dec 05 '17 07:12 OlafvdSpek

Hi,

Http announce Closed tracker mode Tried with utorrent 2.2.1 and the new qbittorrent

The tracker works and the sql database is updated however the clients completed never increases.

Thanks, Dan

danny91 avatar Dec 05 '17 12:12 danny91

I'm not sure whether that field is included in announces, it might only be in scrapes. Does the value update when you stop the torrent?

OlafvdSpek avatar Dec 05 '17 12:12 OlafvdSpek

Hi no even relaunching the torrent client does not make it update correctly. It always stays at 0

Thanks

danny91 avatar Dec 05 '17 12:12 danny91

The fix. Line 747,748 on tracker.cpp return (boost::format("d8:completei%de10:downloadedi%de10:incompletei%de8:intervali%de12:min intervali%de5:peers%d:%se") % f->seeders % f->completed % f->leechers % g_config.m_announce_interval % g_config.m_announce_interval % peers.size() % peers).str();

ghost avatar Sep 10 '19 17:09 ghost