cypress-io / circleci-orb

Install, cache and run Cypress.io tests on CircleCI with minimal configuration.

Home Page:https://circleci.com/orbs/registry/orb/cypress-io/cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chromedriver download returns 404

MikeMcC399 opened this issue · comments

CircleCI is failing, for instance cypress-io/cypress-example-kitchensink#733 (comment)

Installed version of Google Chrome is 116.0.5845.140
116.0.5845.140 will be installed
curl: (22) The requested URL returned error: 404

Exited with code exit status 22

A fix has been released as https://github.com/CircleCI-Public/browser-tools-orb/releases/tag/v1.4.5.

This should probably be added now to

orbs:
node: circleci/node@5
browser-tools: circleci/browser-tools@1.4.2

This should be resolved in v3.1.4 that was released this morning.

This started to happening today to me in version 3.2.0

Chrome version major is 120
Installed version of Google Chrome is 120.0.6099.62
404
Matching Chrome Driver Version 404'd, falling back to first matching major version.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 716 100 716 0 0 10447 0 --:--:-- --:--:-- --:--:-- 10529
New ChromeDriver version to be installed: 1204232
1204232 will be installed
curl: (22) The requested URL returned error: 404

Exited with code exit status 22

@LeandroTorresSicilia

If your issue persists, then I suggest to open a new issue, as this one is closed.

The exact same for me as @LeandroTorresSicilia