Question: I'm working on a chat server/chatclient assignment. This is written in Python. I am getting ConnectionRefusedError: [Errno 61] Connection refused $ python3 ChatClient.py 8080 Traceback
I'm working on a chat server/chatclient assignment. This is written in Python. I am getting ConnectionRefusedError: [Errno 61] Connection refused $ python3 ChatClient.py 8080 Traceback (most recent call last): File "ChatClient.py", line 39, in
I have tried using 'localhost', '127.01.etc', and Local Lan call as socket.connect inputs. I am not sure how to fix. Thanks in advance.

ChatClient.py receive def usage( script_name ): print( 'Usage: py' script_name
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
