When I do a GET on a certain URI using the node.js \'request\' module;
var options = {uri:\"aURI\", headers:headerData};
request.get(options, function (error
this is Extension to @Félix Brunet answer
Reason - there is code hidden in your app
How to find -
Eg - In my case i created 30 instances of winston log Unknowingly and it started giving error
Note : if u supress this error , it will come again afetr 3..4 days