1 Tracker has not been contacted yet 2 Tracker has been contacted and is working 3 Tracker is updating 4 Tracker has been contacted, but it is not working (or doesn't send proper replies) Example: [ { "msg":"", "num_peers":100, "status":2, "url":"http://bttracker.debian.org:...
Please do not hesitate to report any problem you may experience with qBittorrent. We will do our best to address it. There is a feature I would like to see in qBittorrent, where can I make a request?On our issue tracker here. All ideas and feedback are welcome. Just know that we ...
Off topic but is this because of a certain tracker celebrating its anniversary? 🙂 MeruOtonashi commented Jun 6, 2022 @cheater Pretty much sure it is the jump from 4.4.2 to 4.4.3 that exhibited this behavior. 4.4.3.1 is just a translation fix to the application according to the changel...
Torrents are not "connected to the swarm", even if it is to not being able to download/upload #12781 Closed Author stdedos commented May 8, 2020 You mean "stalled" and/or trackers stuck in "not contacted yet"? And "Not working". Even if other torrents with the same tracker rep...
Tracker status is broken again. Not working trackers return not contacted yet status. I opened a support ticket upstream: arvidn/libtorrent#5335 and I would appreciate any help to make it correct. WebUI statistics show some non-working metrics Those will be removed when we drop support for ...
Announcing to tracker does not work. I have 13 hnr now. 77 torrents. 77 seeding. I can pause the 13 that are hnr. They all pause at once, as compared to version 3.3.0 where they only pause one at a time even if all 13 are selected. I can start them all at once, and they ...
All API methods only allowsGETorPOSTmethods. UsePOSTwhen you are mutating some state (or when your request is too big to fit intoGET) and useGETotherwise. Starting with qBittorrent v4.4.4, server will return405 Method Not Allowedwhen you used the wrong request method. ...
Please try this build which has logging support for tracker error alerts. I've tried it, but unfortunately that version is identified as QB 4.4.X and the trackers have not it whitelisted so I get that generic error and not the reason of why 4.3.2. and 4.3.3 refuses to connect https:...
qbittorrentlocked and limited conversation to collaboratorson Mar 1, 2021 Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in. Assignees No one assigned Labels None yet Projects None yet Milestone
// TrackerStatus https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#get-torrent-trackers type TrackerStatus int const ( // 0 Tracker is disabled (used for DHT, PeX, and LSD) TrackerStatusDisabled TrackerStatus = 0 // 1 Tracker has not been contacted yet TrackerSt...