insidesherpa / JPMC-tech-task-1-PY3

50 stars 448 forks source link

Command "python3 server3.py" not responding #208

Open Ika-Qiao opened 2 years ago

Ika-Qiao commented 2 years ago

I was trying to install and set up by the command "python3 server3.py" on Mac. It starts by printing "HTTP server started on port 8085" but does not continue to show anything or respond. What shows up when the command is interrupted is shown below

Screen Shot 2021-08-26 at 20 35 11

Is it that I am simply not being patient enough to wait through the setup process or is there anything wrong that I should fix? Thank you!

LeonardDu98 commented 2 years ago

U see "HTTP Server started on port 8085" meaning ur port is working Then just open another cmd screen(as administrator) and run the client3.py file also.

btw, don't forget to change 8080 to 8085 in client3.py

ningninga commented 2 years ago

U see "HTTP Server started on port 8085" meaning ur port is working Then just open another cmd screen(as administrator) and run the client3.py file also.

btw, don't forget to change 8080 to 8085 in client3.py

OMG, U r soooooooo nice!!