5 comments

[ 3.1 ms ] story [ 22.5 ms ] thread
I can code this product in a weekend

what's your moat?

My moat is that I built it so they will come
another openai wrapper
I'm wrapping better than McDonald's wraps tho
I recorded using the demo on your homepage, and, after about a 35 second clip, I began processing.

After a few minutes of spinning, nothing changed, so I checked my browser's Console log (Safari) and saw:

    [Log] Transcribing audio... (recorder.js, line 10)
    [Error] Failed to load resource: the server responded with a status of 503 (Service Unavailable) (demo, line 0) https://talknotes.io/api/notes/demo
    [Error] Unhandled Promise Rejection: SyntaxError: The string did not match the expected pattern.
 (anonymous function) (talknotes.io:507)

Might want to ensure that there's proper error handling, so the user isn't stuck waiting forever if your API returns a 503 or similar response.