shaikhsajid1111 / facebook_page_scraper

Scrapes facebook's pages front end with no limitations & provides a feature to turn data into structured JSON or CSV
https://pypi.org/project/facebook-page-scraper/
MIT License
209 stars 62 forks source link

webdriver is not yet working for chrome version 119.0.6045 #89

Open gokil0815 opened 7 months ago

gokil0815 commented 7 months ago

I have a problem, that the library does not support chrome version 119.0.6045, please help to check my error.

[WDM] - ====== WebDriver manager ====== [WDM] - Current google-chrome version is 119.0.6045 [WDM] - Get LATEST chromedriver version for 119.0.6045 google-chrome There is no such driver by url https://chromedriver.storage.googleapis.com/LATEST_RELEASE_119.0.6045

This is what I got from the terminal.

eric09230 commented 7 months ago

upgrade 'webdriver-manager==4.0.1',

gokil0815 commented 7 months ago

error

the version is not available my environtment python 3.6

eric09230 commented 7 months ago

I believe you will need python>3.8 to run the code? You could give it a try. I'm running on Python 3.11

josephyoseblee commented 2 months ago

2024-04-06 01:26:30,277 - facebook_page_scraper.driver_initialization - INFO - Using: IP:PORT [WDM] - Current google-chrome version is 123.0.6312 [WDM] - Get LATEST driver version for 123.0.6312

Im struggling with the same problem

even though I already downloaded the driver, and updated the packages !pip install selenium==4.1.0 !pip install webdriver-manager==4.0.1 !pip install selenium-wire==5.1.0 !pip install python-dateutil==2.8.2