Request Timeout - Selenium

Hello,
I am trying to use render with Docker to create a web service. I build and deploy successfully, when I go to use the project (selenium web scraper with Python), I receive a request timeout. I don’t seem to be getting any errors in my logs besides the window was terminated.

Error:
selenium.common.exceptions.timeoutexception: Message: timeout: Timed out receiving message from renderer: 10.000

The web page works fine on my local system. Any ideas?
Thank you in advance.

Hi,

There will always be differences between environments development mode/Local, production mode/Render, etc. These differences need to be considered and configured as required for your own app in each environment.

However, if you’re using Docker you’re in control of the environment so you’ll need to ensure that everything is setup correctly, selenium, Chrome, etc.

Alan

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