I guess a lot of errors cannot be caught by that RegExp. An example is TimeoutError thrown by page.waitForSelector() inside the "Extend Output Function", and you may see that error log only by setting the log level to DEBUG, which is too verbose to be used just to see an error inside the provided "Extend Output Function".
you're right, but the extend scraper function is indeed a dev-focused feature, that requires you enabling the debugLog when using it 😄
but I'm forwarding the error to log.error now
https://github.com/cermak-petr/actor-zillow-api-scraper/blob/fc46b9e8253e2da7865f7ba9a02f7c43b9cfc283/src/page-handler.js#L243
I guess a lot of errors cannot be caught by that RegExp. An example is TimeoutError thrown by page.waitForSelector() inside the "Extend Output Function", and you may see that error log only by setting the log level to DEBUG, which is too verbose to be used just to see an error inside the provided "Extend Output Function".