MLstate / opalang

The Opa Language for Web Application Development
http://opalang.org
Other
1.24k stars 125 forks source link

vagrant up - doesn't work! >> test01.mlstate.com/opa.box - 403 Forbidden #152

Closed nsuhach closed 9 years ago

nsuhach commented 10 years ago

$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'mlstate/opa' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Loading metadata for box 'mlstate/opa' default: URL: https://vagrantcloud.com/mlstate/opa ==> default: Adding box 'mlstate/opa' (v1.1.1) for provider: virtualbox default: Downloading: https://vagrantcloud.com/mlstate/opa/version/1/provider/virtualbox.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: 403 Forbidden

twopoint718 commented 10 years ago

I'm seeing this as well. I tried to download the box using curl:

curl https://vagrantcloud.com/mlstate/opa/version/1/provider/virtualbox.box > opa.box

This merely contains an HTML page that tries to redirect to:

https://drive.google.com/uc?export=download&id=0B1UEOBxsn2GiN3ZpbFdMek1FNjQ

which works but can't seem to be downloaded with automatic tools. Could you provide a direct link to the .box file? Perhaps on S3 or something like that. I think that this would resolve the problem.

izderadicka commented 9 years ago

Same here - I think problem is that actual link is to Google drive - and rather then providing files it open page asking for confirmation. But you can download manually and add:

vagrant box add --name mlstate/opa ./opa.box 
hbbio commented 9 years ago

Closing, as we either recommend to build from source or switch to forthcoming Docker containers ready for Opa development.

minimallinux commented 6 years ago

I had a similar error (on Centos 7), saying - default: Adding box 'mlstate/opa' (v1.2.0) for provider: virtualbox default: Downloading: https://vagrantcloud.com/mlstate/boxes/opa/versions/1.2.0/providers/virtualbox.box unrecognised archive format.

minimallinux commented 6 years ago

Sorry just noticed its closed !