php7dev icon indicating copy to clipboard operation
php7dev copied to clipboard

An error occurred while downloading the remote file.

Open hiddenpearls opened this issue 10 years ago • 3 comments

I am getting the following error: Can you please help ?

Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'rasmus/php7dev' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Loading metadata for box 'rasmus/php7dev' default: URL: https://atlas.hashicorp.com/rasmus/php7dev ==> default: Adding box 'rasmus/php7dev' (v0.1.0) for provider: virtualbox default: Downloading: https://atlas.hashicorp.com/rasmus/boxes/php7dev/versions/0.1.0/providers/virtualbox.box ==> default: Box download is resuming from prior download progress

An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.

HTTP server doesn't seem to support byte ranges. Cannot resume.

hiddenpearls avatar Dec 10 '15 09:12 hiddenpearls

Hi, @hiddenpearls . I'm guessing, by now you have resolved your issue, in case you haven't, here's what you could do.

First, this looks like a Vagrant problem and not a problem with the code in this repository.

What you could try, is to remove any partially downloaded box images in your .vagrant.d directory in your home folder, e.g.: rm -rf ~/.vagrant.d/boxes/rasmus-VAGRANTSLASH-php7dev/

and then try to vagrant up again.

martingeorg avatar Jan 01 '16 21:01 martingeorg

Try 'vagrant box add rasmus/php7dev' and vagrant up. if it occurs again try 'vagrant box add rasmus/php7dev -c' It should continue your download. Also you can download box manually to your computer and you can add it like: 'vagrant box add rasmus/php7dev /path/your/file.box' @hiddenpearls

akyagmur avatar Jan 11 '16 02:01 akyagmur

Faced the same issue.

mmuruev avatar Feb 15 '16 11:02 mmuruev