#Problem with Wings

1 messages · Page 1 of 1 (latest)

tidal sage
#

It seems that I have only one wings running on this port, judging by the screenshot. But I am still confused by the fact that my daemon uses a similar port. Maybe it's not related to each other, but it gives me the creeps.

supple widgetBOT
#

I have found the following for: https://media.discordapp.net/attachments/1082301600321765396/1082301600594399261/image.png
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 :8080 (or grep :8443 depending on the port) to find what process is currently running and stop it. You can type killall wings to shutdown any ghost Wings process.

tidal sage
hoary helm
#

You're trying to start wings when it's already running

#

Wings is the daemon. So it's totally normal that the daemon port shown in the panel is the port wings is running on.

tidal sage
#

Can u please take a look at this #1082297531100303470?