API - Release Push

Sonarr version (exact version): 3.0.1.441
Mono version (if Sonarr is not running on Windows):
OS: Windows 10.0.17763.437 x64
Debug logs:
Description of issue:

Hello,

I’m trying to push a new release to the download client from the API, so I’m using Release Push.
I actually have a Response with rejected status to true, the reason is:

“rejections”: [
“Existing file meets cutoff: WEB 720p (WEBRip-720p, WEBDL-720p) - English”,
“Existing file on disk is of equal or higher preference: WEBDL-720p v1 - English”,
“Recent grab event in history already meets cutoff: WEBDL-720p v1”,
“Episode is not monitored”
],

All those reason are correct.
When I search and try to download it from sonarr GUI, it works.
When I remove all reasons to be rejected (remove file, set episode to be monitored…) it works from the API.

So, I was wondering how to force download from the API and bypass rejections like from the interractive search.

Thank you in advance.

You can’t.

release/push is meant to process the download and determine if it can be downloaded and grab it if it can. If you want to forcibly grab something send it directly to you client and set the appropriate category and Sonarr will pick it up (if it can’t parse it, it will at least have it in the queue if unknown downloads are included).

Oh then, I’ll sent it directly to the client.

Thank you for your (very fast) answer.

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