pescap / WebScrapingMDS

Proyectos del curso de Web Scraping del MDS UAI 2022
GNU General Public License v3.0
13 stars 42 forks source link

Ojo con este error: unknown error: DevToolsActivePort file doesn't exist #288 #291

Open molivadatascience opened 2 years ago

molivadatascience commented 2 years ago

Es un error que aparece en el producto90 cuando estaba tratando de ejecutar: Actions

Se puede solucionar usando esta respuesta:

https://github.com/heroku/heroku-buildpack-google-chrome/issues/46

Error original:

File "/opt/hostedtoolcache/Python/3.8.14/x64/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 243, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally. (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.)