3

I used to be able to run the command:

youtube-dl.exe -U

To update youtube-dl. But now, it says:

ERROR: can't find the current version. Please try again later.

As always when an error message of any kind, anywhere, tells you to "try again later", it never works later. It's permanent. That's like a law of nature.

I have searched for this and found discussions about it. Those discussions, however, don't actually offer any kind of real explanation/solution. Which is also like a law of nature whenever I have any computer issue; nobody knows how to fix it, and it just happens for seemingly no reason and without me ever doing anything to provoke it.

youtube-dl.exe --version

Gives:

2020.07.28
Kasan
  • 31
  • 1
  • 2
  • Have you checked the documentation for YouTube-dl? – music2myear Sep 02 '20 at 01:10
  • Successfully upgraded the youtube-dl executable version (youtube-dl.exe) from version 2020.07.28 to 2020.09.06 using -U just today. So this appears to be working, at least in some instances. My thoughts would be that this was perhaps a temporary issue with the update servers or there is/was some connection issue perhaps on your end. – Anaksunaman Sep 10 '20 at 19:14

2 Answers2

2

tl;dr use

youtube-dl -U --no-check-certificate

There's some certificate issue, likely at your end. Some folks have tracked down a bad certificate on their systems and deleted it, but I don't know where to start.

  • This isn't the "right" way to fix the problem, but knowing that updates work without the certificate check—as they did indeed for me—was important information! (Just be forewarned that in terms of security risk, this is similar to downloading the update via http rather than https.) – Wowfunhappy Dec 31 '21 at 16:22
0

Navigate to your Windows CA certstore, by loading the certmgr.msc (certificates manager) snap-in:

Cert Mgmt UI

Expand Intermediate CAs -> Certificates, then sort stored intermediate certificates by Expiration Date; then proceed to delete ALL the expired ones (you may want to export them to a PFX first).

Try updating YouTube-DL again.

Source/more info: youtube-dl -U == ERROR: can't find the current version. Please try again later.