Instapy: Raspberry Pi - Chromedriver Version Issue

Created on 24 Mar 2018  路  9Comments  路  Source: timgrossmann/InstaPy

Expected Behavior

Installed according to the Raspberry Pi instructions in the tutorial. Ran quickstart.py with requisite login info.

Current Behavior

Received following error:

Traceback (most recent call last): File "quickstart.py", line 18, in <module> multi_logs=True) File "/home/pi/projects/InstaPy/instapy/instapy.py", line 152, in __init__ self.set_selenium_local_session() File "/home/pi/projects/InstaPy/instapy/instapy.py", line 267, in set_selenium_local_session float(matches.groups()[0]), Settings.chromedriver_min_version)) instapy.instapy.InstaPyError: chromedriver 2.33 is not supported, expects 2.36+

Possible Solution (optional)

I went into /InstaPy/instapy/settings.py and changed the final line from

chromedriver_min_version = 2.36

to

chromedriver_min_version = 2.33

and everything seems to run fine now. Why was minimum version set at 2.36 in the first place?

wontfix

All 9 comments

Same problem here

@jcpsimmons YES! chromedriver min version of 2.36 is really bullshit... all Raspberry user need chromedriver 2.33 because of the 32bit architecture

@FreakyBoy please note that previous versions had a bug, and there were a lot of issues raised where all they needed to do was update their chromedriver. Who still uses 32bit anyway :p

It's a Setting as @jcpsimmons pointed out, these are meant to configured for your setup. Changing it lower is what it is there for. The default is still 2.36 to handle most users going forward.

@Tjorriemorrie I understand that we need to move forward, but how RPi users will deal with this issue, considering that RPi only had chromedriver in x86 arch?

Yes it's a lesser of two evils unfortunately. But changing settings/configuration is common practice, so just changing it what you did is standard, especially for deployment like that. I would like make it 2.33, but then this repo gets flooded with issues around the bug and the like.

I think I'll have to put a step in the readme to make the change for the RPi setup.

@Tjorriemorrie it's a good idea, indeed

Hi all, anybody knows if there will be a new chromedriver version compatible with Raspberry Pi?

Changing to 2.33 fixed things for me :)

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

If this problem still occurs, please open a new issue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

drcyber975 picture drcyber975  路  3Comments

Spyd3r0us picture Spyd3r0us  路  3Comments

harrypython picture harrypython  路  3Comments

CodeMaster1 picture CodeMaster1  路  3Comments

v77v picture v77v  路  3Comments