jely2002 / youtube-dl-gui

A cross-platform GUI for youtube-dl made in Electron and node.js
GNU Affero General Public License v3.0
6.41k stars 443 forks source link

'Binaries missing/corrupted' Error #463

Closed TheJCB closed 1 year ago

TheJCB commented 1 year ago

The error says I should restart the app and disable antivirus, but this doesn't work. Not sure what to do here. image

ghOSt-XIII commented 1 year ago

Same issue here

carterfyi commented 1 year ago

Workaround: Fetch the yt-dlp binary manually. (This solution is likely Windows-only, but the problem may also be Windows-only :P)

  1. Download the precompiled binary yt-dlp.exe
  2. Drop it into the this folder, taking care to substitute {USER} to match your home directory: C:\Users\{USER}\AppData\Local\Programs\youtube-dl-gui\resources\app.asar.unpacked\binaries
  3. Close & Reopen OVD
TheJCB commented 1 year ago

Workaround worked perfectly - thank you!

ghOSt-XIII commented 1 year ago

Yep, worked on my end as well. Much appreciated.