mdn / samples-server

MDN samples server; used for samples that can't be hosted in-place on MDN, plus back-end server-side code for samples that need it.
https://developer.mozilla.org/
Creative Commons Zero v1.0 Universal
958 stars 927 forks source link

Error when testing sample project #52

Open acher249 opened 6 years ago

acher249 commented 6 years ago

Error when testing sample project:

DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD

On line 45 of the js.

I am getting this error when testing you sample project here. Is anyone else seeing this issue?

Thanks