Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   General Forum (http://www.chiefdelphi.com/forums/forumdisplay.php?f=16)
-   -   Team 1515 Presents MorScout (http://www.chiefdelphi.com/forums/showthread.php?t=134330)

gbruck33013 16-03-2015 21:05

Re: Team 1515 Presents MorScout
 
Thanks for making your scouting application available. I down loaded and installed node.js. After loading node.js, I opened the command window by selecting node.js from the start menu. At the print I type node --harmony userManger and it is not working.

Here is what is reported when I try the node comand:
node --harmony userManager
SyntaxError: Unexpected identifier
at Object.exports.createScript (vm.js:44:10)
at REPLServer.defaultEval (repl.js:117:23)
at bound (domain.js:254:14)
at REPLServer.runBound [as eval] (domain.js:267:12)
at REPLServer.<anonymous> (repl.js:279:12)
at REPLServer.emit (events.js:107:17)
at REPLServer.Interface._onLine (readline.js:214:10)
at REPLServer.Interface._line (readline.js:553:8)
at REPLServer.Interface._ttyWrite (readline.js:830:14)
at ReadStream.onkeypress (readline.js:109:10)

Any ideas as to what I may have done incorrectly?

legomann97 18-03-2015 16:39

Re: Team 1515 Presents MorScout
 
Whenever I try putting in "sh$ node --harmony userManager", the command prompt says that 'sh$' is not recognized as a batch file or operable program... Can you help me please?

legomann97 18-03-2015 17:31

Re: Team 1515 Presents MorScout
 
Ok, I fixed the previous error, but now I can't start the server. It gives me the IP Address, but then it throws the following error:

events.js:85
throw er; //Unhandled 'error' event

Error: listen EADDRINUSE
at exports._errnoException (util.js:746:11)
at Server._listen2 (net.js:1129:14)
at listen (net.js:1155:10)
at net.js:1253:9
at dns.js:85:18
at process._tickCallback (node.js:355:11)
at Function.Module.runMain (module.js:503:11)
at startup (node.js:129:16)
at node.js:814:3

I have no clue what is going wrong here, so any help would be appreciated!

legomann97 18-03-2015 17:44

Re: Team 1515 Presents MorScout
 
I also can't submit any feedback. I'm not logged in, but i think it should be allowed even if you aren't logged in.

chiefwebmaster 24-03-2015 17:36

Re: Team 1515 Presents MorScout
 
Quote:

Ok, I fixed the previous error, but now I can't start the server. It gives me the IP Address, but then it throws the following error:

events.js:85
throw er; //Unhandled 'error' event

Error: listen EADDRINUSE
at exports._errnoException (util.js:746:11)
at Server._listen2 (net.js:1129:14)
at listen (net.js:1155:10)
at net.js:1253:9
at dns.js:85:18
at process._tickCallback (node.js:355:11)
at Function.Module.runMain (module.js:503:11)
at startup (node.js:129:16)
at node.js:814:3

I have no clue what is going wrong here, so any help would be appreciated!
I am getting the same error. Looking forward to getting some help.

Edit: I just got an email back that fixes this error. All you have to do is change
Code:

node --harmony server
to
Code:

node --harmony server 8081
This changes the port code and fixed our error.

jojoguy10 03-03-2016 09:29

Re: Team 1515 Presents MorScout
 
This might be a strange question, but how can we use this without WiFi at events?


All times are GMT -5. The time now is 08:05.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi