Kallys / MediaDownloader

A WebUI for youtube-dl, implementing management for background downloads (queuing, concurrency...)
Other
75 stars 17 forks source link

Output folder is not writable. #4

Closed Qasimmodo closed 7 years ago

Qasimmodo commented 7 years ago

Tried doing chmod -R 775 downloads and still getting this error.

Kallys commented 7 years ago

Hi ! You have to make sure downloads folder exists and is writable for web user. Let's say your web user is www-data : 1) Make sure downloads folder exists mkdir downloads 2) Make www-data as group owner of the folder chgrp www-data downloads 3) Make this folder writeable for group chmod g+rwx downloads

If this does not solve your issue, please post the result of the following command (run in MediaDownloader folder) : ls -la