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

Unhandled error event #5

Open
TibiToz opened this issue Jan 21, 2022 · 2 comments
Open

Unhandled error event #5

TibiToz opened this issue Jan 21, 2022 · 2 comments

Comments

@TibiToz
Copy link

TibiToz commented Jan 21, 2022

Hey,

When starting the virtual sound card, i get this error:

$ node aes67 -a alsa -d 7 -n "Focusrite Scarlett 2i2"
events.js:174
throw er; // Unhandled 'error' event
^

Error: bind EACCES 0.0.0.0:319
at state.handle.lookup (dgram.js:242:18)
at process._tickCallback (internal/process/next_tick.js:63:19)
at Function.Module.runMain (internal/modules/cjs/loader.js:834:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
Emitted 'error' event at:
at state.handle.lookup (dgram.js:243:14)
at process._tickCallback (internal/process/next_tick.js:63:19)
[... lines matching original stack trace ...]
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)

@Toshiba01
Copy link

I'm getting the same error on a Macbook Pro OSX 10.13, Node V12

@Toshiba01
Copy link

Hey,

When starting the virtual sound card, i get this error:

$ node aes67 -a alsa -d 7 -n "Focusrite Scarlett 2i2" events.js:174 throw er; // Unhandled 'error' event ^

Error: bind EACCES 0.0.0.0:319 at state.handle.lookup (dgram.js:242:18) at process._tickCallback (internal/process/next_tick.js:63:19) at Function.Module.runMain (internal/modules/cjs/loader.js:834:11) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3) Emitted 'error' event at: at state.handle.lookup (dgram.js:243:14) at process._tickCallback (internal/process/next_tick.js:63:19) [... lines matching original stack trace ...] at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)

I just found out, that you need to run it with root ( sudo ) and it works.

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