mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 01:25:55 +03:00
[GH-ISSUE #110] Error while launch log.io-server #86
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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)