insidesherpa / JPMC-tech-task-1-PY3

50 stars 447 forks source link

Stuck at "HTTP server started on port 8080" #165

Closed JunaidVM98 closed 4 years ago

JunaidVM98 commented 4 years ago

After running "python server3.py", I get the "HTTP server started on port 8080" message and then nothing happens. I don't get the "Query received ..." message that the tutorial shows.

python

I even tried changing the port to 8085 but that didn't help. It's not an issue with the firewall as I gave access when the prompt showed up, and even tried again after disabling the firewall altogether,

Any help is appreciated!

YH-Sui commented 4 years ago

This happened to me as well

ostevermer commented 4 years ago

I'm having the same issue. This issue has been brought up quite a few times, but none of the previously posted solutions worked for me.

banty306 commented 4 years ago

Attention Please! Once you start the server and it shows as "HTTP server started on port 8080" then your server is running perfectly. Now you need to run the client.py / client3.py on the other CMD. Then you will get the queries received messages on the server panel. Try it!

JunaidVM98 commented 4 years ago

Apologies for the late response, but what @banty306 suggested worked.