SOLVED!
For anyone else having this error. Your main and build port numbers, in settings, MUST BE DIFFERENT!
CuddleTheif
3
Posts
1
Topics
2
Followers
A member registered Apr 14, 2016 · View creator page →
Creator of
Recent community posts
Superpowers community » SUPERPOWERS — HTML5 2D+3D GAME MAKER » Superpowers Discussion · Posted in Can't start server? EADDRINUSE
Superpowers community » SUPERPOWERS — HTML5 2D+3D GAME MAKER » Superpowers Discussion · Posted in Can't start server? EADDRINUSE
I tried using a different port and the 32 bit version but I still get this error
Error: listen EADDRINUSE 127.0.0.1:4237
at Object.exports._errnoException (util.js:856:11)
at exports._exceptionWithHostPort (util.js:879:20)
at Server._listen2 (net.js:1234:14)
at listen (net.js:1270:10)
at net.js:1379:9
at GetAddrInfoReqWrap.asyncCallback [as callback] (dns.js:63:16)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:82:10)
Superpowers community » SUPERPOWERS — HTML5 2D+3D GAME MAKER » Superpowers Discussion · Created a new topic Can't start server? EADDRINUSE
I'm trying to use superpowers for the first time but when I start it the console gives me this error no matter what port I use:
Error: listen EADDRINUSE 127.0.0.1:80
at Object.exports._errnoException (util.js:856:11)
at exports._exceptionWithHostPort (util.js:879:20)
at Server._listen2 (net.js:1234:14)
at listen (net.js:1270:10)
at net.js:1379:9
at GetAddrInfoReqWrap.asyncCallback [as callback] (dns.js:63:16)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:82:10)