Guest User

Untitled

a guest
May 30th, 2015
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. springie.exe Error: 0 : Error sending game result: System.TimeoutException: The request channel timed out while waiting for a reply after 01:00:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. ---> System.TimeoutException: The HTTP request to 'http://zero-k.info/SpringieService.svc' has exceeded the allotted timeout of 01:00:00. The time allotted to this operation may have been a portion of a longer timeout. ---> System.Net.WebException: The operation has timed out
  2. at System.Net.HttpWebRequest.GetResponse()
  3. at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
  4. --- End of inner exception stack trace ---
  5. at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
  6. at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
  7. at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
  8. --- End of inner exception stack trace ---
  9.  
  10. Server stack trace:
  11. at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
  12. at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
  13. at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
  14. at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
  15. at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
  16.  
  17. Exception rethrown at [0]:
  18. at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
  19. at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
  20. at PlasmaShared.ISpringieService.SubmitSpringBattleResult(BattleContext context, String password, BattleResult result, List`1 players, List`1 extraData)
  21. at LobbyClient.Spring.ParseInfolog(String text, Boolean isCrash)
Advertisement
Add Comment
Please, Sign In to add comment