Skip to content

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

@justoverclockl

Description

@justoverclockl
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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions