chengsokdara / use-whisper

React hook for OpenAI Whisper with speech recorder, real-time transcription, and silence removal built-in
MIT License
732 stars 137 forks source link

Add error handling #51

Open chrysb opened 1 year ago

chrysb commented 1 year ago

First, thank you for making this hook!

It seems like there's no way to capture errors? We'd like to get insight into the failures, as we've been getting complaints from users about transcription failing but we have no visibility into errors, for example:

image

Is there a workaround to get access to internal errors?