Skip to content

Instantly share code, notes, and snippets.

@qcom
Created September 27, 2015 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qcom/f114581e405a766ce832 to your computer and use it in GitHub Desktop.
Save qcom/f114581e405a766ce832 to your computer and use it in GitHub Desktop.
longjohn stack trace
[127.0.0.1] GET /search?search=92119&option=location @2015-09-27T12:18:39-07:00
{ [Error: error 209.242.169.194 GET /search?search=92119&option=location]
code: 'ECONNRESET',
level: 'error',
timestamp: '2015-09-27T19:18:39.318Z' }
Error: socket hang up
at TLSSocket.onHangUp (_tls_wrap.js:1032:19)
at TLSSocket.g (events.js:260:16)
at emitNone (events.js:72:20)
at TLSSocket.emit (events.js:166:7)
at endReadableNT (_stream_readable.js:893:12)
at doNTCallback2 (node.js:429:9)
at process._tickCallback (node.js:343:17)
---------------------------------------------
at TLSSocket.Readable.on (_stream_readable.js:655:33)
at tickOnSocket (_http_client.js:480:10)
at onSocketNT (_http_client.js:496:5)
at doNTCallback2 (node.js:429:9)
at process._tickCallback (node.js:343:17)
---------------------------------------------
at ClientRequest.onSocket (_http_client.js:488:11)
at Agent.addRequest (_http_agent.js:143:9)
at new ClientRequest (_http_client.js:133:16)
at Object.exports.request (http.js:31:10)
at Object.exports.request (https.js:163:15)
at Request.start (~/project/node_modules/googlemaps/node_modules/request/request.js:802:30)
at Request.end (~/project/node_modules/googlemaps/node_modules/request/request.js:1475:28)
at end (~/project/node_modules/googlemaps/node_modules/request/request.js:539:16)
at ~/project/node_modules/googlemaps/node_modules/request/request.js:553:9
---------------------------------------------
at Request.self._buildRequest (~/project/node_modules/googlemaps/node_modules/request/request.js:516:13)
at Request.init (~/project/node_modules/googlemaps/node_modules/request/request.js:638:10)
at new Request (~/project/node_modules/googlemaps/node_modules/request/request.js:131:8)
at request (~/project/node_modules/googlemaps/node_modules/request/index.js:47:10)
at module.exports (~/project/node_modules/googlemaps/lib/utils/makeRequest.js:79:3)
at [object Object].module.exports [as geocode] (~/project/node_modules/googlemaps/lib/geocode.js:35:10)
at module.exports (~/project/util/getPosByQuery.js:24:7)
at ~/project/lib/search/index.js:38:4
at Layer.handle [as handle_request] (~/project/node_modules/express/lib/router/layer.js:95:5)
---------------------------------------------
at serveStatic (~/project/node_modules/express/node_modules/serve-static/index.js:114:12)
at Layer.handle [as handle_request] (~/project/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (~/project/node_modules/express/lib/router/index.js:312:13)
at ~/project/node_modules/express/lib/router/index.js:280:7
at Function.process_params (~/project/node_modules/express/lib/router/index.js:330:12)
at next (~/project/node_modules/express/lib/router/index.js:271:10)
at ~/project/node_modules/connect-flash/lib/flash.js:21:5
at Layer.handle [as handle_request] (~/project/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (~/project/node_modules/express/lib/router/index.js:312:13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment