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

Occupied Socket #14

Closed
kanakapalli opened this issue Jun 24, 2020 · 2 comments
Closed

Occupied Socket #14

kanakapalli opened this issue Jun 24, 2020 · 2 comments
Labels

Comments

@kanakapalli
Copy link

python hulk-server.py https://testdummysite.com
Traceback (most recent call last):
File "hulk-server.py", line 9, in
server.bind(('', 666))
OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted

@Hyperclaw79 Hyperclaw79 changed the title error Occupied Socket Jun 24, 2020
@Hyperclaw79
Copy link
Owner

There could be two possible cases:

  1. You are using another service/application which is already using the port 666.
  2. You're running multiple instances of hulk-server.py

To resolve this, open your task manager and kill all the python.exe tasks.
Change the port number in the code of hulk-server.py to some higher number, say 6666 and then try to run it.

@Hyperclaw79
Copy link
Owner

I'm expected that the issue has been solved. Feel free to reopen this otherwise.

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

No branches or pull requests

2 participants