facebook-download-photos icon indicating copy to clipboard operation
facebook-download-photos copied to clipboard

Execution Error (Status Code -9)

Open vs77bb opened this issue 1 year ago • 0 comments

Hello, looking forward to giving this a try. Got stuck right before execution with this error. Any thoughts? Still poking around to see what is happening.

Really appreciate your help + this is a neat hack, thank you for open sourcing it.

File "download.py", line 279, in go() File "download.py", line 88, in go browser = webdriver.Chrome( File "/Users/viveksingh/env/fb/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py", line 45, in init super().init( File "/Users/viveksingh/env/fb/lib/python3.8/site-packages/selenium/webdriver/chromium/webdriver.py", line 53, in init self.service.start() File "/Users/viveksingh/env/fb/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 109, in start self.assert_process_still_running() File "/Users/viveksingh/env/fb/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 122, in assert_process_still_running raise WebDriverException(f"Service {self._path} unexpectedly exited. Status code was: {return_code}") selenium.common.exceptions.WebDriverException: Message: Service /Users/viveksingh/.wdm/drivers/chromedriver/mac64/115.0.5790.114/chromedriver-mac-arm64/chromedriver unexpectedly exited. Status code was: -9

vs77bb avatar Aug 02 '23 18:08 vs77bb