events.js:141 throw er; // Unhandled \'error\' event MongoError: connection 0 to localhost:27017 timed out at Function.MongoError.create (/home/ubuntu/scripts/
Your query is taking a long time. And mongo itself has a default time out set. So it times out, if the query takes longer than the timeout time.