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

Address already in use #14

Closed
abdalmoniem opened this issue Nov 12, 2017 · 2 comments
Closed

Address already in use #14

abdalmoniem opened this issue Nov 12, 2017 · 2 comments

Comments

@abdalmoniem
Copy link

sudo hogwatch fails with the following error:

error: [Errno 98] Address already in use: ('0.0.0.0', 6432)

here is a screenshot of the error:

screenshot from 2017-11-12 06 37 46

@akshaykmr
Copy link
Owner

The bottle web server in hogwatch binds itself to port 6432.
Failure can mean that there is another process using that port or maybe a previous instance for hogwatch didn't quit properly.
You will have to check that, also ensure that you are using nethogs 0.8.2 +

Might be worth trying to run the app in server only mode with a different port with sudo hogwatch server 9000 and viewing it in your browser localhost:9000

I do not maintain this software. I made it for a college assignment.

@abdalmoniem
Copy link
Author

ok, solved, it didn't quit properly as you said.

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

No branches or pull requests

2 participants