My server software says errno99: cannot assign requested address while using an ip address other than 127.0.0.1 for binding.
errno99: cannot assign requested address
127.0.0.1
But if the IP
Try like this: server.bind(("0.0.0.0", 6677))