docker filebot:watcher error after update 4.8.5

Any questions? Need some help?
Post Reply
chef1702
Posts: 2
Joined: 11 Apr 2019, 06:09

docker filebot:watcher error after update 4.8.5

Post 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 :)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: docker filebot:watcher error after update 4.8.5

Post by rednoah »

Looks like it's just broken. I'll fix the watcher script and deploy new docker builds.
:idea: Please read the FAQ and How to Request Help.
chef1702
Posts: 2
Joined: 11 Apr 2019, 06:09

Re: docker filebot:watcher error after update 4.8.5

Post by chef1702 »

Thanks for your response and for putting the code in code blocks (missed that :roll: )
Post Reply