jump-dev / ECOS.jl

A Julia interface to the ECOS conic optimization solver
https://github.com/embotech/ecos
Other
41 stars 17 forks source link

download failure on windows #22

Closed mlubin closed 9 years ago

mlubin commented 9 years ago

https://ci.appveyor.com/project/mlubin/jump-jl/build/1.0.1141/job/99r4mo2jo885wv8l#L110

INFO: Downloading file https://cache.e.ip.saba.us/http://sourceforge.net/projects/juliadeps-win/files/ecos-e05a605588c38ad72e843f36af17f8f84e4e2ccb.7z
Exception calling "DownloadFile" with "2" argument(s): "The remote server 
returned an error: (504) Gateway Timeout."
At line:1 char:1
+ (new-object 
net.webclient).DownloadFile("https://cache.e.ip.saba.us/http://sourc ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException

================================[ ERROR: ECOS ]=================================

CC @staticfloat @tkelman

staticfloat commented 9 years ago

I was rebooting the cache server process at that point in time; lucky you. Retry?

On Tue, Jul 14, 2015, 6:25 AM Miles Lubin notifications@github.com wrote:

https://ci.appveyor.com/project/mlubin/jump-jl/build/1.0.1141/job/99r4mo2jo885wv8l#L110

INFO: Downloading file https://cache.e.ip.saba.us/http://sourceforge.net/projects/juliadeps-win/files/ecos-e05a605588c38ad72e843f36af17f8f84e4e2ccb.7z Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (504) Gateway Timeout." At line:1 char:1

================================[ ERROR: ECOS ]=================================

CC @staticfloat https://github.com/staticfloat @tkelman https://github.com/tkelman

— Reply to this email directly or view it on GitHub https://github.com/JuliaOpt/ECOS.jl/issues/22.

mlubin commented 9 years ago

Seems to be working now, thanks!