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

Raspberry Pi Installation issue #20

Open
federicozanini opened this issue May 18, 2020 · 2 comments
Open

Raspberry Pi Installation issue #20

federicozanini opened this issue May 18, 2020 · 2 comments

Comments

@federicozanini
Copy link

federicozanini commented May 18, 2020

Hi!
I'm trying to install instaPy on my raspberry and I followed your guide in order to do it, but unfortunately I'm running into this error when I try I run sudo python3 quickstart.py and I don't know what to do:
InstaPy Version: 0.6.8 ._. ._. ._. ._. ._. ._. ._. Workspace in use: "/root/InstaPy" Traceback (most recent call last): File "quickstart.py", line 33, in <module> headless_browser=True) File "/usr/local/lib/python3.7/dist-packages/instapy/instapy.py", line 319, in __init__ self.logger, File "/usr/local/lib/python3.7/dist-packages/instapy/browser.py", line 114, in set_selenium_local_session options=firefox_options, File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/firefox/webdriver.py", line 164, in __init__ self.service.start() File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/common/service.py", line 98, in start self.assert_process_still_running() File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/common/service.py", line 111, in assert_process_still_running % (self.path, return_code) selenium.common.exceptions.WebDriverException: Message: Service /usr/local/bin/geckodriver unexpectedly exited. Status code was: -11

Thanks for the help!

@federicozanini
Copy link
Author

I'm still trying by myself and I think the problem is GeckoDriver not working properly on my Raspberry Pi model B. How can I understand which geckodriver/firefox-esr combination is good for me?

@AlejandroDieg0
Copy link

AlejandroDieg0 commented Jun 2, 2020

you can try setting headless mode = True, in your quickstart file

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

2 participants