jaxbot / browserlink.vim

Live browser editing for Vim
MIT License
711 stars 38 forks source link

brolink throws exception when starting in event.js #22

Closed peterhajas closed 9 years ago

peterhajas commented 10 years ago

Starting the node server throws an exception that's uncaught:

phajas@kronus ~/d/v/./b/b/brolink> sh start.sh 
Brolink
Server version: 2.5.0
======================
Dedicated to everyone who missed the first chest in OOT's Forest Temple

Warning: Native modules not compiled.  XOR performance will be degraded.
Warning: Native modules not compiled.  UTF-8 validation disabled.

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EADDRINUSE
    at errnoException (net.js:901:11)
    at Server._listen2 (net.js:1039:14)
    at listen (net.js:1061:10)
    at Server.listen (net.js:1127:5)
    at Object.<anonymous> (/Users/phajas/dotfiles/vim/.vim/bundle/brolink.vim/brolink/brolink.js:62:8)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
jaxbot commented 10 years ago

Looks like you already have something running on port 9001

jaxbot commented 9 years ago

Closing as there's not much to go off of; if something else comes up, feel free to reopen