Open danmartyn opened 1 year ago
Please provide the output of docker inspect <container name>
so we can have a complete picture of how the container has been configured.
Also, the output of the following command would be useful to see if there is any permission issue:
docker exec <container name> ls -l /watch
Wanted to mention, I have run into this same issue, and determined what was causing it was the rm command for removing the source file after conversion. The rm is failing due to not having the appropriate write permission to remove the file, so that's the key to fixing the issue. That said, this error could be handled more gracefully so that processing can continue.
Did you get an error in the log ? The script should not stop because of a removal failure.
Current Behavior
When I start the container, with multiple files in the watch folder, it will process the first one, then not continue with the next files. As well, in the logs it says the original file was removed, but its not actually removed.
Expected Behavior
All the files in the watch folder should be encoded and then removed.
Steps To Reproduce
No response
Environment
Container creation
Created in Unraid
Container log
Container inspect
No response
Anything else?
No response