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

socket.connect(("0.0.0.0", port)) fails on Windows #16

Open
justinmoon opened this issue Nov 10, 2018 · 0 comments
Open

socket.connect(("0.0.0.0", port)) fails on Windows #16

justinmoon opened this issue Nov 10, 2018 · 0 comments

Comments

@justinmoon
Copy link
Owner

2 separate reports of [WinError 10049] The requested address is not valid in its context when this is attempted.

Replacing "0.0.0.0" with "localhost" resolved the error.

I should be able to just replace this across the board because "localhost" would work just fine on Unix so long as this isn't running within docker.

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