Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Failed to execute 'compile' on 'WebAssembly': HTTP status code is not ok #41

Open
johandz opened this issue Jan 21, 2020 · 1 comment

Comments

@johandz
Copy link

johandz commented Jan 21, 2020

Hello!

I tried to run

this.rec.initAudio().then(()=> { this.rec.initWorker().then(()=> { this.rec.startRecording(); }); });

and got:

Error: TypeError: Failed to execute 'compile' on 'WebAssembly': HTTP status code is not ok
at Worker.worker.onmessage [as __zone_symbol__ON_PROPERTYmessage] (vmsg.js:249)
at Worker.wrapFn (zone-evergreen.js:1191)
at ZoneDelegate.invokeTask (zone-evergreen.js:391)
at Object.onInvokeTask (core.js:34182)
at ZoneDelegate.invokeTask (zone-evergreen.js:390)
at Zone.runTask (zone-evergreen.js:168)
at ZoneTask.invokeTask [as invoke] (zone-evergreen.js:465)
at invokeTask (zone-evergreen.js:1603)
at Worker.globalZoneAwareCallback (zone-evergreen.js:1629)
at resolvePromise (zone-evergreen.js:797)
at resolvePromise (zone-evergreen.js:754)
at zone-evergreen.js:858
at ZoneDelegate.invokeTask (zone-evergreen.js:391)
at Object.onInvokeTask (core.js:34182)
at ZoneDelegate.invokeTask (zone-evergreen.js:390)
at Zone.runTask (zone-evergreen.js:168)
at drainMicroTaskQueue (zone-evergreen.js:559)
at ZoneTask.invokeTask [as invoke] (zone-evergreen.js:469)
at invokeTask (zone-evergreen.js:1603)

Any idea what might be going on?

@alectrocute
Copy link

Can't access the vmsg.wasm binary.

https://github.com/Kagami/vmsg/blob/master/vmsg.js#L150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants