Sonarr version (exact version): 3.0.1.441 Mono version (if Sonarr is not running on Windows): 5.20.1.19 OS: Ubuntu 18.04 Debug logs: Description of issue:
Autodl-curl-sonarr is not hitting sonarr. My filter starts the script in rtorrent but I cant see any records of it in sonarr. Its like the script cant communicate with sonarr. The ApiKey is added and the ip is changed to match my setup.
I have given the script permissions and edited the script to change url. I am using revers proxy. When running this command inside sonarr container I get a list of download clients. When passing it to the script nothing happens.
Have you tried logging the output of the script?
Sonarr’s debug logs (or for more details the trace logs), will have the API calls logged as well as the response code.
Also change downloadProtocol to protocol, probably worth switching to the v3 API endpoint as well, /api/v3/
Changed the logging to trace, two releases were matched by autodl-sonarr but still no entry of anything i sonarr logs.
Everything looks ok in rtorrent. It send the the command and starts the script as far as I can tell. The script just dont reach sonarr for some reason.