ecoron / SerpScrap

SEO python scraper to extract data from major searchengine result pages. Extract data like url, title, snippet, richsnippet and the type from searchresults for given keywords. Detect Ads or make automated screenshots. You can also fetch text content of urls provided in searchresults or by your own. It's usefull for SEO and business related research tasks.
https://github.com/ecoron/SerpScrap
MIT License
257 stars 61 forks source link

scrapcore.scraper.selenium - ERROR - Message: session not created: This version of ChromeDriver only supports Chrome version 76 #56

Open kartzke opened 4 years ago

kartzke commented 4 years ago

Hey, this looks like an awesome python project, but I'm not able to run the demo code provided due to this error:

scrapcore.scraper.selenium - ERROR - Message: session not created: This version of ChromeDriver only supports Chrome version 76

I'm on a Mac, and Chrome is up to v83.0.4103.116 now. I see the SerpScrap changelog shows support for chrome driver versions >= 76.*. Any ideas on how to fix this?

0.13.0: updated dependencies: chromedriver >= 76.0.3809.68 to use actual driver, sqlalchemy>=1.3.7 to solve security issues and other minor update changes

dogancanbaris commented 4 years ago

Hey man, check your chrome version again and download the exact same version of chrome driver so they match. Then it will work.

MindaugasVaitkus2 commented 4 years ago

I use last 72 driver version and scrapper runs.