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...
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:
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:
Someone help please it's really important for me.