-
Notifications
You must be signed in to change notification settings - Fork 278
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
Automated Download Handling not Removing Torrent after post-processing with QBittorrent #11114
Comments
Do you know how to checkout a branch using git commands? |
See #11116 |
Not really, but if you point me to some documentation or give me the command I can ssh to my raspberry pi and do it and test it out for you. EDIT: I see the changes in to download_handler.py in #11116 . I could just edit the file myself and add the changes if that's simpler. |
Yes that would work |
I manually edited download_handler.py . Now the show isn't being moved, but when the download_handler is called again (10 minute interval) it is removed from qBittorrent. It remains in the download folder.
I checked logs from before I edited download_handler.py and saw that it moved 4 episodes and only removed one of the torrents from qBittorrent on the next cycle. The other 3 torrents remained seeding.
I hope this helps a little in narrowing down the problem. |
This time I downloaded a show that hasn't been downloaded before just in case the post-processing wasn't liking me deleting and then setting an episode to wanted like before. This time the episode did post-process and get moved but the qBittorrent torrent remains and the download handler isn't setting it to SeededAction like before. I also reduced the interval to 5 minutes so I could check on it quicker.
|
Could you enable debug logging and restart? |
Here is a log of a normally gotten torrent (no manual search or setting it to wanted myself for a backlog search). After postprocessing we get a 'Action after seeding disabled' debug message on the first DOWNLOADHANDLER run as well as a status change to SeededAction. Then on the next cycle it removes the torrent successfully. I have no idea why it works sometimes and other times it just refuses to even update something to SeededAction.
|
Describe the bug
Once a torrent is done downloading it is not removed (which I have set in the Torrent seed action).
To Reproduce
Steps to reproduce the behavior:
Scheduled Post-Processing is Off.
Automated Download Handling is On.
Download Handler frequency is 10.
Global torrent seed ratio is 0.
Torrent seed action is Remove Torrent.
Default client path is /mnt/usb/medusa
Post-processing Dir is /mnt/usb/medusa
Postpone post-processing (for sync files) is on. But there aren't any sync files present.
Add label to torrent: medusa (I use qBittorrent to get other files, some with labels for Radarr and some without labels)
Expected behavior
The torrent should be removed from the qBittorrent server instead of being left there.
Screenshots
If applicable, add screenshots to help explain your problem.
Medusa (please complete the following information):
Debug logs (at least 50 lines):
General > Advanced Settings > Enable debug
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: