scrapedin icon indicating copy to clipboard operation
scrapedin copied to clipboard

node:internal/process/promises:246 triggerUncaughtException(err, true /* fromPromise */);

Open justoverclockl opened this issue 2 years ago • 4 comments

node:internal/process/promises:246
          triggerUncaughtException(err, true /* fromPromise */);

i get the following error if i try to scrape a profile

async function scrapeProfile() {

    const profileScraper = await scrapedin({ email: '[email protected]', password: '******' })
    const profile = await profileScraper('https://www.linkedin.com/in/some-profile/')
    console.log(profile)
}

scrapeProfile()

justoverclockl avatar Mar 29 '22 11:03 justoverclockl

i'm having the same error. scrapedin_error

JVidalN avatar May 21 '22 14:05 JVidalN

i think this is no longer mantained nor supported

justoverclockl avatar May 21 '22 14:05 justoverclockl

i think this is no longer mantained nor supported

Unfortunately. This is a nice project.

JVidalN avatar May 21 '22 14:05 JVidalN

I have the same issue

ELBEQQAL94 avatar Jul 21 '22 13:07 ELBEQQAL94