facebook_page_scraper icon indicating copy to clipboard operation
facebook_page_scraper copied to clipboard

Facing some webdriver exceptions

Open sathwik04 opened this issue 3 years ago • 3 comments

inside facebook_page_scraper i have runned setup.py as per instrcutions. when iam trying to run the same example iam getting an error: [WDM] - Driver [/root/.wdm/drivers/geckodriver/linux64/v0.29.0/geckodriver] found in cache Traceback (most recent call last): File "face.py", line 8, in json_data = facebook_ai.scrap_to_json()..

raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: Process unexpectedly closed with status 1

can anyone figure out this error and provide me running example .

sathwik04 avatar Mar 17 '21 17:03 sathwik04

Which browser is installed on your system?, Firefox or Chrome?. If you are using same code as mentioned in README then it means you have firefox installed on your default path?.

shaikhsajid1111 avatar Mar 17 '21 18:03 shaikhsajid1111

Yes firefox is installed in my system and iam running example as mentioned in Readme file Inside facebook-scrapper folder Iam trying to run script. Can you suggest me how to solve this issue. It is little bit important for me.

sathwik04 avatar Mar 18 '21 06:03 sathwik04

I wonder if its a driver compatibility issue. See

shaikhsajid1111 avatar Mar 18 '21 06:03 shaikhsajid1111