#0.0.0.0 8080 bind already in use error

3 messages · Page 1 of 1 (latest)

shut finchBOT
#

You already have an instance of Wings running through systemd service and are trying to start another duplicate instance, for example by using the commands wings and wings --debug, or another service is using the port.

Use ss -plnt | grep 2022 to find what process is currently running and stop it. You can type killall -9 wings to shutdown any ghost Wings process if you are intentionally attempting to run Wings in debug manually.

dusty lion
#

You seem to start duplicate instances of wings.

#

Are you by any chance, when wings is already started using wings --debug? As this will cause such errors. When using wings --debug to check for errors, always make sure wings is stopped first with systemctl stop wings or killall wings then check if it starts up fine with wings --debug make sure to properly stop the debug first, before starting wings properly with systemctl start wings