[BUG] <<https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javascriptv3/example_code/cross-services/transcribe-streaming-app/src/index.js>> #2880
Labels
Bug
An update to fix incorrect code or typos.
What is the issue?
While running the index file within my browser, in the console it states that "client is not defined", in reference to line 84 in index.js. The application does not perform as intended due to this
How can someone reproduce this issue (if applicable)?
What is the actual result when the preceding steps are followed (if applicable)?
The application does not return a transcription whatsoever, the functionality of the demo ceases.
What was the result you expected instead (if applicable)?
For the test application to work as intended, unsure as to why I am receiving this error as this repository was cloned directly with no changes other than the region and identity pool fields as necessary.
Environment details to help us try to reproduce the issue (if applicable)
Any other related details we should know about?
All necessary steps within the README.md were followed, alongside using Webpack to bundle all the files into one main.js and generating an identity pool etc. To note, "[email protected] requires a peer of [email protected] but none is installed" was displayed as a warning when install the node packages, therefore I had to install webpack 4 from the website.
The text was updated successfully, but these errors were encountered: