Custom script on docker container

Sonarr version (exact version): 2.0.0.5338
OS: Ubuntu
Description of issue:

I try to run an simple custom script from Sonnar UI. My script is a bash with CURL command :

#!/bin/bash

 curl -X POST "https://URL/message?token=TOKEN" -F "title=hello!" -F "message=my message ttesttttstest" -F "priority=5"

In the path : /scripts/test.sh

My script work nice on local machine, but from Sonarr interface, “test” button return success but i don’t receive notification.

Do you think the problem is my script or from the Docker container ?

Thank you community !

Test doesn’t execute the script in v2, it only check that it exists. In v3 it will execute it when tested.

Hi @markus101, thank for your response.

My version of sonarr is not the latest ?

It may be the latest v2 release, but it is not v3 (which is in beta).

1 Like

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