Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example Error: PuppeteerCrawler: handlePageFunction timed out. could contain instruction how to increase the timeout.
Error: PuppeteerCrawler: handlePageFunction timed out.
The text was updated successfully, but these errors were encountered:
Typechecks on public functions should fail fast. Providing an undefined url to rq.addRequest() goes tovalidateAddRequestParams -> new Request -> checkParamOrThrow before throwing. This produces an error message that is very hard to understand.
url
rq.addRequest()
validateAddRequestParams
new Request
checkParamOrThrow
Sorry, something went wrong.
No branches or pull requests
For example
Error: PuppeteerCrawler: handlePageFunction timed out.
could contain instruction how to increase the timeout.The text was updated successfully, but these errors were encountered: