We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
I would LOVE to try your neurofeedback system. However, when I run the node main-controller.js command I get the following error output:
WebSocket connected.. WebSocket connected.. events.js:187 throw er; // Unhandled 'error' event ^
Error: bind EADDRINUSE 0.0.0.0:5002 at dgram.js:321:20 at processTicksAndRejections (internal/process/task_queues.js:81:21) Emitted 'error' event on Socket instance at: at dgram.js:322:14 at processTicksAndRejections (internal/process/task_queues.js:81:21) { errno: 'EADDRINUSE', code: 'EADDRINUSE', syscall: 'bind', address: '0.0.0.0', port: 5002 }
and no connection in the web system.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I would LOVE to try your neurofeedback system. However, when I run the node main-controller.js command I get the following error output:
WebSocket connected..
WebSocket connected..
events.js:187
throw er; // Unhandled 'error' event
^
Error: bind EADDRINUSE 0.0.0.0:5002
at dgram.js:321:20
at processTicksAndRejections (internal/process/task_queues.js:81:21)
Emitted 'error' event on Socket instance at:
at dgram.js:322:14
at processTicksAndRejections (internal/process/task_queues.js:81:21) {
errno: 'EADDRINUSE',
code: 'EADDRINUSE',
syscall: 'bind',
address: '0.0.0.0',
port: 5002
}
and no connection in the web system.
Thanks!
The text was updated successfully, but these errors were encountered: