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

aiscot on Windows cannot bind to port 5050/udp #8

Open
ampledata opened this issue Sep 4, 2023 · 0 comments
Open

aiscot on Windows cannot bind to port 5050/udp #8

ampledata opened this issue Sep 4, 2023 · 0 comments

Comments

@ampledata
Copy link
Collaborator

Starting aiscot on Windows using the default UDP listen port of 5050 will return the error:

OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted

This is because svchost.exe is listening to 5050/udp (WHY?!):

PS C:\Users\gba> netstat -ano|findstr 5050
  UDP    0.0.0.0:5050           *:*                                    7208

And this process (7208) cannot be killed :(

PS C:\Users\gba> ps|findstr 7208
    383      23     5188      18736              7208   0 svchost
PS C:\Users\gba> taskkill /F /PID 7208
ERROR: The process with PID 7208 could not be terminated.
Reason: Access is denied.
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

1 participant