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

{'ERROR: Could not start server, is another program on udp:53?; on windows 10 #117

Open
AbkarinoMHM opened this issue Jun 8, 2018 · 2 comments

Comments

@AbkarinoMHM
Copy link

Hi,
I just faced this problem today "{'ERROR: Could not start server, is another program on udp:53?;" even on the latest version? before i never got this issue, also i had checked if there is any other app or service access this port but i did not find any thing?
Best regards,
Abkarino

@Al-Azif
Copy link
Owner

Al-Azif commented Jun 9, 2018

It's entirely possible the DNS thread is hanging open from the last time it was run, it still happens sometimes. You can use netstat -a -o –n to find the PID of the process using the port and taskkill /F /PID {your PID here} to kill the process.

I want to look into a more failsafe way of closing threads or at least a way to detect if the program running on the port is an old version of the host and I can safely kill it.

@AbkarinoMHM
Copy link
Author

Thanks for your fast response, tried this and it worked for me.
and hope that you can implement this solution you had suggested in the next version sooner :)

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