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
218 stars 64 forks source link

Facing some webdriver exceptions #5

Open sathwik04 opened 3 years ago

sathwik04 commented 3 years ago

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 .

shaikhsajid1111 commented 3 years ago

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?.

sathwik04 commented 3 years ago

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.

shaikhsajid1111 commented 3 years ago

I wonder if its a driver compatibility issue. See