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

Doesn't work on some websites and crashes the app #27

Open
yo-png opened this issue Apr 14, 2020 · 1 comment
Open

Doesn't work on some websites and crashes the app #27

yo-png opened this issue Apr 14, 2020 · 1 comment

Comments

@yo-png
Copy link

yo-png commented Apr 14, 2020

Hey,
I'm using grabity for my chat to preview the URL.
But for Facebook or Instagram, it doesn't work and crashes the app.
Here is my code that I call in ajax:

.get("/og-data", async(req, res)=>{
    const data = await grabity.grabIt(req.query.url);
    res.json(data)
})

Like I said when I use this for Flickr and a lot of author websites it works, but for Facebook, Instagram and I think others it doesn't work and I get this error that crashes the app:

Assertion failed: new_time >= loop->time, file c:\ws\deps\uv\src\win\core.c, line 309
[nodemon] app crashed - waiting for file changes before starting...

Someone help please it's really important for me.

@Haisum92
Copy link

Haisum92 commented Jun 8, 2020

Facing the same issue at most of the url from Instagram and Facebook.

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

2 participants