Xonshiz / anime-dl

Anime-dl is a command-line program to download anime from CrunchyRoll and Funimation.
MIT License
229 stars 37 forks source link

Error number 13 #69

Closed ehllie closed 5 years ago

ehllie commented 5 years ago

When running ./__main__.py -i https://www.crunchyroll.com/konosuba-gods-blessing-on-this-wonderful-world -u "login" -p "password" -r 1080p I get the following:

Trying to login... Logged in successfully... Total Episodes to download : 20 Seems like this video isn't available... [Errno 13] Permission denied: 'Output'

Seems like this video isn't available... [Errno 13] Permission denied: 'Output'

And download fails for all episodes from the series. This is not related to geo-locking cause I can watch the series with no VPN, and with the VPN on I get the same errors. I'm running on Debian 9.5

ehllie commented 5 years ago

Ok, I'm just stupid. Had to run it with superuser permissions I.e. sudo ./__main__.py -i https://www.crunchyroll.com/konosuba-gods-blessing-on-this-wonderful-world -u "login" -p "password" -r 1080p