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.
youtube-dl automatic update bug #26538
Comments
|
Same kind of issue here: When running |
|
With --update --verbose I get some certificate error: D:>youtube-dl.exe --update --verbose During handling of the above exception, another exception occurred: Traceback (most recent call last): ERROR: can't find the current version. Please try again later. |
|
You must provide reproducible environment for any work on this. |
Checklist
Verbose log
Description
When I update youtube-dl with the
-Uargument, it'll fail to overwrite the old .exe with the new one.What happens can be seen in the log above, and it's important to note that the last line (
c:\Users\[USER]\Downloads>Updated youtube-dl to version 2020.09.06.) isn't closed, before writing any more commands I need to hit Ctrl+C, because youtube-dl won't exit otherwise after an update.The result is that when I run
youtube-dl --version, I'll see that it's still the old version, and if I go to the directory in which youtube-dl is, I'll see that there is the old file from 2019 (in my case), and a new one made just a few seconds ago, namedyoutube-dl.exe.new