Skip to content

batch query api failed #17

@Tobyxly

Description

@Tobyxly

In my code, I’m calling the batch subtitle retrieval API as follows:

transcript_batch_job = supadata.youtube.transcript.batch(
    video_ids=batch_video_ids,
    lang="en"
)

Then, I query the result using the returned job_id:

batch_results = supadata.youtube.batch.get_batch_results(job_id=transcript_batch_job.job_id)
This had been working fine before, but now the batch query consistently returns an error:


{
    "error": "not-found",
    "message": "The requested item could not be found",
    "details": "Job not found"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions