homebrew-tap icon indicating copy to clipboard operation
homebrew-tap copied to clipboard

Current version download fails with 404

Open uloco opened this issue 3 years ago • 3 comments

Console output:

$ brew install --cask 1password/tap/1password-cli
==> Downloading https://cache.agilebits.com/dist/1P/op2/pkg/v2.17.0/op_apple_universal_v2.17.0.pkg
curl: (22) The requested URL returned error: 404

Error: Download failed on Cask '1password-cli' with message: Download failed: https://cache.agilebits.com/dist/1P/op2/pkg/v2.17.0/op_apple_universal_v2.17.0.pkg

uloco avatar Apr 27 '23 12:04 uloco

I get this output now:

╰ brew install --cask 1password/tap/1password-cli

Error: Download failed on Cask '1password-cli' with message: Failure while executing; `/usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.0.16-43-gc1fdb59\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 13.0\)\ curl/7.84.0 --header Accept-Language:\ en --retry 3 --fail --location --silent --head https://cache.agilebits.com/dist/1P/op2/pkg/v2.17.0/op_apple_universal_v2.17.0.pkg` exited with 6. Here's the output:
curl: (6) Could not resolve host: cache.agilebits.com
curl: (6) Could not resolve host: cache.agilebits.com
curl: (6) Could not resolve host: cache.agilebits.com
curl: (6) Could not resolve host: cache.agilebits.com

dbalatero avatar May 06 '23 13:05 dbalatero

@hculea Can you take a look during next business hours? I think your download servers are completely down and this should probably be urgently looked at on 1pw's end.

Are these DNS records correct for cache.agilebits.com?

;; ANSWER SECTION:
cache.agilebits.com.    270     IN      CNAME   aws.cachefly.net.
aws.cachefly.net.       3570    IN      CNAME   vip1.g5.cachefly.net.
vip1.g5.cachefly.net.   323     IN      A       205.234.175.175

dbalatero avatar May 06 '23 13:05 dbalatero

This seems to be working fine now. Indeed that looked like an issue with the cache servers

AndyTitu avatar Feb 27 '24 13:02 AndyTitu