docker filebot:watcher error after update 4.8.5
Posted: 11 Apr 2019, 06:38
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:
Error Message:
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.
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
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}"
Code: Select all
/usr/bin/filebot-watcher: 3: /usr/bin/filebot-watcher: INOTIFYWAIT_OPTS: parameter not set
+ stdbuf -oL uniq
+ read -r FILE
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
Thanks and greetings
