[GH-ISSUE #110] Error while launch log.io-server #86

Closed
opened 2026-02-26 05:31:17 +03:00 by kerem · 1 comment
Owner

Originally created by @kavenks on GitHub (Jan 20, 2014).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/110

Hi,
I am facing the below error while launching the server, Could you please help me to resolve these error.
/----------------------------------------------------------------------------------------/
log.io-server
info - socket.io started

events.js:72
throw er; // Unhandled 'error' event
^
Error: bind Unknown system errno 92
at errnoException (dgram.js:454:11)
at dgram.js:207:28
at dns.js:72:18
at process.tickCallback (node.js:415:13)
at Function.Module.runMain (module.js:499:11)
at startup (node.js:119:16)
at node.js:901:3
/
----------------------------------------------------------------------------------------_/
node version -> v0.10.17
npm version -> 1.3.8
log.io version -> current version(>=0.3.3) in github included with the lib.

Originally created by @kavenks on GitHub (Jan 20, 2014). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/110 Hi, I am facing the below error while launching the server, Could you please help me to resolve these error. /_----------------------------------------------------------------------------------------_/ log.io-server info - socket.io started events.js:72 throw er; // Unhandled 'error' event ^ Error: bind Unknown system errno 92 at errnoException (dgram.js:454:11) at dgram.js:207:28 at dns.js:72:18 at process._tickCallback (node.js:415:13) at Function.Module.runMain (module.js:499:11) at startup (node.js:119:16) at node.js:901:3 /_----------------------------------------------------------------------------------------_/ node version -> v0.10.17 npm version -> 1.3.8 log.io version -> current version(>=0.3.3) in github included with the lib.
kerem closed this issue 2026-02-26 05:31:17 +03:00
Author
Owner

@msmathers commented on GitHub (Aug 1, 2014):

This looks like a very low-level TCP networking error that likely has something to do with your server's host configuration or the machine's networking setup, and not with the log.io application itself.

If you follow the build instructions on a fresh linux box, everything should work just fine:
https://github.com/NarrativeScience/Log.io/wiki/v0.3.4-Build-Recipe-(Ubuntu-14.04)

<!-- gh-comment-id:50852361 --> @msmathers commented on GitHub (Aug 1, 2014): This looks like a very low-level TCP networking error that likely has something to do with your server's host configuration or the machine's networking setup, and not with the log.io application itself. If you follow the build instructions on a fresh linux box, everything should work just fine: https://github.com/NarrativeScience/Log.io/wiki/v0.3.4-Build-Recipe-(Ubuntu-14.04)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#86
No description provided.