Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Callback results is undefined #4

Open
VolodymyrPavliukevych opened this issue Feb 16, 2020 · 3 comments
Open

Callback results is undefined #4

VolodymyrPavliukevych opened this issue Feb 16, 2020 · 3 comments

Comments

@VolodymyrPavliukevych
Copy link

Dear @fdesjardins unfortunately last few days package is returning undefine
At example.js:

const notams = require('notams')

notams.fetch([ 'PADK', 'PADU' ], { format: 'DOMESTIC' }).then(results => {
	console.log(JSON.stringify(results, null, 2))
})

npm --save install
node example.js

@VolodymyrPavliukevych
Copy link
Author

As I can see, there is no resultsHomeLeft element at result html page.

@fdesjardins
Copy link
Owner

Hey @VolodymyrPavliukevych, thanks for the heads up. The site this module was pulling data from has changed significantly, and they've added re-captcha to make scraping more difficult. I'm not sure if there's a way forward for this module, but I'll post an update when I know more.

@yorukonur
Copy link

Dear @fdesjardins,
Is there any progress? Package still return 'undefine'. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants