API reference
live_stream · 4101 · HTTP 422
The video is currently live; no transcript is available until the broadcast ends.
Example response
{ "ok": false, "request_id": "req_…", "error": { "code": "live_stream", "number": 4101, "message": "The video is currently live; no transcript is available until the broadcast ends.", "docs": "https://transcriptfetch.com/docs/errors/live_stream" } }
Every failure carries error.code, error.number, error.message and error.docs, plus at most one of retry_with (the request change that would succeed), details (structured specifics) or issues (validation problems). Family: 4xxx · the media has no transcript to give.
What it means
Live stream. The video is currently live; no transcript is available until the broadcast ends.
Shown to end users as: “This is a live stream, transcripts aren't available while it's broadcasting.”
Why it happens
- Live stream. The video is currently live; no transcript is available until the broadcast ends.
What to do
- Permanent for this input: the same request will fail the same way, so do not retry unchanged. Failed requests are never charged.
- AI transcription would not help here: there is no accessible speech to transcribe.
Retryable? No, this is permanent for this input. Every error response carries a
request_id; include it when contacting support.Related errors
- unsupported_platform (3001), an input on a platform we do not serve at all