Skip to content

Problem with chapters. chapters.0.gist Field required #103

Open
@timaakulich

Description

@timaakulich

When i'm getting info about transcribe I got error:

pydantic_core._pydantic_core.ValidationError: 1 validation error for TranscriptResponse
chapters.0.gist
  Field required [type=missing, input_value={'summary': 'Bla bla', 'start': 1200, 'end': 5960}, input_type=dict]

When I checked response json I got:

{..., 'chapters': [{'summary': 'Bla bla': 'Allah, allah, allah.', 'start': 1200, 'end': 5960}], ...}

without gist key

Code:

aai.Transcript(transcript_id).wait_for_completion()

Transcribe id: a38670a7-7acc-468b-878c-4c2fd0b1d48d

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't workingtriage/needs-investigationIssue needs investigation before it can be confirmed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions