Closed c0wg0d closed 1 year ago
dry-run does not write anything to the output directory so permissions are never tested. This is an issue with your mount. Ensure the ytdl-sub user you're using in your Dockerfile has write permission to /tv_shows
. You can test this by running touch /tv_shows/test_file
when logged into the container as the abc
user.
Closing since this isn't a ytdl-sub issue, but still happy to help and will respond to comments :)
Okay I fixed that issue by changing the Docker PUID and GUID values, but now the abc user doesn't have permissions to write to the /tmp directory inside the container. How do I fix that?
EDIT: Nevermind. I stopped and reset the docker container and it is working now. Thanks!
I am trying to setup this program on my Synology NAS. The dry run works, but when I try to download files, I get a permission denied error. I don't understand why the download directories have different UID/GID numbers from the abc user, which seems like a problem.