flightplan-tool / flightplan

Search for award inventory using Node.js and Headless Chrome!
Apache License 2.0
142 stars 41 forks source link

Can't Launch Server or Client #6

Closed bryan7ran closed 6 years ago

bryan7ran commented 6 years ago

Hey Jason, great tool! I've been salivating over it all morning and have been running queries here and there.

I have collected 7 months' worth of data from 1/1/2019 CX HKG-SGN in Y, and it's all parsed, but I can't seem to launch the server and client tool (it freezes after "Success!" and there's an error when doing client). Do you have any suggestions? Running Windows 8.1 and here's my node.js command prompt: image

It would be great to visualize these availabilities! Thanks!!

jd20 commented 6 years ago

You need to keep the server running in the background. Run flightplan server, then open a new cmd.exe window, and run flightplan client. The error it's giving you is that it's can't find the server on port 3000, because you terminated it.

bryan7ran commented 6 years ago

Of course! A second window! Thanks, Jason! Looking forward to v2!