youtube-dl-gui
youtube-dl-gui copied to clipboard
Binarys are missing
Describe the bug Binarys like YouTube DLP are missing
To Reproduce Steps to reproduce the behavior:
- Run the Sourcecode (first npm install, then audit it with "npm audit fix" and "npm audit fix --force") with electron .
- Load URL
- See in the console that the version is missing
Expected behavior Start fetching metadata
Screenshots
Additional info (please complete the following information):
- OS: Windows 11
- Application version: 2.4.0
- Application type: All Versions (missing Binarys in build)
Additional context
PLEASE FIX THIS AS FAST A POSSIBLE BECAUSE THIS AFFECTS ALL USERS
Already made a fix for the portable version and an installer https://github.com/Stoppedwumm-Studios/youtube-dl-gui-dlp-fix
Similar issue on Linux with the AppImage
Sentry initialized
Checking for update
Checking for a new version of ffmpeg.
Error: ENOENT: no such file or directory, open '/home/[redacted]/.youtube-dl-gui/ffmpegVersion'
An error occurred while retrieving the latest ffmpeg version data.
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
TypeError: Cannot destructure property 'remoteFfmpegUrl' of '(intermediate value)' as it is null.
at FfmpegUpdater.checkUpdate (/tmp/.mount_Open-Vdvj8DI/resources/app.asar/modules/FfmpegUpdater.js:29:17)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
Checking for a new version of yt-dlp.
Error: ENOENT: no such file or directory, open '/home/[redacted]/.youtube-dl-gui/ytdlVersion'
Binaries were already up-to-date! Version: null
Update for version 2.4.0 is not available (latest version: 2.4.0, downgrade is disallowed).
not sure if this needs its own issue
The repo is dead, fix is in my fork: https://github.com/StefanLobbenmeier/youtube-dl-gui