Page 1 of 1

Docker filebot:node won't work since 4.8.5

Posted: 16 Apr 2019, 14:32
by Redskyer
Hello,

since version 4.8.5 I get the following error message on my Filebot Node in Docker:

Code: Select all

+ export FILEBOT_NODE_HOST=0.0.0.0
+ export FILEBOT_CMD=filebot
/usr/bin/filebot-node: 6: /usr/bin/filebot-node: DOCKER_VOLUME: parameter not set
The version before worked for months without any problems. I don't have changed anything in the configuration, just updated the image from the docker repository.

I actually don't know which parameter isn't set correctly.

Do you have an idea what the problem could be?

Re: Docker filebot:node won't work since 4.8.5

Posted: 17 Apr 2019, 08:20
by rednoah
Should be fixed now.

Re: Docker filebot:node won't work since 4.8.5

Posted: 17 Apr 2019, 14:28
by Redskyer
Yes, it's working again!

Thank you!