Closed AgentEpsilon closed 6 years ago
What does the html say? Usually it's an error message relating to some Sourceforge problem & the issue gets fixed later.
It looks like its the SourceForge download page: Gist So it may be a problem with curl not loading the page fully & waiting for the file to download.
Each file that is downloaded gives me the following result for the
file
command:It looks like this has to do with trying to download the files off of SourceForge. Even though it looks like
curl
does have callbacks enabled (with a-L
flag), it is not downloading the files. I attempted to download them myself using these instructions, but they do not appear to work withcurl -L
orwget
.Any ideas would be appreciated - I am definitely willing to help.