Hey, I just bought the Signalling Server package from the Scirra Store, and I haven't been able to get it working quite how I'd like to yet.
After much troubleshooting on my own I have decided to come here for further help. Basically my problem is that if I run the server with my localhost IP (127.0.0.1), it works fine!
It is when I try to use my actual IP (xx.xxx.xxx.xx), that I run into problems. First of all it doesn't seem to be starting properly. Here is what I get:
Your environment has been set up for using Node.js 0.12.7 (x64) and npm.
C:\Users\XXXXXX>node sigserv
*****************************************************
Construct 2 multiplayer signalling server v1.0
*****************************************************
Loaded settings from config.js
Unable to find SSL key file 'ssl.key'. Reverting to insecure server.
Server name: XXXXXXXXXXXX
Operated by: XXXXXX
Starting signalling server on ws://XX.XXX.XXX.XX:80...
Server running
events.js:85
throw er; // Unhandled 'error' event
^
Error: listen EADDRNOTAVAIL
at exports._errnoException (util.js:746:11)
at Server._listen2 (net.js:1139:19)
at listen (net.js:1182:10)
at net.js:1280: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 replaced some information with XX's for privacy reasons.
Any help on this would be greatly appreciated! Thanks!