hackerspace-bootstrap / strichliste-web

DEPRECATED - frontend for the strichliste api
http://demo.strichliste.org/
MIT License
11 stars 10 forks source link

Catch unloaded files in audioService #42

Closed schinken closed 9 years ago

schinken commented 9 years ago

If firewalls block audio files or there's another reason why i't cant be loaded, strichliste-web becomes unusable due to an error like:

TypeError: Failed to set the 'buffer' property on 'AudioBufferSourceNode': The provided value is not of type 'AudioBuffer'.
at TypeError (native)
    at n.play (http://demo.hackerspace-bootstrap.org/strichliste-web/js/app.js:3:13025)
    at c.transactionClick (http://demo.hackerspace-bootstrap.org/strichliste-web/js/app.js:3:11528)
    at http://demo.hackerspace-bootstrap.org/strichliste-web/js/external.js:6:17776
    at http://demo.hackerspace-bootstrap.org/strichliste-web/js/external.js:6:25071
    at c.$eval (http://demo.hackerspace-bootstrap.org/strichliste-web/js/external.js:5:13519)
    at c.$apply (http://demo.hackerspace-bootstrap.org/strichliste-web/js/external.js:5:13797)
    at HTMLButtonElement.<anonymous> (http://demo.hackerspace-bootstrap.org/strichliste-web/js/external.js:6:25053)
    at HTMLButtonElement.J.event.dispatch (http://demo.hackerspace-bootstrap.org/strichliste-web/js/external.js:2:14424)
    at HTMLButtonElement.v.handle (http://demo.hackerspace-bootstrap.org/strichliste-web/js/external.js:2:11199) external.js:5(anonymous function)