Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show what process is already running on the requested port #133

Open
mmaslowskicc opened this issue Oct 12, 2016 · 2 comments
Open

Show what process is already running on the requested port #133

mmaslowskicc opened this issue Oct 12, 2016 · 2 comments

Comments

@mmaslowskicc
Copy link
Contributor

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.

@vharsh
Copy link

vharsh commented Oct 12, 2016

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

@fizyk
Copy link
Member

fizyk commented Oct 12, 2016

Sure :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants