torrents_info does not work with tag
See original GitHub issueExample code:
torrents_with_tag = qbt.torrents_info(category="TestingTags", tag='Test')
for torrent in torrents_with_tag:
print(torrent.name)
The output prints all torrent names with the category TestingTags
. It ignores the tag parameter or does not process it.
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
5 Ways to Unblock a Torrent When It's Not Working - MakeUseOf
Here are some effective ways you can bypass torrent connection blocking by ISPs to unblock and download legitimate torrents.
Read more >Adding tags to torrents : r/qBittorrent - Reddit
Adding tags to torrents · Right click "Tags" in left panel (shows "status", "Categories" and "Tags") · Select "Add tag..." from presented menu....
Read more >does not appear in Tag drop-down list view · Issue #993 ...
Workaround for the issue is to simply create a NEW Tag each time you want to tag a torrent file, and it will...
Read more >Using info hash to download files - Troubleshooting - Forums
Sometimes I have noticed that there might be an info hash tag on a torrent download site, when there might be no magnet...
Read more >Why my GET request to a torrent tracker doesn't work?
The hash you send is not the info_hash . You have somehow, from the meta data in the .torrent file, instead got the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you so much for looking into this and so fast. I don’t get support like this for stuff that I pay for. Closing the issue. 😃
Ahh, I see now…qBittorrent v4.3.9 didn’t support the
tag
parameter in thetorrents/info
API endpoint. The docs say it was introduced in APIv2.8.3
(although such a version of the API was never released…it went from v2.8.2 to v2.8.4). Thetag
parameter should be respected starting in qBittorrent v4.4.0.