No response from server with error code: ECONNABORTED

Arasu84
Arasu84 edited January 2020 in API clients
Yesterday(08-01-20) my script was trying to buy BHARTIARTL @ 450.60 price. But, received no response from server, Since my script is running from VPS(Cloud location) .

{
message: 'No response from server with error code: ECONNABORTED',
error_type: 'NetworkException',
data: null
}


@sujith is this internet connectivity issues? or something else

  • sujith
    You can refer to this thread.
  • pradeep007
    @sujith I'm facing the same issue from couple a days.
    Getting this error frequently.

    {
    message: 'No response from server with error code: ECONNABORTED',
    error_type: 'NetworkException',
    data: null
    }

  • sujith
    Looks like system is not connected to the internet or the firewall has blocked the request to this endpoint.
  • pradeep007
    Thanks @sujith I don't think that's the issue. In any case, I am not able to locate which method is triggering this error in Node Js client. Could you please let me know so that I can set up an alert?
  • pradeep007
    Found it. It's in node_modules/kiteconnect/lib/connect.js
  • romit2012
    @pradeep007 , could you please share what is the fix ? .I am also facing same issue
Sign In or Register to comment.