qbit icon indicating copy to clipboard operation
qbit copied to clipboard

Start and stop don't work

Open subalterngames opened this issue 6 months ago • 2 comments

self.client.stop_torrents(my_vec).await

Result:

Qbit(UnknownHttpCode(404))

Presumably, start_torrents fails as well.

I don't see start or stop in Qbittorrent's docs. But, I do see pause and resume

subalterngames avatar Sep 04 '25 20:09 subalterngames

Update: I downgraded to 0.4.6 and it works. I'm not using Qbittorrent v5 because my package manager only has v4. It would be useful to have a v4 feature to downgrade accordingly (or vice versa)

subalterngames avatar Sep 05 '25 13:09 subalterngames

Update: I downgraded to 0.4.6 and it works. I'm not using Qbittorrent v5 because my package manager only has v4. It would be useful to have a v4 feature to downgrade accordingly (or vice versa).

Thanks for the suggestion. However, the Qbittorrent API is really messy and I don't have the time to maintain another set of Api. If you really want it, PR is welcomed.

George-Miao avatar Sep 05 '25 20:09 George-Miao