Rudloff / alltube

Web GUI for youtube-dl
GNU General Public License v3.0
2.94k stars 585 forks source link

Unable to download #433

Open mariushosting opened 1 year ago

mariushosting commented 1 year ago

What is your operating system (Windows, Linux, OSX, etc.)?

Synology

What is your web server (Apache, IIS, etc.)?

nginx

What version of AllTube are you using?

Latest version and Develop Version same issues

How did you install AllTube?

Docker

What version of PHP are you using?

7.3

What version of Python are you using?

Don't know

What version of youtube-dl are you using?

latest

Do you get any PHP-related errors in your webserver's logs?

An error occurred
'/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://www.youtube.com/watch?v=kPjiQACUh94' '-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.

What is the content of your "config/config.yml" file?

No response

Please provide the URL of a video that causes the issue.

https://www.youtube.com/watch?v=kPjiQACUh94

Describe your issue

Unable to download anything from YouTube with the latest version 3.1.1 I have tried :latest tag and :develop tag same issue. unable

No issue with the older version 3.1.0

mariushosting commented 1 year ago

I just want to mention I have zero issues downloading using tzahi12345/youtubedl-material image only with Rudloff/alltube image I can't download and only YouTube have issues.

@Rudloff

Rudloff commented 1 year ago

Probably similar to https://github.com/Rudloff/alltube/issues/432.

mariushosting commented 1 year ago

Probably similar to #432.

I don't know if this is similar but not work anymore even with the :develop tag same issue.

any other images from other's authors works without issue like metube etc. Hope there is a fix since I like alltube the most.

Rudloff commented 1 year ago

The Docker image published on Docker Hub is very outdated, if you want a more recent version, you need to build it yourself.