Something odd is going on with my setup. It doesn’t seem to find Kickass torrents automatically anymore. At first I thought it was because of the trusted releases only setting. After turning that off it worked again for a few days, but now nothing is being grabbed anymore.
The weird thing is that if I do a manual search, I can see a release is found for the wanted episode. If I then cancel the manual search and do an automatic search, the episode starts to download.
The question is, why aren’t the episodes being found automatically anymore?
We’ll need debug log files to understand why its not grabbing from the RSS feed, of course wanted episodes will need to be on the RSS feed for them to be processed. Since search works its not sufficient to see debug logs for the search.
What’s your rss interval?
I suspect you’re missing releases because sonarr fetches 1 page of the rss, which for kat is only 25 items. With verifiedOnly off, 1 page probably isn’t enough, I might have to change that.
By no means a priority but could I put forward the idea to match the feature SickRage has for dealing with .!sync files in the watch folder. Here is a screenshot:
Its for people using Bittorent Sync, its to make sure the sync is complete before working on the files. Mainly important for season folders (where the download of the season is half done and the post process happens and then removes the folder, this removal of the folder goes up the line and the folder at the source is deleted meaning episodes are missed)
I am having an issue adding transmission. When I use a wrong username I get a auth error. But when its all corrent I get this Unknown exception: Input string was not in the correct format and it wont save.
Ubuntu 14.04
14-11-7 11:49:06.3|Error|Transmission|Input string was not in the correct format
System.FormatException: Input string was not in the correct format
at System.Int32.Parse (System.String s) [0x00000] in <filename unknown>:0
at System.Version..ctor (System.String version) [0x00000] in <filename unknown>:0
at System.Version.Parse (System.String input) [0x00000] in <filename unknown>:0
at NzbDrone.Core.Download.Clients.Transmission.Transmission.TestConnection () [0x00000] in <filename unknown>:0
Testing isn’t executed when its disabled, so that makes sense.
It looks like the version coming back from Transmission is causing issues, which version are you running?
Also, you should be running mono with the --debug switch so errors have line numbers (updated the autostart page to reflect this), you should change that for next time.
Result: Error looks the same still cant add transmission
14-11-7 13:17:55.9|Debug|TransmissionProxy|Url: http://localhost:9091/transmission/rpc GetSessionId
14-11-7 13:17:55.9|Debug|TransmissionProxy|Url: http://localhost:9091/transmission/rpc Action: session-get
14-11-7 13:17:56.0|Debug|RestSharpExtensions|Validating Responses from [POST] [http://localhost:9091/transmission/rpc] status[OK]
14-11-7 13:17:56.0|Error|Transmission|Input string was not in the correct format
System.FormatException: Input string was not in the correct format
at System.Int32.Parse (System.String s) [0x00000] in <filename unknown>:0
at System.Version..ctor (System.String version) [0x00000] in <filename unknown>:0
at System.Version.Parse (System.String input) [0x00000] in <filename unknown>:0
at NzbDrone.Core.Download.Clients.Transmission.Transmission.TestConnection () [0x00000] in <filename unknown>:0
14-11-7 13:17:56.8|Warn|NzbDroneErrorPipeline|Invalid request Validation failed:
-- Unknown exception: Input string was not in the correct format
I used the debug wrong. never used mono. after correcting that I get this change:
at NzbDrone.Core.Download.Clients.Transmission.Transmission.TestConnection () [0x00000] in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Download\Clients\Transmission\Transmission.cs:187
I am having some difficulties setting up torrent blackhole. First I tried setting it up with CDH on, When the torrent finishes, it is moved out of the blackhole watched folder and is no longer available for seeding, which is my problem. I had use links instead of copy switched on. Then I tried turning CDH off and the episodes don’t get imported. How can I have nzbdrone import the episodes and leave them available to seed? I also have drone factory folder off. Thanks for your help.
Edit: I tried turning drone factory folder on and pointing it to the same folder as the torrent blackhole watched folder. However same issue, the files are moved when imported and do not seed after import.
Edit 2: No matter what I tried, the episodes weren’t preserved for seeding purposes using torrent blackhole. As a result I just had to give up on blackhole for now and go back to transmission. The reason I was trying torrent blackhole was so I could give synology download station a try, but I’m giving up on that until it is officially supported.