insidesherpa / JPMC-tech-task-1-PY3

50 stars 448 forks source link

python server3.py works, however python client3.py shows error #218

Closed Omarkh01 closed 2 years ago

Omarkh01 commented 2 years ago

I ran python server3.py and it worked. Saying:

"HTTP server started on port 8085."

Then, I ran python client3.py. Although it's showing an error. "No connection could be made because the target machine actively refused it." What can I do about this? ( as you noticed I tried changing the port number to 8085, still the same)

Omarkh01 commented 2 years ago

Resolved!