InstaPy / instapy-docker

🐳 Docker config and documentation for running InstaPy with Docker
GNU General Public License v3.0
188 stars 80 forks source link

Message: Process unexpectedly closed with status 11 #94

Closed mengqing closed 2 years ago

mengqing commented 3 years ago

Following the tutorial on starting up using docker-compose, and is getting the following error message

Attaching to instapy_web

web_1 | InstaPy Version: 0.6.13

web_1 | ._. ._. ._. ._. ._. ._. ._.

web_1 | Workspace in use: "/code/InstaPy"

web_1 | Traceback (most recent call last):

web_1 | File "docker_quickstart.py", line 19, in <module>

web_1 | password=insta_password, headless_browser=True)

web_1 | File "/usr/local/lib/python3.7/site-packages/instapy/instapy.py", line 338, in __init__

web_1 | geckodriver_log_level,

web_1 | File "/usr/local/lib/python3.7/site-packages/instapy/browser.py", line 127, in set_selenium_local_session

web_1 | options=firefox_options,

web_1 | File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/firefox/webdriver.py", line 174, in __init__

web_1 | keep_alive=True)

web_1 | File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in __init__

web_1 | self.start_session(capabilities, browser_profile)

web_1 | File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session

web_1 | response = self.execute(Command.NEW_SESSION, parameters)

web_1 | File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute

web_1 | self.error_handler.check_response(response)

web_1 | File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response

web_1 | raise exception_class(message, screen, stacktrace)

web_1 | selenium.common.exceptions.WebDriverException: Message: Process unexpectedly closed with status 11

web_1 |

instapy_web exited with code 1
andreemic commented 1 year ago

Hey! Did you find a solution?