amazon-archives / amazon-transcribe-medical-demo

MIT No Attribution
19 stars 13 forks source link

Couple of errors found. #2

Open jhunexjun opened 4 years ago

jhunexjun commented 4 years ago

I followed the installation, etc but I came into the following bugs. Please check the attached file.

error1 error2

I haven't done anything yet after the git clone and npm install. So to reproduce:

  1. Run the git clone https://github.com/aws-samples/amazon-transcribe-medical-demo.git.
  2. npm install
  3. npm run build
  4. npm start
  5. Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
pshongwe commented 4 years ago

Reporting Bugs/Feature Requests

We welcome you to use the GitHub issue tracker to report bugs or suggest features.

seems to be the const marshaller = require("@aws-sdk/eventstream-marshaller"); If you check the browser code it shows that 'binary' variable returns an error

jhunexjun commented 4 years ago

I have already updated the reported error on how to reproduce. Thanks.