TradeM

About

Username
TradeM
Joined
Visits
7
Last Active
Roles
Member

Comments

  • For benefits of community, this was due to mcafee software. Mcafee is such a shitty product. Their product can't be uninstalled by Windows standard uninstall procedure and therefore they created utility called MCPR. Such a BS.
  • Here is piece of code that throws time out exception: try { webResponse = request.GetResponse(); } catch (WebException e) { if (e.Response is null) …
  • Hey tonystark, My user ID is PJR394. Now I am continuously getting time out error.. here is call stack. Any help you could provide is much appreciated. I downloaded fresh kiteconnect sample from github.. changed network etc. to eliminate that possib…
  • What do you mean by these exceptions are pretty much same? There got to be different logic when two different exceptions are raised.
  • And remember, these are happening randomly. The same GetLTP API works fine sometimes and throws "Operation was cancelled" / "Operation time out" errors other times.
  • 1 & 2 are fine. I have put all firewall settings off. Also, i am getting below error intermittently. Any thoughts? I am clueless as to why i started getting these errors from last couple of days. ================ System.OperationCanceledExcept…
  • Please see below. Do you think this could be due to certain windows security updates? My system did install few updates recently ====================== System.Net.WebException HResult=0x80131509 Message=The operation has timed out. Source=Kite…