heroku / heroku-repo

Plugin for heroku CLI that can manipulate the repo
MIT License
686 stars 111 forks source link

heroku repo:purge cache error: repo-cache.tgz cannot be accessed #37

Closed JasonSanDiego closed 8 years ago

JasonSanDiego commented 9 years ago

I get this error when trying to run heroku repo:purge -a appname

~/tmp/repo_tmp $ curl -o repo-cache.tgz 'https://s3-external-1.amazonaws.com/heroku_repos/heroku.com/cache/35327800.tgz?AWSAccessKeyId=AKIAJWLOWWHPBWQOPJZQ&Signature=zW3mOVqNXZv2uXh3lWn2j%2FLMMXk%3D&Expires=1427578301' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 288 0 288 0 0 8762 0 --:--:-- --:--:-- --:--:-- 9000 ~/tmp/repo_tmp $ cd unpack ~/tmp/repo_tmp/unpack $ tar -zxf ../repo-cache.tgz

gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now

The S3 URL above appears to be invalid.

tt commented 8 years ago

I'm closing this as being duplicate of #36.