Replies: 1 comment 1 reply
|
This honestly sounds like a permissions issue. The destination folder would need to allow write perms from the application's perspective. Using docker makes things slightly better because you can force the container to start with specific PUID and PGID. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I using Radarr and this script on a debian system.
After a movie is imported the script is run correctly, trailer is found and downloaded, but script fails to move the faile to the movie folder. Radarr itself has no issues importing movies.
WARNING - downloaders.downloader - Failed to move MOVIE-trailer.mp4 ERROR: [Errno 1] Operation not permitted: 'path/MOVIE-trailer.mp4'
Running the script from console is working correctly.
All reactions