Skip to content

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

Description

@yo-png

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions