Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to download from the unarchiver (curl error code 52) #236

Closed
jansensan opened this issue Sep 12, 2014 · 6 comments
Closed

Failed to download from the unarchiver (curl error code 52) #236

jansensan opened this issue Sep 12, 2014 · 6 comments

Comments

@jansensan
Copy link

I am trying to run this command by following the instructions:

curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="7 8 9" bash

However after a really short moment, this is what I face:

Downloading unar from http://theunarchiver.googlecode.com/files/unar1.5.zip to unar1.5.zip (attempt 1 of 3)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (52) Empty reply from server

If I use this URL directly in the browser, I can reach the file. I am not sure what is happening here, is this related to the IEVMS install script, or something else?

@sasharevzin
Copy link

+1

1 similar comment
@jmsherry
Copy link

+1

@xdissent
Copy link
Owner

Anyone still seeing this?

@badrinathvm
Copy link

I am facing the issue , Any resolution ?

@krebs666
Copy link

Download ievms script by:

curl -O https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh

edit to look like (lines starting with line numbers as of date of post - they will most probable change in the future):

164 # Download and install `unar` from Google Code.
165 install_unar() {
166 #    local url="http://theunarchiver.googlecode.com/files/unar1.5.zip"
167     local url="http://wakaba.c3.cx/releases/TheUnarchiver/unar1.10.1.zip"
168     local archive=`basename "${url}"`
169 
170     download "unar" "${url}" "${archive}" "d548661e4b6c33512074df81e39ed874"

start install:
bash ievms.sh

sergionsz added a commit to sergionsz/ievms that referenced this issue Aug 29, 2016
As Google Code's URL for unar returns a 404 status code, this commit updates the download address to http://wakaba.c3.cx/releases/TheUnarchiver/unar1.10.1.zip (see xdissent#236 (comment)).

This is a very old version of the software (current version is 3.11.1, so perhaps this should be updated too.

Note: I was able to install unar using homebrew so maybe we should check for 'brew' and install from there.
@billyromano
Copy link

billyromano commented Oct 20, 2016

The fix works, however, there is another issue after you apply the fix of the 'unar1.10.1.zip' that @krebs666 mentioned

Issue that happens when you run bash ievms.sh:
Failed to download http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/OSX/IE6_WinXP.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants