[youtube] Skipping DASH manifest: 'dashmpd' - requested format not available #3359

Closed
opened 2026-02-21 01:17:38 -05:00 by deekerman · 2 comments
Owner

Originally created by @tycode on GitHub (Nov 12, 2014).

[08:03:21] $ youtube-dl -v https://www.youtube.com/watch?v=D2uqpqrYmMY
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'https://www.youtube.com/watch?v=D2uqpqrYmMY']
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this.
[debug] Encodings: locale ANSI_X3.4-1968, fs ascii, out ANSI_X3.4-1968, pref ANSI_X3.4-1968
[debug] youtube-dl version 2014.11.09
[debug] Python version 3.4.2 - Linux-3.17.2-1-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 2.4.3, ffprobe 2.4.3, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] Confirming age
[youtube] D2uqpqrYmMY: Downloading webpage
[youtube] D2uqpqrYmMY: Downloading video info webpage
[youtube] D2uqpqrYmMY: Extracting video information
[youtube] RTMP download detected
WARNING: [youtube] D2uqpqrYmMY: Skipping DASH manifest: 'dashmpd'
[debug] Invoking downloader on 'rtmpe://v21.nonxt2.c.youtube.com/videoplayback'
[download] Destination: nano_feat._MY_FIRST_STORY_-_SAVIOR_OF_SONG-D2uqpqrYmMY.unknown_video
[debug] rtmpdump command line: rtmpdump --verbose -r rtmpe://v21.nonxt2.c.youtube.com/videoplayback -o nano_feat._MY_FIRST_STORY_-_SAVIOR_OF_SONG-D2uqpqrYmMY.unknown_video.part --resume --skip 1
[rtmpdump] RTMPDump v2.4
[rtmpdump] (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
[rtmpdump] DEBUG: Parsing...
[rtmpdump] DEBUG: Parsed protocol: 2
[rtmpdump] DEBUG: Parsed host    : v21.nonxt2.c.youtube.com
[rtmpdump] DEBUG: Parsed app     : videoplayback
[rtmpdump] DEBUG: Number of skipped key frames for resume: 1
[rtmpdump] ERROR: You must specify a playpath (--playpath) or url (-r "rtmp://host[:port]/playpath") containing a playpath
ERROR: unable to download video data: [Errno 2] No such file or directory: 'nano_feat._MY_FIRST_STORY_-_SAVIOR_OF_SONG-D2uqpqrYmMY.unknown_video.part'
Traceback (most recent call last):
  File "/home/rob/config/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1064, in process_info
    success = dl(filename, info_dict)
  File "/home/rob/config/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1040, in dl
    return fd.download(name, info)
  File "/home/rob/config/bin/youtube-dl/youtube_dl/downloader/common.py", line 292, in download
    return self.real_download(filename, info_dict)
  File "/home/rob/config/bin/youtube-dl/youtube_dl/downloader/rtmp.py", line 181, in real_download
    prevsize = os.path.getsize(encodeFilename(tmpfilename))
  File "/usr/lib/python3.4/genericpath.py", line 50, in getsize
    return os.stat(filename).st_size
FileNotFoundError: [Errno 2] No such file or directory: 'nano_feat._MY_FIRST_STORY_-_SAVIOR_OF_SONG-D2uqpqrYmMY.unknown_video.part'

"ERROR: requested format not available" appears when running without "-v"

Originally created by @tycode on GitHub (Nov 12, 2014). <pre> [08:03:21] $ youtube-dl -v https://www.youtube.com/watch?v=D2uqpqrYmMY [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['-v', 'https://www.youtube.com/watch?v=D2uqpqrYmMY'] WARNING: Assuming --restrict-filenames since file system encoding cannot encode all characters. Set the LC_ALL environment variable to fix this. [debug] Encodings: locale ANSI_X3.4-1968, fs ascii, out ANSI_X3.4-1968, pref ANSI_X3.4-1968 [debug] youtube-dl version 2014.11.09 [debug] Python version 3.4.2 - Linux-3.17.2-1-ARCH-x86_64-with-arch [debug] exe versions: ffmpeg 2.4.3, ffprobe 2.4.3, rtmpdump 2.4 [debug] Proxy map: {} [youtube] Confirming age [youtube] D2uqpqrYmMY: Downloading webpage [youtube] D2uqpqrYmMY: Downloading video info webpage [youtube] D2uqpqrYmMY: Extracting video information [youtube] RTMP download detected WARNING: [youtube] D2uqpqrYmMY: Skipping DASH manifest: 'dashmpd' [debug] Invoking downloader on 'rtmpe://v21.nonxt2.c.youtube.com/videoplayback' [download] Destination: nano_feat._MY_FIRST_STORY_-_SAVIOR_OF_SONG-D2uqpqrYmMY.unknown_video [debug] rtmpdump command line: rtmpdump --verbose -r rtmpe://v21.nonxt2.c.youtube.com/videoplayback -o nano_feat._MY_FIRST_STORY_-_SAVIOR_OF_SONG-D2uqpqrYmMY.unknown_video.part --resume --skip 1 [rtmpdump] RTMPDump v2.4 [rtmpdump] (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL [rtmpdump] DEBUG: Parsing... [rtmpdump] DEBUG: Parsed protocol: 2 [rtmpdump] DEBUG: Parsed host : v21.nonxt2.c.youtube.com [rtmpdump] DEBUG: Parsed app : videoplayback [rtmpdump] DEBUG: Number of skipped key frames for resume: 1 [rtmpdump] ERROR: You must specify a playpath (--playpath) or url (-r "rtmp://host[:port]/playpath") containing a playpath ERROR: unable to download video data: [Errno 2] No such file or directory: 'nano_feat._MY_FIRST_STORY_-_SAVIOR_OF_SONG-D2uqpqrYmMY.unknown_video.part' Traceback (most recent call last): File "/home/rob/config/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1064, in process_info success = dl(filename, info_dict) File "/home/rob/config/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1040, in dl return fd.download(name, info) File "/home/rob/config/bin/youtube-dl/youtube_dl/downloader/common.py", line 292, in download return self.real_download(filename, info_dict) File "/home/rob/config/bin/youtube-dl/youtube_dl/downloader/rtmp.py", line 181, in real_download prevsize = os.path.getsize(encodeFilename(tmpfilename)) File "/usr/lib/python3.4/genericpath.py", line 50, in getsize return os.stat(filename).st_size FileNotFoundError: [Errno 2] No such file or directory: 'nano_feat._MY_FIRST_STORY_-_SAVIOR_OF_SONG-D2uqpqrYmMY.unknown_video.part' </pre> "ERROR: requested format not available" appears when running without "-v"
Author
Owner

@jaimeMF commented on GitHub (Nov 15, 2014):

Duplicate of #4163.

@jaimeMF commented on GitHub (Nov 15, 2014): Duplicate of #4163.
Author
Owner

@jaimeMF commented on GitHub (Nov 15, 2014):

of #1797.

@jaimeMF commented on GitHub (Nov 15, 2014): of #1797.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#3359
No description provided.