Play error, Uncaught (in promise) DOMException: The element has no supported sources.
Closed this issue · 13 comments
- audio.play() ok
- audio.stop() ok
- audio.play() error
I'm getting the same bug - I did update angular to 1.5.7 - could that be related?
Also using 1.5.7 and it is not working, eg is like tqcenglish describes
same issue here
Woops. Can someone make a PR reverting that change and it will be merged ASAP
@danielstern care to merge this soon please?
@danielstern @AmitMY, could you tag and npm publish (1.7.3
?)
@rib3 I published a new NPM version
https://www.npmjs.com/package/angular-audio
@danielstern please take the lead on the NPM project
@AmitMY Sounds good, how exactly is that done? My npm username is danielstern
@danielstern - Can you tag current master
as 1.7.3
? (So there is no discrepancy between github and the npm versions.)
@danielstern You are now an owner (https://www.npmjs.com/package/angular-audio)
To do stuff, you open a bash window, authorize your user once, and then forever just write npm publish
.
Please note that you can't publish 1 version twice, so if you fuck the version up, you have to go through removing the first release. (this is why NPM has 1.7.3 - because I fucked up 1.7.1, and didnt know I can remove that version..)
Anyone want to tackle this? Let me know and I'll sort you out with admin privelages
1.7.3 is up