Skip to content
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

Downloading chrome fails with 404 #34

Closed
shouichi opened this issue Sep 1, 2021 · 18 comments
Closed

Downloading chrome fails with 404 #34

shouichi opened this issue Sep 1, 2021 · 18 comments

Comments

@shouichi
Copy link

shouichi commented Sep 1, 2021

Orb version

1.2.1

What happened

Downloading chrome fails with 404.

Google Chrome is not currently installed; installing it
curl: (22) The requested URL returned error: 404

Downloading chrome fails only in CI. In other words, curl -I https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb works locally but not in CI. Maybe google restricted a certain range of IPs?

Expected behavior

Chrome is successfully installed.

@jacobgavin
Copy link

Same behavior on Orb Version 1.1.3

@mattops
Copy link

mattops commented Sep 1, 2021

Doesn't work locally for me.

Perhaps google are having an issue or changed something on their download site, or CDN issue perhaps.

@benoittgt
Copy link

benoittgt commented Sep 1, 2021

I tried to specify the version like:

    steps:
      - browser-tools/install-browser-tools:
          chrome-version: "92.0.4515.159"

But I have the same error in Circle CI.

@Prounckk
Copy link

Prounckk commented Sep 1, 2021

Same issue with
Orb version
1.1.0

Google Chrome is not currently installed; installing it
curl: (22) The requested URL returned error: 404 

Exited with code exit status 22
CircleCI received exit code 22

@mzgajner
Copy link

mzgajner commented Sep 1, 2021

Can confirm issue on orb versions 1.1.1 and 1.2.1, both when specifying version manually and letting it use latest/default.

Could definitely be Google blocking a range, as issue author is assuming.

@coding-bunny
Copy link

Just adding that I'm seeing the same behavior.
Commands all work fine locally on a Linux system, so either CircleCI has been blocked by Google, or something funky is going on with a CDN for their machines.

@chris-john-hopkins
Copy link

Does not work locally for me

@gmemstr
Copy link

gmemstr commented Sep 1, 2021

Hey all, we're tracking this issue. From what we can tell it's an issue on Google's end. Failure/404 appears to be intermittent, both within our cloud pipelines and our local machines. We'll keep monitoring this issue and update when something changes.

@gmemstr
Copy link

gmemstr commented Sep 1, 2021

Can't confirm anything concrete yet but this seems to be clearing up. Running ~20 requests in batches from time to time indicates fewer 404 errors but still monitoring.

@gmemstr
Copy link

gmemstr commented Sep 1, 2021

As far as I can tell, this is resolved. If not, let me know -- keeping this issue open for a little longer.

@tagCincy
Copy link

tagCincy commented Sep 1, 2021

Still experiencing this issue

@sourabhkt
Copy link

@gmemstr It doesn't seem to be working for us. could that be because it's cached at CircleCI end?

@gmemstr
Copy link

gmemstr commented Sep 1, 2021

I hear you :) - digging in.

@mzgajner
Copy link

mzgajner commented Sep 1, 2021

Not working for us either - tried rerunning after your initial post about things maybe clearing up and again after you reported it resolved, both failed.

@danielrozenberg
Copy link

This seems related to https://bugs.chromium.org/p/chromium/issues/detail?id=1245597, fix is already rolled out and should be deployed everywhere soon

@gmemstr
Copy link

gmemstr commented Sep 1, 2021

@danielrozenberg Cheers! I failed to bring this up when trying to look for an official report of this issue.

As a sidenote, others have mentioned pinning the version is a workaround for this, and I recommend doing this by default where possible.

@lzilioli-prism
Copy link

Works for us now!

@gmemstr
Copy link

gmemstr commented Sep 1, 2021

According to the aforementioned bug report, this should be fixed globally. Closing :)

@gmemstr gmemstr closed this as completed Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests