Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

autoinstaller failing on win32 .zip file #7

@elliot-eichen

Description

@elliot-eichen

I believe the geckodriver auto installer is looking for a win32 ,tar,gz file to unpack and install, but the latest package is a .zip file. I get a "Failed to download geckodriver archive: https://github.com/mozilla/geckodriver/releases/download/v0.27.0/geckodriver-v0.27.0-win32.tar.gz" when executing geckodriver_autoinstaller.install().

I tried downloading the .zip file, unzipping and then tar -cvz to a tar.gz, and replacing the download from github with a download from a local file, but then I get a "tarfile.ReadError: not a gzip file" error.

thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions