angelicstrike / VelociraptorAES

ECE 2524 final project. An implementation of AES and message sending.
2 stars 0 forks source link

Unhandled socket error if server is not running #9

Open jreese42 opened 11 years ago

jreese42 commented 11 years ago

Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.2/threading.py", line 740, in _bootstrap_inner self.run() File "./client.py", line 15, in run client.connect((HOST, int(PORT))) socket.error: [Errno 111] Connection refused

Running the client when the socket isn't open results in an error.