Mads Engel Lundt
Mads Engel Lundt
I got the same error. I got my library IDs from /library/sections?X-Plex-Token= I found out that the error causing this was because I used the Id attribute from the location...
Cloudupload script is called by yourself outside the container. Why would you run it and then stop it?
Did you run rmlocal script? You can bind /log. All logs are going in there
Yes that is correct. If you want to move or remove a file/folder it can right now only be done manually with rclone command. I'm looking into it.
Do you have anything inside your cloud-encrypt folder? Try running `fusermount -uz /volume1/docker/Cloud-Media/cloud-encrypt` and then run your docker container again. If that doesn't work try remove `-v /volume1/docker/Cloud-Media/cloud-encrypt:/cloud-encrypt:shared` from your...
Does the error with cloud-encrypt still occur when you don't bind it to the docker command? If it doesn't try running with the scripts outside docker (https://github.com/madslundt/cloud-media-scripts). Docker can have...
Okay I'll try see if I can enforce the error on my machine and maybe fix it
A couple of questions: What OS are you running this on and what version of Docker? I'm not sure what `--net=lsio` means. Are you sure that your pgid and puid...
Is it correct that you are running it on a Qnap NAS? Some have had problems with shared mounts https://github.com/madslundt/docker-cloud-media-scripts/issues/35#issuecomment-515775253 Have you tried that?
You should just run the command by itself on your shared bindings and then afterwards run docker create/run You need to type `--make-shared` and not `--make shared`.