aws-sdk-js-notes-app icon indicating copy to clipboard operation
aws-sdk-js-notes-app copied to clipboard

Clicking on play audio throws DOMException - The play() request was interrupted

Open trivikr opened this issue 2 months ago • 0 comments

Describe the bug

Clicking on play audio throws DOMException - The play() request was interrupted

Steps to reproduce

  • Follow README to run local version of the app.
  • Open in Google Chrome. Tested in Version 124.0.6367.91 (Official Build) (arm64).
  • Type something in Note Content, and click play audio button

Observed behavior

The note content is not played, and an "DOMException - The play() request was interrupted" error is thrown in Console

Expected behavior

The note content is played as audio

Screenshots

Screenshot Screenshot 2024-04-29 at 11 59 01 AM

Additional context

Doc on Google Chrome blog: https://developer.chrome.com/blog/play-request-was-interrupted

trivikr avatar Apr 29 '24 19:04 trivikr