Hi,
I am trying to client server program using python. Below is the code which I found online. but it's throwing me an error at s.bind((host, port))
Below is the error which I got.
Traceback (most recent call last):
File "python", line 52, in <module>
socket.gaierror: [Errno -3] Temporary failure in name resolution
Let me know where I am doing wrong.
FYI I don't have any python set up in my local. I am practicing it online (
https://repl.it )