gemini-testing / gemini-gui

GUI for gemini
MIT License
69 stars 18 forks source link

Unknown error #2

Closed Yeti-or closed 8 years ago

Yeti-or commented 9 years ago
5:islands-components yeti-or$ gemini-gui 

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EADDRINUSE
    at errnoException (net.js:904:11)
    at Server._listen2 (net.js:1042:14)
    at listen (net.js:1064:10)
    at net.js:1146:9
    at asyncCallback (dns.js:68:16)
    at Object.onanswer [as oncomplete] (dns.js:121:9)
Yeti-or commented 9 years ago

O I had 8000 in use

SevInf commented 9 years ago

It means that port gemini-gui is using (8000) is already taken. You can try to set different port with -p option.

arikon commented 9 years ago

I the error could be more descriptive. Proposing reopen of this issue.

26.11.2014, 20:21, "Sergej Tatarincev" notifications@github.com:

It means that port gemini-gui is using (8000) is already taken. You can try to set different port with -p option.

— Reply to this email directly or view it on GitHub.

Отправлено из мобильной Яндекс.Почты: http://m.ya.ru/ymail

SevInf commented 9 years ago

Yes, I agree

sipayRT commented 8 years ago

I the error could be more descriptive. Proposing reopen of this issue.

@arikon can you explain what you mean?

sipayRT commented 8 years ago

closed due to inactivity