brunch / auto-reload-brunch

Adds automatic browser reloading support to brunch.
88 stars 30 forks source link

EADDRINUSE on brunch 1.6.5 #19

Closed es128 closed 11 years ago

es128 commented 11 years ago

Cannot start brunch watch on v1.6.5 with auto-reload included. Immediately get:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EADDRINUSE
    at errnoException (net.js:863:11)
    at Server._listen2 (net.js:1008:14)
    at listen (net.js:1030:10)
    at net.js:1104:9
    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:903:3

Still happens after I restarted my machine to make sure I didn't have a hidden brunch instance taking up the port or something like that.

paulmillr commented 11 years ago

well that was a buggy release

es128 commented 11 years ago

you're on it though! thanks.

julienaubert commented 10 years ago

Seems I am getting this on auto-reload-brunch@1.7.3 but not on auto-reload-brunch@1.7.1

28 Feb 10:34:08 - info: application started on http://localhost:50683/ 28 Feb 10:34:08 - info: compiled 13 files and 1 cached into 3 files, copied 6 in 562ms

AutoReload Error: listen EADDRINUSE