jerrymakesjelly / autoremove-torrents

Automatically remove torrents according to your strategies.
https://pypi.org/project/autoremove-torrents/
MIT License
739 stars 120 forks source link

Torrent to delete identified but not deleted #76

Closed Jorman closed 3 years ago

Jorman commented 4 years ago

Hi, I think some is changed, maybe on python side but some is not working like expected Se here:

autoremove-torrents --conf=/data/Varie/Scripts/autoremove-torrents/config.yml --log=/data/Varie/Scripts/autoremove-torrents/logs
Wed, 10 Jun 2020 20:46:16 autoremovetorrents.main INFO: Auto Remove Torrents 1.5.2
Wed, 10 Jun 2020 20:46:16 autoremovetorrents.main INFO: Loading configurations...
Wed, 10 Jun 2020 20:46:17 autoremovetorrents.main INFO: Found 1 task(s) in the file.
Wed, 10 Jun 2020 20:46:17 autoremovetorrents.task INFO: Running task 'qBittorrent'...
Wed, 10 Jun 2020 20:46:17 autoremovetorrents.task INFO: Logging in...
Wed, 10 Jun 2020 20:46:17 autoremovetorrents.task INFO: Login successfully. The client is qBittorrent v4.2.5.
Wed, 10 Jun 2020 20:46:17 autoremovetorrents.task INFO: WebUI API version: 2.5.1 (v2)
Wed, 10 Jun 2020 20:46:17 autoremovetorrents.task INFO: Getting all the torrents...
Wed, 10 Jun 2020 20:46:18 autoremovetorrents.task INFO: Please wait...We have found 31 torrent(s).
Wed, 10 Jun 2020 20:46:18 autoremovetorrents.task INFO: Found 38 torrent(s) in the client.
Wed, 10 Jun 2020 20:46:18 autoremovetorrents.strategy INFO: Running strategy Private-Tracker-Torrenting...
Wed, 10 Jun 2020 20:46:18 autoremovetorrents.strategy INFO: Total: 0 torrent(s). 0 torrent(s) can be removed.
Wed, 10 Jun 2020 20:46:18 autoremovetorrents.strategy INFO: Running strategy Private-Tracker-TorrentBytes...
Wed, 10 Jun 2020 20:46:19 autoremovetorrents.strategy INFO: Total: 0 torrent(s). 0 torrent(s) can be removed.
Wed, 10 Jun 2020 20:46:19 autoremovetorrents.strategy INFO: Running strategy Private-Tracker-Shareisland...
Wed, 10 Jun 2020 20:46:19 autoremovetorrents.strategy INFO: Total: 11 torrent(s). 0 torrent(s) can be removed.
Wed, 10 Jun 2020 20:46:19 autoremovetorrents.strategy INFO: Running strategy Private-Tracker-HDTorrent...
Wed, 10 Jun 2020 20:46:19 autoremovetorrents.strategy INFO: Total: 0 torrent(s). 0 torrent(s) can be removed.
Wed, 10 Jun 2020 20:46:19 autoremovetorrents.strategy INFO: Running strategy Private-Tracker-Girorrent...
Wed, 10 Jun 2020 20:46:20 autoremovetorrents.strategy INFO: Total: 12 torrent(s). 0 torrent(s) can be removed.
Wed, 10 Jun 2020 20:46:20 autoremovetorrents.strategy INFO: Running strategy Private-Tracker-BigTower...
Wed, 10 Jun 2020 20:46:20 autoremovetorrents.strategy INFO: Total: 1 torrent(s). 0 torrent(s) can be removed.
Wed, 10 Jun 2020 20:46:20 autoremovetorrents.strategy INFO: Running strategy Private-Tracker-ArabaFenice...
Wed, 10 Jun 2020 20:46:20 autoremovetorrents.strategy INFO: Total: 0 torrent(s). 0 torrent(s) can be removed.
Wed, 10 Jun 2020 20:46:20 autoremovetorrents.strategy INFO: Running strategy Private-Tracker-AlphaRatio...
Wed, 10 Jun 2020 20:46:21 autoremovetorrents.strategy INFO: Total: 0 torrent(s). 0 torrent(s) can be removed.
Wed, 10 Jun 2020 20:46:21 autoremovetorrents.strategy INFO: Running strategy Private-Tracker-NetCosmo...
Wed, 10 Jun 2020 20:46:21 autoremovetorrents.strategy INFO: Total: 0 torrent(s). 0 torrent(s) can be removed.
Wed, 10 Jun 2020 20:46:21 autoremovetorrents.strategy INFO: Running strategy Private-Tracker-TorrentLeech...
Wed, 10 Jun 2020 20:46:22 autoremovetorrents.strategy INFO: Total: 5 torrent(s). 0 torrent(s) can be removed.
Wed, 10 Jun 2020 20:46:22 autoremovetorrents.strategy INFO: Running strategy Private-Tracker-Milkie...
Wed, 10 Jun 2020 20:46:22 autoremovetorrents.strategy INFO: Total: 1 torrent(s). 0 torrent(s) can be removed.
Wed, 10 Jun 2020 20:46:22 autoremovetorrents.strategy INFO: Running strategy Global-Tracker...
Wed, 10 Jun 2020 20:46:22 autoremovetorrents.strategy INFO: Total: 2 torrent(s). 0 torrent(s) can be removed.

Nothing removed. There's a way to print a better debug log to see why this happens? Can be my configuration?

J

mylovesaber commented 4 years ago

Paste your configuration.

jerrymakesjelly commented 4 years ago

Sorry I didn't print any debug logs at the moment, because it could make the users hard to view the deleting records.

To find out the problem of your configuration, you can start with the simplest configuration, and then gradually add your configurations until you find the problem.

Jorman commented 4 years ago

Thanks, I'll try with the debug log. I think I found the "problem" but is not autoremove-torrents related. I think was a problem with trackers, the torrent was not counted on remote tracker (offline for vpn problem) but the seeding time was counted locally ... so the mistake is done! All is under test now, so if happen again I'll try to use the debug log!

J