Jorman / Scripts

Some script, forked and not to make me crazy!
MIT License
207 stars 26 forks source link

Fail on qBittorrent-cli. Aborting. #1

Closed michaelwijnands-zuyd closed 4 years ago

michaelwijnands-zuyd commented 4 years ago

I'm running a Docker container with qBittorrent 4.2.5. When trying to run the script from Sonarr it exits with code 1.

I used the console to manually run the script from inside the Sonarr container and it says qBittorrent-CLI is missing eventhough your Readme says it is not needed anymore. When commenting the code below the script seems to work.

if [[ -z $qbt_executable ]]; then
    echo -e "\n\e[0;91;1mFail on qBittorrent-cli. Aborting.\n\e[0m"
    echo "You can find it here: https://github.com/fedarovich/qbittorrent-cli"
    exit 1
fi
Jorman commented 4 years ago

Ouch, never got the notification mail about this, sorry! You right, now this's fixed with the last commit. Hope you've taken the last one

J