[Tubi] [tubitv] An extractor error has occurred. (caused by KeyError)
Author: muyteCreated Oct 24, 2025Updated Sep 16, 2026
Labelsgeo-blockedsite-bug
Checklist
- I'm reporting that yt-dlp is broken on a supported site
- I've verified that I have updated yt-dlp to nightly or master (update instructions)
- I've checked that all provided URLs are playable in a browser with the same IP and same login details
- I've checked that all URLs and arguments with special characters are properly quoted or escaped
- I've searched known issues, the FAQ, and the bugtracker for similar issues including closed ones. DO NOT post duplicates
- I've read the policy against AI/LLM contributions and understand I may be blocked from the repository if it is violated
- I've read about sharing account credentials and I'm willing to share it if required
Region
UK
Provide a description that is worded well enough to be understood
Tested a video I was able to dl a couple of months ago and that doesn't work either. Watching on the site works fine. At first I was getting a 403 error too but now it's just this for some reason.
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': TruetoYoutubeDLparams instead - Copy the WHOLE output (starting with
[debug] Command-line config) and insert it below
Complete Verbose Output
2025-10-24 10:11:37,925-DEBUG-Worker_1-[debug] Command-line config: ['--newline', '-i', '--write-sub', '-o', 'C:\\Videos\\%(title)s.%(ext)s', '--sub-lang', 'en', '--ignore-config', '--hls-prefer-native', '--no-mtime', '--cookies-from-browser', 'firefox', '--verbose', 'https://tubitv.com/tv-shows/200180976/s01-e05-prayer-for-protection']
2025-10-24 10:11:37,925-DEBUG-Worker_1-[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out cp1252 (No ANSI), error cp1252 (No ANSI), screen cp1252 (No ANSI)
2025-10-24 10:11:37,925-DEBUG-Worker_1-[debug] yt-dlp version [email protected] from yt-dlp/yt-dlp [c9356f308] (win_exe)
2025-10-24 10:11:37,925-DEBUG-Worker_1-[debug] Python 3.10.11 (CPython AMD64 64bit) - Windows-10-10.0.19045-SP0 (OpenSSL 1.1.1t 7 Feb 2023)
2025-10-24 10:11:37,925-DEBUG-Worker_1-[debug] exe versions: ffmpeg 2025-06-28-git-cfd1f81e7d-full_build-www.gyan.dev (setts), ffprobe 2025-06-28-git-cfd1f81e7d-full_build-www.gyan.dev
2025-10-24 10:11:37,926-DEBUG-Worker_1-[debug] Optional libraries: Cryptodome-3.23.0, brotli-1.1.0, certifi-2025.10.05, curl_cffi-0.13.0, mutagen-1.47.0, requests-2.32.5, sqlite3-3.40.1, urllib3-2.5.0, websockets-15.0.1
2025-10-24 10:11:37,926-DEBUG-Worker_1-[debug] Proxy map: {}
2025-10-24 10:11:37,926-DEBUG-Worker_1-[debug] Extracting cookies from: "C:\Users\IC10\AppData\Roaming\Mozilla\Firefox\Profiles\1o4nxfm3.default\cookies.sqlite"
2025-10-24 10:11:37,926-DEBUG-Worker_1-[debug] Request Handlers: urllib, requests, websockets, curl_cffi
2025-10-24 10:11:37,926-DEBUG-Worker_1-[debug] Plugin directories: none
2025-10-24 10:11:37,926-DEBUG-Worker_1-[debug] Loaded 1839 extractors
2025-10-24 10:11:37,926-DEBUG-Worker_1-ERROR: 200180976: An extractor error has occurred. (caused by KeyError('200180976')); 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
2025-10-24 10:11:37,926-DEBUG-Worker_1- File "yt_dlp\extractor\common.py", line 762, in extract
2025-10-24 10:11:37,926-DEBUG-Worker_1- File "yt_dlp\extractor\tubitv.py", line 100, in _real_extract
2025-10-24 10:11:37,926-DEBUG-Worker_1-KeyError: '200180976'
2025-10-24 10:11:37,926-DEBUG-Worker_1-Child process exited with non-zero code: 1
Source: yt-dlp/yt-dlp