adieuadieu/serverless-chrome

Facing Rendering issue in serverless-chrome 1.0.0.57

RameshEmis opened this issue · 3 comments

Hi,
I am facing rendering timeout issue when I try to run tests in Lambda
Serverless-chrome = 1.0.0.57
Chrome driver = 86.0.4240.22
Selenium-webdriver = 3.141
Python = 3.7

Chrome options:
'--headless'
'--disable-gpu'
'--no-sandbox'
'--single-process'
'--disable-dev-shm-usage'
'--dns-prefetch-disable'
'--disable-browser-side-navigation'

Error Message:
SessionNotCreatedException: Message: session not created
from timeout: Timed out receiving message from renderer: 600.000

Could anyone help to resolve this please.?

Hi @RameshEmis, could you solve the problem at last? As I am facing the same problem right now.

I have yet to see this successfully run using Python 3.7.x, which basically makes this repository obsolete now that Python 3.6 is not supported.