How to solve navigation timed out after 60 seconds

INFO PlaywrightCrawler: Error analysis: {"totalErrors":53,"uniqueErrors":2,"mostCommonErrors":["46x: Navigation timed out after 60 seconds. (C:\Scrapers\ZolStock\my-crawler\node_modules\@crawlee\core\crawlers\crawler_utils.js:13:11)","7x: Navigation timed out after 60 seconds. (<anonymous>)"]}
5 Replies
MEE6
MEE6•3y ago
@pelsec just advanced to level 6! Thanks for your contributions! 🎉
flat-fuchsia
flat-fuchsia•3y ago
Try longer timeout or change proxy settings, means page either needs more time to load or by bad luck proxy too slow and failed to load page
fascinating-indigo
fascinating-indigoOP•3y ago
How do I try longer timeouts? I tried to add page.setTimeout(60000); but it didnt worked
fascinating-indigo
fascinating-indigoOP•3y ago
Here is my code
fascinating-indigo
fascinating-indigoOP•3y ago
Also I get this message in the same crawl: Memory is critically overloaded. Using 3768 MB of 4096 MB (92%). Consider increasing available memory. How to increase the memory? Also I get this Request failed and reached maximum retries. Navigation timed out after 60 seconds How to increase the maximum retries?

Did you find this page helpful?