youtube-dl-gui icon indicating copy to clipboard operation
youtube-dl-gui copied to clipboard

Binarys are missing

Open StoppedwummSites opened this issue 1 year ago • 4 comments

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):

  • 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

StoppedwummSites avatar Dec 15 '23 11:12 StoppedwummSites

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

StoppedwummSites avatar Dec 15 '23 11:12 StoppedwummSites

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

SquishyLizard avatar Jan 09 '24 02:01 SquishyLizard

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

StefanLobbenmeier avatar Jan 21 '24 16:01 StefanLobbenmeier