When running it on Windows, I get the error OSError: [WinError 10049] The requested address is not valid in its context on line 466 (`self.socket.bind(self.server_address)`). And, yes, the port I'm telling it to listen to, is open.
When running it on Windows, I get the error
on line 466 (
self.socket.bind(self.server_address)). And, yes, the port I'm telling it to listen to, is open.