Giter Club home page Giter Club logo

Comments (5)

Jorman avatar Jorman commented on May 25, 2024

If I remove the trackers filter, I got this:

$ autoremove-torrents --view --conf=/root/.config/autoremove-torrents/config.yml
Thu, 29 Aug 2019 22:58:47 autoremovetorrents.main INFO: Auto Remove Torrents 1.4.5
Thu, 29 Aug 2019 22:58:47 autoremovetorrents.main INFO: Loading configurations...
Thu, 29 Aug 2019 22:58:47 autoremovetorrents.main INFO: Found 1 task(s) in the file.
Thu, 29 Aug 2019 22:58:47 autoremovetorrents.task INFO: Running task 'my_task'...
Thu, 29 Aug 2019 22:58:47 autoremovetorrents.task INFO: Logging in...
Thu, 29 Aug 2019 22:58:47 autoremovetorrents.task INFO: Login successfully. The client is qBittorrent v4.1.5.
Thu, 29 Aug 2019 22:58:47 autoremovetorrents.task INFO: Getting all the torrents...
Thu, 29 Aug 2019 22:58:48 autoremovetorrents.task INFO: Please wait...We have found 7 torrent(s).
Thu, 29 Aug 2019 22:58:49 autoremovetorrents.task INFO: Please wait...We have found 46 torrent(s).
Thu, 29 Aug 2019 22:58:50 autoremovetorrents.task INFO: Please wait...We have found 83 torrent(s).
Thu, 29 Aug 2019 22:58:51 autoremovetorrents.task INFO: Please wait...We have found 109 torrent(s).
Thu, 29 Aug 2019 22:58:52 autoremovetorrents.task INFO: Please wait...We have found 145 torrent(s).
Thu, 29 Aug 2019 22:58:53 autoremovetorrents.task INFO: Please wait...We have found 183 torrent(s).
Thu, 29 Aug 2019 22:58:54 autoremovetorrents.task INFO: Please wait...We have found 224 torrent(s).
Thu, 29 Aug 2019 22:58:55 autoremovetorrents.task INFO: Found 251 torrent(s) in the client.
Thu, 29 Aug 2019 22:58:55 autoremovetorrents.strategy INFO: Running strategy Torrenting...
Thu, 29 Aug 2019 22:58:55 autoremovetorrents.strategy INFO: Total: 152 torrent(s). 143 torrent(s) can be removed.
Thu, 29 Aug 2019 22:58:55 autoremovetorrents.strategy INFO: To be deleted:

If I leave the trackers filter in place, like 1st post I got this

$ autoremove-torrents --view --conf=/root/.config/autoremove-torrents/config.yml
Thu, 29 Aug 2019 23:02:45 autoremovetorrents.main INFO: Auto Remove Torrents 1.4.5
Thu, 29 Aug 2019 23:02:45 autoremovetorrents.main INFO: Loading configurations...
Thu, 29 Aug 2019 23:02:45 autoremovetorrents.main INFO: Found 1 task(s) in the file.
Thu, 29 Aug 2019 23:02:45 autoremovetorrents.task INFO: Running task 'my_task'...
Thu, 29 Aug 2019 23:02:45 autoremovetorrents.task INFO: Logging in...
Thu, 29 Aug 2019 23:02:45 autoremovetorrents.task INFO: Login successfully. The client is qBittorrent v4.1.5.
Thu, 29 Aug 2019 23:02:45 autoremovetorrents.task INFO: Getting all the torrents...
Thu, 29 Aug 2019 23:02:46 autoremovetorrents.task INFO: Please wait...We have found 15 torrent(s).
Thu, 29 Aug 2019 23:02:48 autoremovetorrents.task INFO: Please wait...We have found 33 torrent(s).
Thu, 29 Aug 2019 23:02:49 autoremovetorrents.task INFO: Please wait...We have found 61 torrent(s).
Thu, 29 Aug 2019 23:02:50 autoremovetorrents.task INFO: Please wait...We have found 89 torrent(s).
Thu, 29 Aug 2019 23:02:51 autoremovetorrents.task INFO: Please wait...We have found 115 torrent(s).
Thu, 29 Aug 2019 23:02:52 autoremovetorrents.task INFO: Please wait...We have found 142 torrent(s).
Thu, 29 Aug 2019 23:02:53 autoremovetorrents.task INFO: Please wait...We have found 163 torrent(s).
Thu, 29 Aug 2019 23:02:54 autoremovetorrents.task INFO: Please wait...We have found 188 torrent(s).
Thu, 29 Aug 2019 23:02:55 autoremovetorrents.task INFO: Please wait...We have found 208 torrent(s).
Thu, 29 Aug 2019 23:02:56 autoremovetorrents.task INFO: Please wait...We have found 226 torrent(s).
Thu, 29 Aug 2019 23:02:57 autoremovetorrents.task INFO: Please wait...We have found 245 torrent(s).
Thu, 29 Aug 2019 23:02:58 autoremovetorrents.task INFO: Please wait...We have found 251 torrent(s).
Thu, 29 Aug 2019 23:02:58 autoremovetorrents.task INFO: Found 251 torrent(s) in the client.
Thu, 29 Aug 2019 23:02:58 autoremovetorrents.strategy INFO: Running strategy Torrenting...
Thu, 29 Aug 2019 23:02:58 autoremovetorrents.strategy INFO: Total: 0 torrent(s). 0 torrent(s) can be removed.

Seem that the strategy was not loaded at all.

Anyone have some idea?

from autoremove-torrents.

Jorman avatar Jorman commented on May 25, 2024

I removed the category and to me, seems that the problem can be on trackers parser, some trackers works, some not, and after some test I found the problem.

My alpharatio tracker is:
http://tracker.alpharatio.cc:2710/MYAPIKEY/announce
so if I put this on trackers:
tracker.alpharatio.cc
script don't find any, but if I put this
tracker.alpharatio.cc:2710
script works, so I've to specify also the :2710

Do you think is better to change the patter to recognize the tracker in order to simply have the host without any extra port? Maybe one day the port will change....

What do you think?

J

from autoremove-torrents.

jerrymakesjelly avatar jerrymakesjelly commented on May 25, 2024

Sorry for inconvenience, I didn't notice this. I will fix this problem.

Thank you for your feedback.

from autoremove-torrents.

Jorman avatar Jorman commented on May 25, 2024

Thank you too for the script :D

from autoremove-torrents.

jerrymakesjelly avatar jerrymakesjelly commented on May 25, 2024

Fixed in version 1.4.6.

from autoremove-torrents.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.