OpenWrap / openwrap-shell

Provides the bootstrapping environment used by OpenWrap's command-line interface, o.exe
http://openwrap.org
20 stars 13 forks source link

What to do with wraps.openwrap.org not accessible. #5

Open serialseb opened 14 years ago

serialseb commented 14 years ago

Scenario:

Suggested fix:

System.Reflection.TargetInvocationException was unhandled Message=An exception occurred during the operation, making the result invalid. Check InnerException for exception details. Source=System StackTrace: at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() at System.Net.DownloadStringCompletedEventArgs.get_Result() at OpenWrap.Console.BootstrapRunner.NotifyProgressWebClient.DownloadStringCompleted(Object src, DownloadStringCompletedEventArgs e) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state) InnerException: System.Net.WebException Message=The remote name could not be resolved: 'wraps.openwrap.org' Source=System StackTrace: at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result) at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result) InnerException:

serialseb commented 13 years ago

Need also better error messages when download failes. Need to define what those are, handle 407 (for nasty proxies)