Skip to content

Instantly share code, notes, and snippets.

@garrettwilkin
Created September 15, 2012 18:46
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 garrettwilkin/3729265 to your computer and use it in GitHub Desktop.
Save garrettwilkin/3729265 to your computer and use it in GitHub Desktop.
Krispin node douche error
/Users/gw/Code/douche/lib/douche/wsdl.js:48
var name = operation_tag['@']['name'];
^
TypeError: Cannot read property 'name' of undefined
at WSDL._read_xml (/Users/gw/Code/douche/lib/douche/wsdl.js:50:34)
at WSDL.parse (/Users/gw/Code/douche/lib/douche/wsdl.js:21:10)
at IncomingMessage.WSDL._get (/Users/gw/Code/douche/lib/douche/wsdl.js:108:7)
at IncomingMessage.EventEmitter.emit (events.js:115:20)
at IncomingMessage._emitEnd (http.js:366:10)
at HTTPParser.parserOnMessageComplete [as onMessageComplete] (http.js:149:23)
at Socket.socketOnData [as ondata] (http.js:1366:20)
at TCP.onread (net.js:402:27)
I added a little util.inspect to see what operation_tag looked like. It was "false".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment