Skip to content

Automatic Cookie Workflow fails on Windows with Google Chrome #23

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

Closed
GalenReich opened this issue Mar 26, 2024 · 1 comment
Closed

Automatic Cookie Workflow fails on Windows with Google Chrome #23

GalenReich opened this issue Mar 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@GalenReich
Copy link

Currently when trying to run the automatic cookie getting workflow (on Windows), the browser fails to open and the command errors with

instagram-location-search\.venv\Lib\site-packages\webdriver_manager\drivers\chrome.py", line 64, in get_latest_release_version
    determined_browser_version = ".".join(determined_browser_version.split(".")[:3])
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'split'

This is the same issue as here: SergeyPirogov/webdriver_manager#649

I suspect it is related to chrome_type=ChromeType.CHROMIUM, as changing it to ChromeType.GOOGLE fixes it for me, but this could be a Windows specific solution.

@GalenReich GalenReich added the bug Something isn't working label Mar 26, 2024
@loganwilliams
Copy link
Contributor

Fixed in a8a5265

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants