insidesherpa / JPMC-tech-task-1-PY3

50 stars 447 forks source link

Server3.py & Client3.py not working #33

Open AhmaadJ opened 4 years ago

AhmaadJ commented 4 years ago

When it try to run server3.py, the only thing that showed up was "HTTP server started on port 8080", I followed the advice to change the port to 8085 & remove the firewall, but the same thing still happened

server3

When I try to run client3.py, the following happens: client3 part 1 client3 part 2

ishaputhige commented 4 years ago

did you change 8080 to 8085 in your client.py file too? That solved my issue

AhmaadJ commented 4 years ago

did you change 8080 to 8085 in your client.py file too? That solved my issue

I did that but it's still not working.

aholley30 commented 4 years ago

Idk if this is your problem, but I got that output when I was running server3.py and client3.py separately. Server3.py had to be started and accepting connections and then client3.py could be ran in a different window.

Reberog commented 4 years ago

how to change your port

prakharindoria commented 4 years ago

Thanks a lot, @aholley30 bro. Try his comment for this issue , it will work.

AhmaadJ commented 4 years ago

Idk if this is your problem, but I got that output when I was running server3.py and client3.py separately. Server3.py had to be started and accepting connections and then client3.py could be ran in a different window.

Thank you! This was my issue