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.
Misleading error message on Ctrl+C while downloading with ffmpeg #8300
Comments
|
Seems related to http://bugs.python.org/issue19612, see http://stackoverflow.com/questions/23688492/oserror-errno-22-invalid-argument-in-subprocess. Maybe we can catch and ignore |
|
Side note: pre-#8256 approach on Windows produces perfectly playable mp4 files when interrupted with Ctrl+C. |
|
So previously on windows did you get the message Does it mean that it also catches the When it errors with |
Yes.
Yes, it's playable. |
|
If in windows subprocesses always receive the
I would need to reboot the computer to load the Windows partition and make sure everything is working, so if someone could try it I would appreciate it. |
#8256 introduced a misleading error message on Ctrl+C, now it's
ERROR: unable to download videoinstead of expectedERROR: Interrupted by user. Reproducible on Windows python 2.6 and python 3, not reproducible on python 2.7.Python 2.6
Python 3