Execute failed: timeout: Timed out receiving message from renderer: 9.726

Hello,

I know someone else posted this as well, but my case is different. I am looping through a set of URLs with a Table Row to Variable Loop start. For each iteration, I use the Navigate node with a sufficient 5-sec pause before. And it runs and every 20 or so iterations it gives me:

Execute failed: timeout: Timed out receiving message from renderer: 9.726

when I run it again (right-click execute) it works flawlessly, but now it requires me to manually monitor it. Any idea what it could be? It’s a logged-in URL, heavy ajax… maybe it’s load time?

Screenshot 2023-02-08 113645

Yes, most likely. What’s the timeout (see Start WebDriver).

1 Like

Thank you, that solved it!

1 Like

Great - just as an additional note: In newer versions of the nodes we have increased the default timeout to 60 seconds. However this will only affect new node instances (existing ones retain their original settings of 10 seconds).

Best,
Philipp

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.