StuffAnThings / qbit_manage

This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove Orphaned data, remove unregistered torrents and much much more.
MIT License
742 stars 45 forks source link

[Bug]: Share limit tags do not update #500

Closed akesher123 closed 6 months ago

akesher123 commented 7 months ago

Describe the Bug

This is the same as #457. I didn't see a way to re-open that issue, so feel free to close this and re-open that one.

For me the issue described in #457 persists with 4.0.9. Any torrent with the MinSeedTimeNotReached tag will not have its share limits updated. It will erroneously have the tag for my noHL groups, however something else in the code knows that it is not noHL because the torrents do not get removed.

Config

No response

Logs

https://gist.github.com/akesher123/d7f00b29745f1457da0c82b1a46ba484

Screenshots

No response

Installation

Unraid

Version Number

4.0.9

What branch are you on?

master

bobokun commented 7 months ago

Logs show you are running 4.0.6. Please also post your config. Make sure you're adding the following to ignoreTags_OnUpdate https://github.com/StuffAnThings/qbit_manage/blob/master/config/config.yml.sample#L35-L41

akesher123 commented 7 months ago

Sorry, those were the old logs. Here are the logs from a previous run https://gist.github.com/akesher123/00f002775bd634417cedaf5e3a46ddea

Here's a run immediately after adding those tags to ignoreTags_OnUpdate. https://gist.github.com/akesher123/a174ae314930d98fead136483599b592

bakerboy448 commented 6 months ago

Config?

akesher123 commented 6 months ago

Oops, forgot

https://privatebin.net/?cb75ab9064331ebe#LozvxG28aXi4YswxzwXbQyFr7czSi7gTp9rVgB9yijk

bobokun commented 6 months ago

I've added some additional checks for invalid configurations in the latest develop https://github.com/StuffAnThings/qbit_manage/commit/9202f7eec4268eacc6dd1d31d18fa1c98b93af0a . This is a configuration issue. Please reread the wiki for an explanation on the share_limits and hop on discord if you need any additional help.

You probably are looking for max_seeding_time instead of min_seeding_time