I am not seeing the transcription show up, just a blank screen.
I have just installed the server an ran it with the free API account. In the README, it mentions a 402 error if I don't have an upgraded account, but I never see a 402 error show up.
After a couple of minutes trying to click the Record button, I see on my Assembly dashboard I have spent roughly $0.00175 already.
The error I see in the browser console is assemblyai.js not found
If I remove the <script src="assemblyai.js"></script> in the public/index.html and then hit record, then I get the following error:
So I'm curious which of these is the reason why I am no seeing the transcript show up when I speak.
Thank you.
I am not seeing the transcription show up, just a blank screen.
I have just installed the server an ran it with the free API account. In the README, it mentions a
402error if I don't have an upgraded account, but I never see a402error show up.After a couple of minutes trying to click the
Recordbutton, I see on my Assembly dashboard I have spent roughly$0.00175already.The error I see in the browser console is
assemblyai.jsnot foundIf I remove the
<script src="assemblyai.js"></script>in thepublic/index.htmland then hit record, then I get the following error:So I'm curious which of these is the reason why I am no seeing the transcript show up when I speak.
Thank you.