Vikas
Vikas
The api wrapper is intended to work only on versions above 3.1.x. Please try [mookfist's repo](https://github.com/mookfist/python-qbittorrent).
Hi @ryee1 , as said above, it won't work on 3.1.x. You either have to upgrade to latest 3.3.x or use [this repo](https://github.com/mookfist/python-qbittorrent) You can get the latest version of...
@dozedoff , nice idea. I'll work on this soon :)
Hi @eliabntt, > Found existing installation: requests 2.2.1 Not uninstalling requests at /usr/lib/python2.7/dist-packages, owned by OS This behavior is totally okay as PIP says that you already have all requirements...
> for qBittorrent Web API (for versions above v3.1.x). This is being misinterpreted by many folks. By above 3.1.x, i mean any version that starts with 3.1 won't work. This...
Are you sure that it works? Are you able to perform other actions like extracting list of torrents, adding etc?
Thats something I wasn't expecting. I'll test the client with 3.1.11 as soon as I get time. Thanks :)
>I suggest to increase the max_length of the verb, or maybe implement a extra validation to trim the text I think we should do both, increase the max_length and have...
Hmm, that shouldn't be happening. I'll try to reproduce this issue and let you know about it.
Hi @georgikoyrushki95 , Personally, I haven't experienced such issue (yet). Can you give details on reproducing it? Are you sure that you background task is not triggering the the module...