flightplan-tool / flightplan

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

Parsing error #4

Closed mlc130104 closed 6 years ago

mlc130104 commented 6 years ago

Finished the first search last night, wanted to parse the results as instructed in the youtube vid. But got the following error:

TypeError: Cannot read property '1' of null

What did I missed to install?

EDIT: Node version is v10.7.0

capture

jd20 commented 6 years ago

Looks like NH updated their parser. I've fixed with cf5443e87791f43bc44b89546ee3347b37d3aca6. Either update from GitHub, or yarn upgrade flightplan-tool or yarn global upgrade flightplan-tool (new package version is 0.1.11).