question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

torrents_info does not work with tag

See original GitHub issue

Example 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:closed
  • Created a year ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
varoOPcommented, Jun 29, 2022

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. 😃

0reactions
rmartin16commented, Jun 29, 2022

Ahh, I see now…qBittorrent v4.3.9 didn’t support the tag parameter in the torrents/info API endpoint. The docs say it was introduced in API v2.8.3 (although such a version of the API was never released…it went from v2.8.2 to v2.8.4). The tag parameter should be respected starting in qBittorrent v4.4.0.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found