danielstern/ngAudio

Play error, Uncaught (in promise) DOMException: The element has no supported sources.

Closed this issue · 13 comments

  1. audio.play() ok
  2. audio.stop() ok
  3. audio.play() error

55539a4

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

rib3 commented

Created #149 to revert 55539a4.

Please merge, publish, etc when you get a chance.

@danielstern care to merge this soon please?

rib3 commented

@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

rib3 commented

@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