Created
January 10, 2013 23:15
-
-
Save crtr0/4506628 to your computer and use it in GitHub Desktop.
Nano error on bulk update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /Users/crabasa/Code/tmp/votr-part3/node_modules/nano/node_modules/errs/lib/errs.js:167 | |
| merged.stacktrace = err.stack.split("\n"); | |
| ^ | |
| TypeError: Object fabric_doc_update:handle_message/3,rexi_utils:process_mailbox/6,rexi_utils:recv/6,fabric_doc_update:go/3,fabric:update_docs/3,chttpd_db:db_req/2,chttpd:handle_request/1,mochiweb_http:headers/5 has no method 'split' | |
| at Object.exports.merge (/Users/crabasa/Code/tmp/votr-part3/node_modules/nano/node_modules/errs/lib/errs.js:167:33) | |
| at Request._callback (/Users/crabasa/Code/tmp/votr-part3/node_modules/nano/nano.js:311:28) | |
| at Request.init.self.callback (/Users/crabasa/Code/tmp/votr-part3/node_modules/nano/node_modules/request/main.js:122:22) | |
| at Request.EventEmitter.emit (events.js:91:17) | |
| at Request.<anonymous> (/Users/crabasa/Code/tmp/votr-part3/node_modules/nano/node_modules/request/main.js:661:16) | |
| at Request.EventEmitter.emit (events.js:115:20) | |
| at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/Users/crabasa/Code/tmp/votr-part3/node_modules/nano/node_modules/request/main.js:623:14) | |
| at IncomingMessage.EventEmitter.emit (events.js:115:20) | |
| at IncomingMessage._emitEnd (http.js:366:10) | |
| at HTTPParser.parserOnMessageComplete [as onMessageComplete] (http.js:149:23) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment