my code stopped working today (it worked before).
Here is my code:
playMe = new Audio(link);
playMe.play();
Here is the error I get in the console:
Uncaught (in promise) DOMException: Failed to load because no supported source was found.
It is really the audio.play();
that doesn't work because if I only keep the first line I don't get an error (but obviously is dos't play).
I'm using chrome 52.0.2743.82 m (64-bit)
Thanks.