-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only deletes slow downloads #92
Comments
hi @Medroid quite simple: language.
the checks are in english: I would not know how to switch this to support any language I'm afraid. (obviously, if you find a clever way to create a PR to support other languages, happy to review it) |
Hi @ManiMatter, indeed that was the problem. I don’t even know why I switched it to Portuguese in the first place. Convenience maybe? Either way changing the language solved all issues. I believe this could be added to the “Dependencies & Hints & FAQ” section. Perhaps something like:
PS: I would love to contribute to supporting other languages, but unfortunately, I lack the necessary time and skills to do so. Thanks. |
Thanks, happy to add that. Cheers |
If you want support for *arr in languages other than English, feel free to upvote Sonarr/Sonarr#6960 |
During the initial testing of the script, I was running it in a Docker container against the qBittorrent default ASUSTOR App with great success. As this was a temporary setup, I decided to move the qBittorrent client to a Docker container as well. That’s when the problem started.
I have created a scenario where there are 3 files with different conditions for deletion. As you can see by the picture below, there is one stalled download, one downloading metadata, and one slow. According to the log, the slow download is deleted successfully, but not the others. The logs keep saying “Queue is clean”. Am I missing something obvious? Is this related to issue #56?
before:
after:
DEBUG log:
_Decluttarr_logs_DEBUG.txt
The setup is as follow:
qBittorrent container -> V4.6.4 pulled from lscr.io/linuxserver/qbittorrent:latest
gluetu container -> pulled from qmcgaw/gluetun (Used as a VPN tunnel for the qBittorrent container)
raddar container -> V5.3.6.8612 from lscr.io/linuxserver/radarr:latest
sonarr container -> V4.0.3.1413 from lscr.io/linuxserver/sonarr :latest
decluttarr container -> docker compose as follows:
The text was updated successfully, but these errors were encountered: