insidesherpa / JPMC-tech-task-1-PY3

50 stars 447 forks source link

Server3.py file not running properly #23

Open zlandry11 opened 4 years ago

zlandry11 commented 4 years ago

When I tried running server3.py, the phrase "HTTP server started on port 8080" was the only thing that showed up. Nothing else happened after an hour so I tried the suggested workarounds in the troubleshooting guidelines (i.e. removed the firewall and changed port to 8085) but the same thing is showing up. I've attached a couple screenshots of Terminal. screenshot screenshot2

vipul1999 commented 4 years ago

@zlandry11 "HTTP Server Started on port 8085" message means that the server has successfully started now you all you need to do is run client3.py script from the terminal by giving the command "python client3.py".

open issue

j0thu commented 4 years ago

When i run python3 server3.py, I'm not receiving any message saying that the http server started, what do i do?

Raj2367 commented 4 years ago

When i run python3 server3.py, I'm not receiving any message saying that the http server started, what do i do?

I am also getting nothing in the output. Can anyone help, please???

Screenshot (11)

r544 commented 4 years ago

after python3 server3.py this i m not getting the http host no line why .

Raj2367 commented 4 years ago

Use "python server3.py" instead of python3. If after that if you are getting error for datautil then use "pip install python-dateutil"

prakharindoria commented 4 years ago

After you see: HTTP Server started on port 8080 Then just open another cmd screen(as administrator) and run the client3.py file also. You are good to go. Also If you change the port no. from 8080 to 8085 in server3 file don't forget to change in the client3 file.

KiranGaneshKorada commented 1 year ago

@zlandry11 "HTTP Server Started on port 8085" message means that the server has successfully started now you all you need to do is run client3.py script from the terminal by giving the command "python client3.py".

open issue

This is working

harshikala commented 1 year ago

When I tried running server3.py, the phrase "HTTP server started on port 8080" was the only thing that showed up. Please help me through it, how may I run my file.

image