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.57k stars 464 forks source link

Binarys are missing #513

Open StoppedwummSites opened 9 months ago

StoppedwummSites commented 9 months ago

Describe the bug Binarys like YouTube DLP are missing

To Reproduce Steps to reproduce the behavior:

  1. Run the Sourcecode (first npm install, then audit it with "npm audit fix" and "npm audit fix --force") with electron .
  2. Load URL
  3. See in the console that the version is missing

Expected behavior Start fetching metadata

Screenshots grafik

Additional info (please complete the following information):

Additional context

PLEASE FIX THIS AS FAST A POSSIBLE BECAUSE THIS AFFECTS ALL USERS

StoppedwummSites commented 9 months ago

Already made a fix for the portable version and an installer https://github.com/Stoppedwumm-Studios/youtube-dl-gui-dlp-fix

SquishyLizard commented 8 months ago

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

image

StefanLobbenmeier commented 8 months ago

The repo is dead, fix is in my fork: https://github.com/StefanLobbenmeier/youtube-dl-gui

himyjan commented 1 month ago

https://github.com/StefanLobbenmeier/youtube-dl-gui/releases

or

command line version https://github.com/jely2002/youtube-dl-gui/issues/354#issuecomment-1127269708