An error occurred while downloading the remote file.
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.
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.
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
Faced the same issue.