I have HTML5 audio element
<audio src="/sounds/call.wav" id="audio1" repeated="0" repetitions="1" class="audio_sound"></audio>
If I try to call element.play()
strange error appears in Chrome web console.
Uncaught (in promise) DOMException: Failed to load because no supported source was found.
I haven't found any clues why this error appears and how to fix it.