Closed dgoryeo closed 8 months ago
Hi,
What might cause the error "index out of range" ? Can it be a mismatch in my python packages or is it a bug in the code:
index out of range
result.py", line 844, in duration return _round_timestamp(self.segments[-1].end - self.segments[0].start) IndexError: list index out of range
Thanks.
This occurs when there is no segments or words the result. Should be fixed after 00ad4b45d314eadedc59b2ede7ab034ef14a5131.
Hi,
What might cause the error "
index out of range
" ? Can it be a mismatch in my python packages or is it a bug in the code:Thanks.