You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: