linkedtales / scrapedin

LinkedIn Scraper (currently working 2020)
Apache License 2.0
593 stars 171 forks source link

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

Open justoverclockl opened 2 years ago

justoverclockl commented 2 years ago
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: 'mymail@mymail.com', password: '******' })
    const profile = await profileScraper('https://www.linkedin.com/in/some-profile/')
    console.log(profile)
}

scrapeProfile()
JVidalN commented 2 years ago

i'm having the same error. scrapedin_error

justoverclockl commented 2 years ago

i think this is no longer mantained nor supported

JVidalN commented 2 years ago

i think this is no longer mantained nor supported

Unfortunately. This is a nice project.

ELBEQQAL94 commented 2 years ago

I have the same issue