alltube_ynh icon indicating copy to clipboard operation
alltube_ynh copied to clipboard

AllTube is not working after fresh install

Open Sys4Life opened this issue 1 year ago • 3 comments

Not working after fresh install

After a new installation of AllTube on YunoHost, the dowload fails.

Context

  • Hardware: VPS / Physical Server
  • YunoHost version: 11.21.1.3
  • I have access to my server: Through SSH, webadmin and direct access via keyboard / screen
  • Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: no
  • Using, or trying to install package version/branch: Install from webadmin, version 3.1.1~ynh1

Steps to reproduce

When you try to use AllTube after a new fresh install of AllTube, this is the error for all videos tested (Youtube links)

'/usr/bin/python' 'vendor/ytdl-org/youtube-dl/youtube_dl/__main__.py' '--no-warnings' '--ignore-errors' '--flat-playlist' '--restrict-filenames' '--no-playlist' '--dump-single-json' 'https://youtu.be/myvideolink' '-f' 'best[protocol=https]/best[protocol=http]/bestvideo[protocol=https]/bestvideo[protocol=http]' failed with this error:
ERROR: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

This same message is thrown when you try through CLI with the verbose option.

Expected behavior

This error seems to have been resolved in a newer version of youtube-dl or a fork. https://github.com/ytdl-org/youtube-dl/issues/31530 https://github.com/yt-dlp/yt-dlp/issues/6253

Logs

'/usr/bin/python' 'vendor/ytdl-org/youtube-dl/youtube_dl/__main__.py' '--no-warnings' '--ignore-errors' '--flat-playlist' '--restrict-filenames' '--no-playlist' '--dump-single-json' 'https://youtu.be/myvideolink' '-f' 'best[protocol=https]/best[protocol=http]/bestvideo[protocol=https]/bestvideo[protocol=http]' failed with this error:
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2021.12.17
[debug] Python version 3.9.2 (CPython) - Linux-5.10.0-22-amd64-x86_64-with-glibc2.31
[debug] exe versions: ffmpeg 4.3.6-0, ffprobe 4.3.6-0
[debug] Proxy map: {}
ERROR: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Sys4Life avatar Jun 12 '23 21:06 Sys4Life

same issue here.

ITCMD avatar Jun 27 '23 14:06 ITCMD

Same issue with me too

BishopGreer avatar Jul 03 '23 05:07 BishopGreer

This is a bug in youtube-dl (https://github.com/ytdl-org/youtube-dl/issues/31530). AFAIU the issue was fixed upstream but no new release has been made since then. @ericgaspar would it be possible / worth switching to a different youtube-dl binary that was built from the master branch?

Johennes avatar Aug 06 '23 10:08 Johennes