Open justoverclockl opened 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()
i'm having the same error.
i think this is no longer mantained nor supported
Unfortunately. This is a nice project.
I have the same issue
i get the following error if i try to scrape a profile