posted 5 years ago
I keep getting WinError 10057 or 10061 when trying to establish a connection between server files and client files. I'm using IDLE with Python 3.8, and when I run the server file I get the message that the server has started, but no connection is allowed by the host machine.
Any clues as to how to fix this issue?
I did allow pythonw.exe to pass through my firewall, but it does not fix the issue.
Does Windows 10 have an issue with being used as a server?
Should I use a specific port?