alt3 / cakebox

Framework agnostic virtual PHP Development Environment
128 stars 27 forks source link

box url was 404 not found #68

Closed bigplants closed 8 years ago

bigplants commented 8 years ago

box url is 404 not found. https://alt3-aee.kxcdn.com/cakebox.box

☁  cakebox [dev] vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'cakebox' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'cakebox' (v0) for provider: virtualbox
    default: Downloading: https://alt3-aee.kxcdn.com/cakebox.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

The requested URL returned error: 503 Service Temporarily Unavailable
bravo-kernel commented 8 years ago

Oops... seems my CDN credits ran out. Just bumped so it should be fixed now. Please close if this resolves this for you.

webdevius commented 8 years ago

Just ran into this as well:

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'cakebox' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'cakebox' (v0) for provider: virtualbox
    default: Downloading: https://alt3-aee.kxcdn.com/cakebox.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

The requested URL returned error: 404 Not Found
bravo-kernel commented 8 years ago

Seems the cdn removed the .box file as well 😱. Just uploaded it again, let me know if this resolves the issue.

webdevius commented 8 years ago

Hmm, although I was able to download the box successfully this time it seems like the copy is somehow damaged:

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'cakebox' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'cakebox' (v0) for provider: virtualbox
    default: Downloading: https://alt3-aee.kxcdn.com/cakebox.box
==> default: Box download is resuming from prior download progress
The box failed to unpackage properly. Please verify that the box
file you're trying to add is not corrupted and try again. The
output from attempting to unpackage (if any):

x ./box-disk1.vmdk: truncated gzip input
bsdtar: Error exit delayed from previous errors.

Worth mentioning here that I deleted the downloaded box, downloaded it again, and still got that error.


Update: I just gave it another go and it worked fine :sweat_smile:

bravo-kernel commented 8 years ago

Good to hear it is solved for now. Closing this ticket as I start looking for another (non-KeyCDN) CDN.