harsh-harlequin
harsh-harlequin•3y ago

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! 🎉
Alexey Udovydchenko
Alexey Udovydchenko•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
harsh-harlequin
harsh-harlequinOP•3y ago
How do I try longer timeouts? I tried to add page.setTimeout(60000); but it didnt worked
harsh-harlequin
harsh-harlequinOP•3y ago
Here is my code
harsh-harlequin
harsh-harlequinOP•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?