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.4k stars 441 forks source link

Error ! Binaries missing/ corrupted please restart the app and disable antivirus #436

Open KalpanaChetan opened 1 year ago

KalpanaChetan commented 1 year ago

No antivirus in my computer

yjavaherian commented 1 year ago

I'm having this issue on windows too.

rrondo commented 1 year ago

So, anything we can do?

yjavaherian commented 1 year ago

Guys I've fixed the issue on my personal fork. You can use my fork while my pull request is getting accepted into the main branch. enjoy 🎉

KalpanaChetan commented 1 year ago

I am very simple user. I don't know how to use fork.

PGSimulation commented 1 year ago

download: https://nodejs.org/en/download/ And repo code from fork: https://github.com/hangman1998/youtube-dl-gui green button Code, Download ZIP, Unzip run powershell type: cd [unzipped directory path] In powershell type: npm install And after end download: npx electron-builder --win New app build from source is youtube-dl-gui-2.4.1\dist\Open Video Downloader Setup 2.4.1.exe

KalpanaChetan commented 1 year ago

Error

Screenshot (31).png

yjavaherian commented 1 year ago

you need to run npm install on the repository directory. i.e. youtube-dl-gui-2.4.1 which is on your Desktop.

KalpanaChetan commented 1 year ago

Screenshot (47).png

KalpanaChetan commented 1 year ago

fail but thanks everyone

Because got to learn something newScreenshot (52).png

lucky7xz commented 1 year ago

download: https://nodejs.org/en/download/ And repo code from fork: https://github.com/hangman1998/youtube-dl-gui green button Code, Download ZIP, Unzip run powershell type: cd [unzipped directory path] In powershell type: npm install And after end download: npx electron-builder --win New app build from source is youtube-dl-gui-2.4.1\dist\Open Video Downloader Setup 2.4.1.exe

worked for me. Thx guys

Equ1no0x commented 1 year ago

Worked like a charm. Much appreciated.

MuhannadYT commented 1 year ago

I made a script that automatically installs yt-dlp and places it in the program directory of OVD. You can download it here https://github.com/MuhannadYT/yt-dlp-installer-ovd/releases/tag/v1.0.0

Brandon4466 commented 1 year ago

I made a script that automatically installs yt-dlp and places it in the program directory of OVD. You can download it here https://github.com/MuhannadYT/yt-dlp-installer-ovd/releases/tag/v1.0.0

This works right here!

cemerson commented 1 year ago

Thanks for the fixed fork, @hangman1998 🙏🏻

kylocat commented 1 year ago

im having the same problem but im absolutely clueless in coding stuff is there like a working version i can download directly without all the commands and stuff?

MuhannadYT commented 1 year ago

im having the same problem but im absolutely clueless in coding stuff is there like a working version i can download directly without all the commands and stuff?

Check https://github.com/jely2002/youtube-dl-gui/issues/436#issuecomment-1310987687 click on "OVD_yt-dlp-installer.bat" (if you have the installer) and download it, this automatically installs yt-dlp and places it in the file directory of OVD

brotein-shake commented 1 year ago

im having the same problem but im absolutely clueless in coding stuff is there like a working version i can download directly without all the commands and stuff?

Check #436 (comment) click on "OVD_yt-dlp-installer.bat" (if you have the installer) and download it, this automatically installs yt-dlp and places it in the file directory of OVD

This worked flawlessly for me. Thank you for the beautiful fix!

RunicPlays commented 1 year ago

Guys I've fixed the issue on my personal fork. You can use my fork while my pull request is getting accepted into the main branch. enjoy 🎉

Hey! Your fork fixed this issue but now I'm having an issue where as soon as it's done loading metadata it just disappears from the queue. It doesn't do this for youtube videos but its doing it for udemy videos. Not sure what's going on.

d4rkd0s commented 1 year ago

EDIT: This works!!!! ❤️ Fixes the following issue: Error! Binaries missing / corrupted please restart the app and disable antivirus.

I can attest, the installer .bat is SAFE and simply downloads https://github.com/yt-dlp/yt-dlp

Here's the src for ref (as of writing, please get from the link @MuhannadYT provided), and you should DOUBLE check .bat's before running them EVER. Also .reg and .ps1 if on win! <3

:: Some logo in batch script... then,
@echo Downloading yt-dlp...
cd %LOCALAPPDATA%\Programs\youtube-dl-gui\resources\app.asar.unpacked\binaries
curl -LJO https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe
@echo.
@echo yt-dlp has been downloaded. Open Video Downloader should work now
@echo If any issues occur report them here https://github.com/MuhannadYT/yt-dlp-installer-ovd
timeout /t 15

It's safe imo, I viewed it, repo has 38k likes, and source seems safe! 🔒 👍🏻

KellAven commented 1 year ago

Ran the bat file (have also tried the other fixes in the thread) and the error still occurs for me when I try to insert a link to download unfortunately. Let me know if I can export a log from somewhere to get more info.

MuhannadYT commented 1 year ago

Ran the bat file (have also tried the other fixes in the thread) and the error still occurs for me when I try to insert a link to download unfortunately. Let me know if I can export a log from somewhere to get more info.

make a bug report here https://github.com/MuhannadYT/yt-dlp-installer-ovd/issues and ill see what I can do provide the following OS Did you use the portable version or the installer File location A screenshot of what is happening, and other info u think will be useful

jky-dev commented 1 year ago

Ran the bat file (have also tried the other fixes in the thread) and the error still occurs for me when I try to insert a link to download unfortunately. Let me know if I can export a log from somewhere to get more info.

trying running as administrator, thats what got it to work for me

indig0F10w commented 1 year ago

Confirming this as a solution to this problem which is here since last year at minimum. It seems that youtube-dl does not download yt-dlp, neither does check on update if file is there. No antivirus or firewalls have been involved in this issue. https://github.com/jely2002/youtube-dl-gui/issues/362#issuecomment-1143171927

Edit: I do not know why link is not working but if you paste it to address bar it will work.

Charlie-Ramirez-Animation-Studios-de-MX commented 1 year ago

I made a script that automatically installs yt-dlp and places it in the program directory of OVD. You can download it here https://github.com/MuhannadYT/yt-dlp-installer-ovd/releases/tag/v1.0.0

2023-02-19 Keep Working as solution 10/10 (tested on windows installer Version)