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

TypeError: Cannot read property 'parent' of null #39

Closed
lchangdev opened this issue Nov 26, 2017 · 2 comments
Closed

TypeError: Cannot read property 'parent' of null #39

lchangdev opened this issue Nov 26, 2017 · 2 comments

Comments

@lchangdev
Copy link

trying to run the basic example however it is logging TypeError: Cannot read property 'parent' of null

    import Metascraper from 'metascraper';

    Metascraper
      .scrapeUrl('http://www.bloomberg.com/news/articles/2016-05-24/as-zenefits-stumbles-gusto-goes-head-on-by-selling-insurance')
      .then((metadata) => {
        console.log('meta: ', metadata);
      })
      .catch((error) => {
        console.log('error: ', error);
      });
@mahnuh
Copy link

mahnuh commented Dec 3, 2017

Hi @lchangdev,

unfortunately I am not able to reproduce this error. Can you please provide a repo or a zip file with code that is not working for you?

@Kikobeats
Copy link
Member

Closed because non reproducible, I added a github issue template for the next time

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