You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing a TypeError when using the srt parser from the @deepgram/captions library:
TypeError: Cannot use 'in' operator to search for 'speaker' in undefined
at DeepgramConverter.getLines (.../@deepgram/captions/src/converters/DeepgramConverter.ts:22:32)
at srt (.../@deepgram/captions/src/index.ts:54:20)
Steps to reproduce
This error is occurring when using the deepgram nova-2 model via the REST api:
What is the current behavior?
I am seeing a
TypeError
when using thesrt
parser from the@deepgram/captions
library:Steps to reproduce
This error is occurring when using the deepgram
nova-2
model via the REST api:Expected behavior
The srt parser works on the
nova-2
output without any errorsPlease tell us about your environment
The text was updated successfully, but these errors were encountered: