You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2020. It is now read-only.
Hello, I am using node version 7.2.0, npm 3.10.9 and a Muse 2016 headset. I just npm installed the modules for webgui and am getting this error. Any idea what this means and what I need to do?
The webgui isn't receiving data either. I've used this repo last year for another project just fine. So would like to get it working! Thank you!
$ node index.js
Connecting to any available Muse using host; osc.udp://127.0.0.1:5002
HTTP server started and available on port: 8080
{ Error: spawn muse-io ENOENT
at exports._errnoException (util.js:1022:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
at Module.runMain (module.js:607:11)
at run (bootstrap_node.js:420:7)
at startup (bootstrap_node.js:139:9)
at bootstrap_node.js:535:3
code: 'ENOENT',
errno: 'ENOENT',
syscall: 'spawn muse-io',
path: 'muse-io',
spawnargs: [ '--osc', 'osc.udp://127.0.0.1:5002' ] }
-2
Hello, I am using node version 7.2.0, npm 3.10.9 and a Muse 2016 headset. I just npm installed the modules for webgui and am getting this error. Any idea what this means and what I need to do?
The webgui isn't receiving data either. I've used this repo last year for another project just fine. So would like to get it working! Thank you!
$ node index.js
Connecting to any available Muse using host; osc.udp://127.0.0.1:5002
HTTP server started and available on port: 8080
{ Error: spawn muse-io ENOENT
at exports._errnoException (util.js:1022:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
at Module.runMain (module.js:607:11)
at run (bootstrap_node.js:420:7)
at startup (bootstrap_node.js:139:9)
at bootstrap_node.js:535:3
code: 'ENOENT',
errno: 'ENOENT',
syscall: 'spawn muse-io',
path: 'muse-io',
spawnargs: [ '--osc', 'osc.udp://127.0.0.1:5002' ] }
-2