The community member posted about a warning from the PlaywrightCrawler, which experienced a navigation timeout after 60 seconds. They asked if there is a way to get more data or handle the error better. In the comments, another community member suggested customizing the error handler using the PlaywrightCrawlerOptions interface. Another community member noted that there is not much more data to get from the timeout, as it is just a timeout from Playwright and there is nothing else to it.
WARN PlaywrightCrawler: Reclaiming failed request back to the list or queue. Navigation timed out after 60 seconds. {"id":"icvnyTXX7zWJjgV","url":"https://www.gastongov.com/486/Transportation-Planning","retryCount":2}
any way to get more data / error handle better than this?