You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu 20.04 (AWS)
Python 3.8.5
ChromeDriver 88.0.4324.96
Google Chrome 88.0.4324.182
Error: unknown error: DevToolsActivePort file doesn't exist The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.
Code:
async def arsenic_scraper(url):
service = services.Chromedriver()
browser = browsers.Chrome()
browser.capabilities = {"goog:chromeOptions": {"args": ["--no-sandbox", "--disable-dev-shm-usage"]}}
async with get_session(service, browser) as session:
await session.get(url)
The text was updated successfully, but these errors were encountered:
My system:
Ubuntu 20.04 (AWS)
Python 3.8.5
ChromeDriver 88.0.4324.96
Google Chrome 88.0.4324.182
Error: unknown error: DevToolsActivePort file doesn't exist The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.
Code:
The text was updated successfully, but these errors were encountered: