mirakuru icon indicating copy to clipboard operation
mirakuru copied to clipboard

Show what process is already running on the requested port

Open mmaslowskicc opened this issue 9 years ago • 2 comments

The AlreadyRunning exception names the requested process and port (which we probably also know from the traceback), but not the service that is running on that port. This usually needs to be debugged in different ways depending on the same service or a different one being already running.

https://pythonhosted.org/psutil/#psutil.net_connections should provide the needed info.

mmaslowskicc avatar Oct 12 '16 07:10 mmaslowskicc

I'd like to give it a shot, thanks.

vharsh avatar Oct 12 '16 18:10 vharsh

Sure :)

fizyk avatar Oct 12 '16 18:10 fizyk