titusfortner / webdrivers

Keep your Selenium WebDrivers updated automatically
MIT License
592 stars 113 forks source link

Seems like an url for gecko driver download should be corrected #211

Closed ivarbanovv closed 3 years ago

ivarbanovv commented 3 years ago

Summary

I am using webdrivers 4.5.0 gem and whenever I try firing tests against a local firefox browser , I get the following error Webdrivers::NetworkError: Net::HTTPServerException: 404 "Not Found" with https://github.com/mozilla/geckodriver/releases/download/v0.29.1/geckodriver-v0.29.1-macos.tar.gz

Debug Info

Please provide the following information for bug reports:

Expected Behavior

I expect webdrivers to download the proper version of Gecko

Actual Behavior

I am using webdrivers 4.5.0 gem and whenever I try firing tests against a local firefox browser , I get the following error Webdrivers::NetworkError: Net::HTTPServerException: 404 "Not Found" with https://github.com/mozilla/geckodriver/releases/download/v0.29.1/geckodriver-v0.29.1-macos.tar.gz

digging into this , it seems that the issue is actually that Mozilla uploaded a geckodriver-v0.29.1-macos.gz file only for their v0.29.1 instead of the usual *.tar.gz version

Screenshot 2021-04-09 at 12 59 20
mcoms commented 3 years ago

Possible dupe of #210

ivarbanovv commented 3 years ago

Yep its a duplicate 😔 he beat me to it.

titusfortner commented 3 years ago

Thanks for the report, looks like geckodriver fixed the names.