os-js / OS.js

OS.js - JavaScript Web Desktop Platform
https://www.os-js.org/
Other
6.9k stars 821 forks source link

Get error when want to open Drum Sampler v0.6. #117

Closed Subhajit-Sarkar closed 9 years ago

Subhajit-Sarkar commented 9 years ago

Summary: Please report this if you think this is a bug. Include a brief description on how the error occured, and if you can; how to replicate it

Trace: Error: Failed to execute 'decodeAudioData' on 'AudioContext': invalid ArrayBuffer for audioData. at Error (native) at http://osjsv2.0o.no/packages/experiments/DrumSampler/combined.js:313:19 at Object.Utils.ajax.onerror (http://osjsv2.0o.no/osjs.js:5225:13) at XMLHttpRequest.request.onerror (http://osjsv2.0o.no/osjs.js:765:16)

andersevenrud commented 9 years ago

What kind of browser were you running ? It seems a very few have this problem

Subhajit-Sarkar commented 9 years ago

Google Chrome [ version 43.0.2357.81 m ]. Also not working in Firefox Developer Edition [ version 40.0a2 (2015-05-29) ].

andersevenrud commented 9 years ago

I'm running the exact same versions as you, but not getting an error. I'm suspecting it is a problem with a file transfer and/or my server configuration. I will have a look at this. Thanks for reporting :)

Subhajit-Sarkar commented 9 years ago

Thank you for your kind information.