Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Disk space warning from --xattrs when plenty of space is left. #14970
Comments
|
This is what |
|
Oh wow, okay, now I understand. Is it maybe possible to tell it to try again w/o the description, or just omit it in the first place? Maybe as an option? I don't really care about the description, but it's nice to have the rest. Actually, this sounds like something simple enough that I could maybe make the change. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.12.10. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Hi, I've been downloading some videos from a playlist using the
--xattrsoption, but I keep having an issue where youtube-dl reports:WARNING: There's no disk space left or disk quota exceeded. Extended attributes are not written...even though it actually did write the attributes, and there's gigs of disk space available.
I haven't been able to go through all the videos where it reports this to check that they all got the attributes, but I've checked a few.
It was concerning until I realized it's a false positive. I started Googling for any info on the error and checked here, but it seems no one's filed the issue. Thought I'd let people know this is happening.
Technical details
It first occurred when running this command:
$ youtube-dl --no-mtime --xattrs --playlist-reverse -f 22 -o '%(playlist_index)s - %(title)s [src %(uploader_id)s] [posted %(upload_date)s] [id %(id)s].%(ext)s' https://www.youtube.com/user/pbsideachannelOne of the videos it happened on is: https://www.youtube.com/watch?v=0coyhlG4HK4
Also, it's repeatable: it happens every time I attempt to download this video, even outside a playlist:
$ youtube-dl --no-mtime --xattrs "https://www.youtube.com/watch?v=0coyhlG4HK4" -o "%(title)s [src %(uploader_id)s] [posted %(upload_date)s] [id %(id)s].%(ext)s"But the attributes are actually written:
I'm on Ubuntu 16.04.3, 64-bit, and the drives in question (it happened on multiple) are all ext4-formatted. One of them has almost half a terabyte free.
This is the line in
/etc/fstabfor one of the drives it occurred on:/dev/mapper/ubuntu--vg-root / ext4 discard,noatime,nodiratime,errors=remount-ro 0 1Here's the verbose version of the output: