insidesherpa / JPMC-tech-task-2-PY3

29 stars 348 forks source link

"datafeed/server3" file not running #174

Open iamvasukataria opened 4 years ago

iamvasukataria commented 4 years ago

When I try to run the server3.py file, it doesn't execute and show an error in line 244.

self._simstart, , _ = next(self._data_1) StopIteration

I'm attaching the screenshot. The app on http://localhost:3000/ is active but can't execute until the server3.py is executed.

Please help me to fix this.

Screenshot (42)

Aniruddha200 commented 4 years ago

Same problem occurring in my case, I have tried both cmd and powershell as well, but server3.py file is not running in either of them.

SiddhlodaAyyar commented 4 years ago

Watch this video and if you still get the error comment down in the youtube section and we'll try to solve it. https://youtu.be/wRAG9i8O_44

iamvasukataria commented 4 years ago

Thanks everyone but problem was solved earlier. Only I tried the command python datafeed/server3.py instead of

cd datafeed python server3.py

And imported dateutil And it interpreted without any error.

Raj2367 commented 4 years ago

from the Main directory mentioned in the instruction, Use the command "python datafeed/server3.py" and if you are getting the same error again then change the port number 8080 to 8085 in server3.py using any text editor. otherwise, turn off your firewall for some time.

AkashKumarSingh11032001 commented 4 years ago

Thanks everyone but problem was solved earlier. Only I tried the command python datafeed/server3.py instead of

cd datafeed python server3.py

And imported dateutil And it interpreted without any error.

help me out... I tried your way, but it won't work for me

iamvasukataria commented 4 years ago

Thanks everyone but problem was solved earlier. Only I tried the command python datafeed/server3.py instead of cd datafeed python server3.py And imported dateutil And it interpreted without any error.

help me out... I tried your way, but it won't work for me

Which issue are you facing? Can you please be more specific? Or attach any scteemshots?