Error on Synology docker package with playlist
See original GitHub issueHello I’m really interested in this app. But when I want a playlist back it doesn’t work. Can you help me? Here’s the mistake I have:
An error has occurred:
`Failed pre-check for video info: Error: Command failed with exit code 1: /app/node_modules/youtube-dl/bin/youtube-dl -i --dump-json -o video/%(title)s.mp4 --write-info-json --print-json -f bestvideo+bestaudio --merge-output-format mp4 --write-thumbnail https://youtube.com/playlist?list=PLjE7RnS_3M6fD0-5p6QJk5o3Y5p4Br84q Download start: Mar 22, 2021, 1:45:47 PM
Here my configuration :
I would gladly make a donation if I could make it work. If you can help me it will be great. I tested the videos and they are available. Here’s the playlist I wanted to download. https://youtube.com/playlist?list=PLjE7RnS_3M6fD0-5p6QJk5o3Y5p4Br84q Thank you in advance for your help. I’m a beginner. I’m on Synology Ds411-II with the latest DSM version and the latest version of your app. (same fail with audio) Michael.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
No need for donations! Always happy to help 😃
Can you try going into the Advanced tab in your setting and changing the downloader to youtube-dlc? Perhaps youtube-dl doesn’t play nice with your setup/network for whatever reason
As someone with a Synology NAS myself, one thing I had to do to get it working was change the permissions inside of the docker container to actually write into the folders that I mounted it onto.
Essentially I just ran
chmod 777 -R users/
from the/app
directory. (of course there are more restricted permissions that you can use – my system is secure enough I don’t mind giving these folders global access from the container)