# Error while running vagrant up

**URL:** https://meta.discourse.org/t/error-while-running-vagrant-up/57342
**Category:** Development
**Created:** [February 14, 2017, 7:13am UTC](https://meta.discourse.org/t/error-while-running-vagrant-up/57342 "2017-02-14T07:13:15Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![claas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/claas/32/71725_2.png) [@claas](https://meta.discourse.org/u/claas)
#### Post date: [May 5, 2017, 7:27pm UTC](https://meta.discourse.org/t/error-while-running-vagrant-up/57342/4 "2017-05-05T19:27:20Z")

</div>

Maybe this workaround could work for you:

> [@Vagrant up fails with "HTTP/2 stream 1 was not closed cleanly: INTERNAL\_ERROR (err 2)"](https://meta.discourse.org/t/vagrant-up-fails-with-http-2-stream-1-was-not-closed-cleanly-internal-error-err-2/54796/2):
>
> Here’s a workaround I came up with: First, download the box manually: wget -N -O /opt/discourse.box https://www.dropbox.com/s/2132770g1e05c6d/discourse.box?dl=1 Then, edit Vagrantfile: # Replace conf.vm.box\_url = "https://www.dropbox.com/s/2132770g1e05c6d/discourse.box?dl=1" # with conf.vm.box\_url = "file:///opt/discourse.box" Now, vagrant up will use the downloaded box. Note: You have to re-download the image from time to time. The -N option signals wget to only download the box if i…

---

_[View the full topic](https://meta.discourse.org/t/error-while-running-vagrant-up/57342)._
