Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message: binary is not a Firefox executable #100

Open
andreypudov opened this issue Aug 9, 2022 · 0 comments
Open

Message: binary is not a Firefox executable #100

andreypudov opened this issue Aug 9, 2022 · 0 comments

Comments

@andreypudov
Copy link

docker pull instapy/instapy:latest && \

docker run --name instapy
-v /home/username/Documents/username/instapy/quickstart.py:/code/docker_quickstart.py
-v /home/username/Documents/username/instapy/InstaPy:/code/InstaPy
-d instapy/instapy:latest

2652kb [00:01, 2553.41kb/s]
InstaPy Version: 0.6.13
.. .. .. .. .. .. ._.
Workspace in use: "/root/InstaPy"
Traceback (most recent call last):
File "docker_quickstart.py", line 25, in
browser_executable_path="/usr/bin/microsoft-edge")
File "/usr/local/lib/python3.7/site-packages/instapy/instapy.py", line 338, in init
geckodriver_log_level,
File "/usr/local/lib/python3.7/site-packages/instapy/browser.py", line 127, in set_selenium_local_session
options=firefox_options,
File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/firefox/webdriver.py", line 174, in init
keep_alive=True)
File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.InvalidArgumentException: Message: binary is not a Firefox executable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant