Page 1 of 1

docker filebot:watcher error after update 4.8.5

Posted: 11 Apr 2019, 06:38
by chef1702
I just updated my docker container to filebot:watcher 4.8.5 and after using the same start command like before I got an error message.

Start cmd:

Code: Select all

docker run -d --restart unless-stopped --name filebot \
-v /srv/.../sort:/watch \
-v /srv/.../series:/Share \
-v /home/.../filebot/data:/data \
rednoah/filebot:watcher /watch --output /Share --log-file amc.log --def "ut_label=TV" --lang de --action move --def seriesFormat="{n}/{n} - {s00e00} - {t}"
Error Message:

Code: Select all

/usr/bin/filebot-watcher: 3: /usr/bin/filebot-watcher: INOTIFYWAIT_OPTS: parameter not set
+ stdbuf -oL uniq
+ read -r FILE
It also happens just with /watch --output /Share at the end of the command, without all the other amc script parameters.

Starting normal filebot works great and with the following command I get the sysinfo.

Code: Select all

docker run -it --name filebot \
-v /srv/.../sort:/watch \
-v /srv/series:/Share \
-v /home/.../filebot/data:/data \
rednoah/filebot -script fn:sysinfo
Does the filebot:watcher command needs to be changed. Can't find any information about it on the docker hub or github page.

Thanks and greetings :)

Re: docker filebot:watcher error after update 4.8.5

Posted: 11 Apr 2019, 07:19
by rednoah
Looks like it's just broken. I'll fix the watcher script and deploy new docker builds.

Re: docker filebot:watcher error after update 4.8.5

Posted: 11 Apr 2019, 07:31
by chef1702
Thanks for your response and for putting the code in code blocks (missed that :roll: )