Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] <<https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javascriptv3/example_code/cross-services/transcribe-streaming-app/src/index.js>> #2880

Open
shanemcdonagh opened this issue Feb 17, 2022 · 0 comments
Assignees
Labels
Bug An update to fix incorrect code or typos.

Comments

@shanemcdonagh
Copy link

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)?

  1. For me, simply pressing the record button throws this ReferenceError within the console window

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)

  • Operating system and version: Windows 11
  • SDK or tool name: AWS SDK for Java
  • SDK or tool version: 3.32.0

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.

@brmur brmur self-assigned this Feb 24, 2022
@brmur brmur assigned beqqrry-aws and unassigned brmur Nov 13, 2024
@brmur brmur added the Bug An update to fix incorrect code or typos. label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An update to fix incorrect code or typos.
Projects
None yet
Development

No branches or pull requests

4 participants