-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I have json file from Amazon with two speakers but I get the below error
Traceback (most recent call last): File "process_aws_output.py", line 114, in <module> run('input.txt') File "process_aws_output.py", line 109, in run parse_raw_transcription(fname, speakers) File "process_aws_output.py", line 96, in parse_raw_transcription html = build_html(lines, end_times, job_name, speaker_names) File "process_aws_output.py", line 81, in build_html html, current_speaker = _update_speaker(html, range_speaker) File "process_aws_output.py", line 31, in update_speaker speaker = speaker_map[int(speaker_name[-1])] **IndexError: list index out of range**
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels