linkedin-profile-scraper-api icon indicating copy to clipboard operation
linkedin-profile-scraper-api copied to clipboard

How to fix timeout error

Open ghost opened this issue 4 years ago • 3 comments
trafficstars

image

After running my app the following error shows: "UnhandledPromiseRejectionWarning: TimeoutError: Navigation timeout of 10000 ms exceeded"

I have also tried out by installing puppeteer and overwriting the default "timeout: 10000" through this way: "page.setDefaultNavigationTimeout(0);"

but nothing happens. this error still persists. How to fix that?

ghost avatar May 21 '21 14:05 ghost

Did you fix?

fsuaterdogan avatar Jul 06 '21 14:07 fsuaterdogan

image

There's a timeout option in LinkedInProfileScraper Object. Maybe adjust that one?

jrayga avatar Aug 13 '21 09:08 jrayga

Adjusting the timeout value did not fix this.

adedejiibrahim7 avatar Oct 05 '22 18:10 adedejiibrahim7