Start and stop don't work
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
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)
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
v4feature 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.