tubearchivist / tubearchivist

Your self hosted YouTube media server

Home Page:https://www.tubearchivist.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: "settings--application--Download Format" can't download

zhuzhu88920 opened this issue · comments

I've read the documentation

Operating System

synology

Your Bug Report

Describe the bug

"settings--application--Download Format--Limit video and audio quality format for yt-dlp."
Currently: 22
Currently:bestvideo[height<=720]+bestaudio/best[height<=720]
Currently:bestvideo[height<=1080][vcodec*=avc1]+bestaudio[acodec*=mp4a]/mp4
Currently:bv[ext=mp4]+ba[ext=m4a]

  1. Tried all the above parameters, but still getting the following error.
  2. But when I run 'docker exec -it tubearchivist bash' and then run 'ytdlp' with parameters directly in the container, it downloads successfully.
  3. "But there's an even stranger phenomenon – the error is limited to “https://www.youtube.com/@Tankman2020/videos”, this subscription. The other two channels(https://www.youtube.com/@wangzhian/videos &https://youtube.com/@bbcnewschinese/videos) I subscribe to are working perfectly fine, and there are no errors with any parameters."

Steps To Reproduce

Expected behavior

Relevant log output

[2024-01-10 18:11:22,683: INFO/MainProcess] Task download_pending[7b57c0f9-a04e-4b1c-8442-d4484d89cc4d] received
[2024-01-10 18:11:22,684: WARNING/ForkPoolWorker-4] download_pending create callback
[2024-01-10 18:11:22,713: WARNING/ForkPoolWorker-4] r-l6Y5uta5w: Downloading video
[2024-01-10 18:11:25,478: WARNING/ForkPoolWorker-4] ERROR: [youtube] r-l6Y5uta5w: Requested format is not available. Use --list-formats for a list of available formats
[2024-01-10 18:11:25,478: WARNING/ForkPoolWorker-4] r-l6Y5uta5w: failed to download with message ERROR: [youtube] r-l6Y5uta5w: Requested format is not available. Use --list-formats for a list of available formats
[2024-01-10 18:11:25,748: WARNING/ForkPoolWorker-4] r-l6Y5uta5w: Downloading video
[2024-01-10 18:11:28,469: WARNING/ForkPoolWorker-4] ERROR: [youtube] r-l6Y5uta5w: Requested format is not available. Use --list-formats for a list of available formats
[2024-01-10 18:11:28,469: WARNING/ForkPoolWorker-4] r-l6Y5uta5w: failed to download with message ERROR: [youtube] r-l6Y5uta5w: Requested format is not available. Use --list-formats for a list of available formats
[2024-01-10 18:11:28,594: WARNING/ForkPoolWorker-4] [download] reset auto start on 1 videos.
[2024-01-10 18:11:28,643: WARNING/ForkPoolWorker-4] 7b57c0f9-a04e-4b1c-8442-d4484d89cc4d success callback
[2024-01-10 18:11:28,644: INFO/ForkPoolWorker-4] Task download_pending[7b57c0f9-a04e-4b1c-8442-d4484d89cc4d] succeeded in 5.9591416959883645s: None
[2024-01-10 18:11:28,644: WARNING/ForkPoolWorker-4] 7b57c0f9-a04e-4b1c-8442-d4484d89cc4d return callback
[agg][video_stats] took 2 ms to process
[agg][channel_stats] took 2 ms to process
[agg][playlist_stats] took 1 ms to process
[agg][download_queue_stats] took 2 ms to process
[agg][watch_progress] took 2 ms to process
[agg][videos_last_week] took 2 ms to process
[agg][channel_stats] took 1 ms to process
[agg][channel_stats] took 1 ms to process
[agg][channel_stats] took 1 ms to process

Anything else?

No response

This is one of the methods utilized by YouTube to indicate you are being throttled. This is already documented. Please read the documentation further.