Sonarr does not remove torrent from transmission list after it finishes the import and when it has status Seeding complete

Sonarr version: 20180303-13
Transmission version: 2.94-16
Mono version: 5.8.0.108.11
DSM 6.2-23739 Update 2

Sonarr does not remove torrent from transmission list after it finishes the import and when it has status Seeding complete.

Same problem as mentioned in this topic

Option Completed Download Handling is on, same as the remove option. Both options where turned off and on, gave my NAS a restart. This did not resolved the problem.

I checked the trace and debug log but could not find any clues.

ACL’s for sc-download and sc-media where already set to read/write.

A while back everything worked, so I have never used and are using the category’s. It should work without those.

Have the seeding ratios been set in Sonarr’s indexer settings? I believe that now affects auto removal.

Post the trace logs off an import and we can take a look.

The Sonarr’s indexer settings have not been set. I think you mean the “Seed Ratio” setting, under Indexers and advanced settings. The seed ratio is empty, when empty I would take download clients default setting. For transmission this is set to 1. But downloads have already seeding complete status and are beeing copied to a folder. I will place the trace logs of an import.

@markus101, you can find the trace logs here.

The serie is have been testing for import is called: Test Serie

"downloadDir": "/volume1/Download/Torrents/Compleet",
"downloadedEver": 362989333,
"errorString": "",
"eta": -2,
"hashString": "a2c7f0726dbdb547d3b9bb50b30f0ce8f51d3aee",
"id": 32,
"isFinished": false,
"leftUntilDone": 0,
"name": "TestSerie.S06E10.HDTV.x264-FLEET[rarbg]",
"seedRatioLimit": 1,
"status": 6,
"totalSize": 361825713,
"uploadedEver": 0

That torrent hasn’t uploaded anything and it is still seeding.

Because it was still busy downloading. From 13:54:6 you see this

13:54:26.6|Debug|EpisodeFileMovingService|Copying episode file: /volume1/Download/Torrents/Compleet/TestSerie.S06E10.HDTV.x264-FLEET[rarbg]/TestSerie.S06E10.HDTV.x264-FLEET.mkv to /volume1/TV-Series/Test Serie/Season 6/TestSerie.S06E10.HDTV.x264-FLEET[rarbg].mkv>

13:54:26.6|Debug|DiskTransferService|Copy [/volume1/Download/Torrents/Compleet/TestSerie.S06E10.HDTV.x264-FLEET[rarbg]/TestSerie.S06E10.HDTV.x264-FLEET.mkv] > [/volume1/TV-Series/Test Serie/Season 6/TestSerie.S06E10.HDTV.x264-FLEET[rarbg].mkv]>

And after that it you see that it gets status Finished = true.

“downloadedEver”:362989333,“errorString”:"",“eta”:-1,“hashString”:“a2c7f0726dbdb547d3b9bb50b30f0ce8f51d3aee”,“id”:32,“isFinished”:true,“leftUntilDone”:0,“name”:“TestSerie.S06E10.HDTV.x264-FLEET[rarbg]”,“seedRatioLimit”:1,“status”:0,“totalSize”:361825713,“uploadedEver”:0}]},“result”:“success”}>

What process + name takes care of cleaning up the import folder?

It’s part of the same process, but given this output:

{
    "downloadDir": "/volume1/Download/Torrents/Compleet",
    "downloadedEver": 362989333,
    "errorString": "",
    "eta": -1,
    "hashString": "a2c7f0726dbdb547d3b9bb50b30f0ce8f51d3aee",
    "id": 32,
    "isFinished": true,
    "leftUntilDone": 0,
    "name": "TestSerie.S06E10.HDTV.x264-FLEET[rarbg]",
    "seedRatioLimit": 1,
    "status": 0,
    "totalSize": 361825713,
    "uploadedEver": 0
}

Sonarr will never remove it because the seed ratio hasn’t been met, which for that torrent is 1. seedRatio (which isn’t there), must be equal to or greater than seedRatioLimit (which is 1).

I have solved the issue by unselect the option “Stop seeding at ratio” in transmission. And only use the option "Stop seeding if idle for (min): 1 in Transmission selected. In Sonarr I did not change any settings. So SeesRatio is still empyt. Thanks for think along Markus101.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.