kiwiirc / kiwibnc

Apache License 2.0
43 stars 14 forks source link

l_error Server error #124

Closed sudoharshita16 closed 3 years ago

sudoharshita16 commented 3 years ago

When I run kiwibnc, then the error---- "l_error Server error 95421fe4-b6a4-4e8b-b3dc-f4f24285330d listen EADDRINUSE: address already in use 0.0.0.0:80" is displayed in one of the messages.

prawnsalad commented 3 years ago

EADDRINUSE

Means that port 80 is already in use by a different server on your system. Either change the port kiwibnc is listening on or stop your existing web server and re-try kiwibnc.