Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[facebook] intermittent "ERROR: No video formats found!" (not a reel) #10532

Closed
9 of 11 tasks
Rikk opened this issue Jul 22, 2024 · 0 comments · Fixed by #10531
Closed
9 of 11 tasks

[facebook] intermittent "ERROR: No video formats found!" (not a reel) #10532

Rikk opened this issue Jul 22, 2024 · 0 comments · Fixed by #10531
Labels
site-bug Issue with a specific website

Comments

@Rikk
Copy link

Rikk commented Jul 22, 2024

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

Brazil

Provide a description that is worded well enough to be understood

This is an excerpt from #10479 as requested by @bashonly for issues' control.

ERROR: [facebook] <vid-id>: No video formats found!
The problem happens more often for videos located in some profiles, while in others it doesn't happen, apparently. For the same video, sometimes the problem doesn't manifest at all; while for videos in different profiles, success rate can be very low.

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

Failure:

[debug] Command-line config: ['--list-formats', '-v', '--', 'https://www.facebook.com/tauan.amorim.1/videos/1809556876049234/']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2024.07.16 from yt-dlp/yt-dlp [89a161e8c] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.19044-SP0 (OpenSSL 1.1.1k  25 Mar 2021)
[debug] exe versions: none
[debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.07.04, curl_cffi-0.5.10, mutagen-1.47.0, requests-2.32.3, sqlite3-3.35.5, urllib3-2.2.2, websockets-12.0
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets, curl_cffi
[debug] Loaded 1829 extractors
[facebook] Extracting URL: https://www.facebook.com/tauan.amorim.1/videos/1809556876049234/
[facebook] 1809556876049234: Downloading webpage
ERROR: [facebook] 1809556876049234: No video formats found!; please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U
Traceback (most recent call last):
  File "yt_dlp\YoutubeDL.py", line 1626, in wrapper
  File "yt_dlp\YoutubeDL.py", line 1782, in __extract_info
  File "yt_dlp\YoutubeDL.py", line 1841, in process_ie_result
  File "yt_dlp\YoutubeDL.py", line 2847, in process_video_result
  File "yt_dlp\YoutubeDL.py", line 1123, in raise_no_formats
yt_dlp.utils.ExtractorError: [facebook] 1809556876049234: No video formats found!; please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U

Success:

[debug] Command-line config: ['--list-formats', '-v', '--', 'https://www.facebook.com/tauan.amorim.1/videos/1809556876049234/']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2024.07.16 from yt-dlp/yt-dlp [89a161e8c] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.19044-SP0 (OpenSSL 1.1.1k  25 Mar 2021)
[debug] exe versions: none
[debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.07.04, curl_cffi-0.5.10, mutagen-1.47.0, requests-2.32.3, sqlite3-3.35.5, urllib3-2.2.2, websockets-12.0
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets, curl_cffi
[debug] Loaded 1829 extractors
[facebook] Extracting URL: https://www.facebook.com/tauan.amorim.1/videos/1809556876049234/
[facebook] 1809556876049234: Downloading webpage
[debug] Formats sorted by: hasvid, ie_pref, lang, quality, res, fps, hdr:12(7), vcodec:vp9.2(10), channels, acodec, size, br, asr, proto, vext, aext, hasaud, source, id
[info] Available formats for 1809556876049234:
ID                EXT RESOLUTION ¦   FILESIZE   TBR PROTO ¦ VCODEC        VBR ACODEC     ABR ASR MORE INFO
---------------------------------------------------------------------------------------------------------------------
1826790661010186a m4a audio only ¦ ~231.41KiB   66k https ¦ audio only        mp4a.40.5  66k 44k DASH audio, m4a_dash
sd                mp4 unknown    ¦                  https ¦ unknown           unknown
hd                mp4 unknown    ¦                  https ¦ unknown           unknown
964095082019228v  mp4 360x640    ¦ ~954.27KiB  271k https ¦ avc1.4d001e  271k video only         DASH video, mp4_dash
971446191025227v  mp4 540x960    ¦ ~  1.90MiB  551k https ¦ avc1.64001f  551k video only         DASH video, mp4_dash
1133736587958726v mp4 720x1280   ¦ ~  3.95MiB 1147k https ¦ avc1.64001f 1147k video only         DASH video, mp4_dash
@Rikk Rikk added site-bug Issue with a specific website triage Untriaged issue labels Jul 22, 2024
@bashonly bashonly removed the triage Untriaged issue label Jul 22, 2024
@bashonly bashonly changed the title [facebook] ERROR: No video formats found! [facebook] intermittent "ERROR: No video formats found!" (not a reel) Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-bug Issue with a specific website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants