March 22, 20233 yr I'm attempting to use the Tatulli docker notification agent to run a script to pause parity check while someone is streaming. I've setup the notification agent in a similar way to the example in this link: https://github.com/uraid/qbittorrent_throttle And have created a script (ResumeParityCheck.sh below) to call a Parity Tuning Plugin CLI command and placed it in a few different folders but Tatulli throws up a permission error when I try to run the script from within the webGUI: "Tautulli Notifiers :: Failed to run script: [Errno 13] Permission denied: '/scripts/ResumeParityCheck.sh'" ResumeParityCheck.sh #!/bin/bash /usr/local/emhttp/webGui/scripts/parity_control resume Anyone have any idea how to successfully call a script that interacts with the main console from within a docker? Any help is appreciated! Edited March 22, 20233 yr by MTerracciano Posted before I was finished
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.