awslabs / aws-lex-browser-audio-capture

An example web application using the Lex JavaScript SDK to send and receive audio from the Lex PostContent API. Demonstrates how to capture an audio device, record audio, and convert the audio into a format that Lex will recognize, and play the response. All from a web browser.
MIT No Attribution
165 stars 75 forks source link

uncaught (in promise) domexception #19

Open saloni103 opened 5 years ago

saloni103 commented 5 years ago

After trying out the given example ,I got the error "uncaught (in promise) domexception "multiple times and I was never able to get to the end of the conversation of lex bot.

palafranchise commented 5 years ago

Hi saloni103,

I'm sorry you ran into issues. Which browser/OS and versions where you using? How were you running the example code? Local web server?

Andrew

saloni103 commented 5 years ago

Operating system OS X 10.14.5 and chrome 76, I was running it on web server. @palafranchise