docker filebot node unpacking issues
Posted: 23 Oct 2022, 00:39
im having issues using filebot node in docker unpacking files after being called by qbittorrent via curl.
best i can tell all permissions are set properly:

errors on execute:
container was setup as follows:
docker running on ASUSTOR AS5304T. 64bit Linux effectively
best i can tell all permissions are set properly:

errors on execute:
Code: Select all
Read archive [kevin.smith.silent.but.deadly.extended.edition.2018.720p.web.h264-opus.rar] and extract to [/volume1/complete/Kevin.Smith.Silent.But.Deadly.Extended.Edition.2018.720p.WEB.h264-OPUS/kevin.smith.silent.but.deadly.extended.edition.2018.720p.web.h264-opus/Kevin.Smith.Silent.But.Deadly.Extended.Edition.2018.720p.WEB.h264-OPUS]
Access Denied: /volume1/complete/Kevin.Smith.Silent.But.Deadly.Extended.Edition.2018.720p.WEB.h264-OPUS/kevin.smith.silent.but.deadly.extended.edition.2018.720p.web.h264-opus
File does not exist: /volume1/complete/Kevin.Smith.Silent.But.Deadly.Extended.Edition.2018.720p.WEB.h264-OPUS/kevin.smith.silent.but.deadly.extended.edition.2018.720p.web.h264-opus
Code: Select all
services:
filebot-node:
container_name: filebot-node
image: rednoah/filebot:node
restart: unless-stopped
volumes:
- /share/Data/FileBot:/data
- /share/Data:/volume1
ports:
- 5452:5452