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.
Exception "unhandled KeyError" on Windows 10 #5321
Comments
|
With 3da4b31 it won't crash, but you'll need to install ffprobe (and make it available in your |
|
Why exactly |
|
For getting the codec info. |
I was testing my code on Windows 10 and the following error pops up, tried adding
ffmpeglocation to systemPATH, copied it to code folder (in main script, youtue_dl folder and postprocessor folder), and even supplied the path via'ffmpeg-location' : 'C:/Users/elite/Desktop/project1/ffmpeg.exe',inydl_optionsbut nothing worked.