Created
March 11, 2014 22:42
-
-
Save martin-hewitt/9496612 to your computer and use it in GitHub Desktop.
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
Version: 0.4.8 (node v0.10.26, npm 1.4.3, platform: linux) | |
Initializing... | |
Using remote CouchDB: http://172.17.0.6:5984 | |
Waiting for CouchDB [-*----] SUCCESS | |
WWW: http://127.0.0.1:6001 | |
Admin: http://127.0.0.1:6002 | |
Starting Plugin: 'hoodie-plugin-appconfig' | |
Starting Plugin: 'hoodie-plugin-email' | |
Starting Plugin: 'hoodie-plugin-users' | |
All plugins started. | |
hoodie.database("user/undefined").grantReadAccess("root", "undefined"): Error: not_found | |
missing | |
{ [Error: not_found | |
missing] | |
error: 'not_found', | |
reason: 'missing', | |
response: | |
{ _readableState: | |
{ highWaterMark: 16384, | |
buffer: [], | |
length: 0, | |
pipes: null, | |
pipesCount: 0, | |
flowing: false, | |
ended: true, | |
endEmitted: true, | |
reading: false, | |
calledRead: true, | |
sync: false, | |
needReadable: true, | |
emittedReadable: false, | |
readableListening: false, | |
objectMode: false, | |
defaultEncoding: 'utf8', | |
ranOut: false, | |
awaitDrain: 0, | |
readingMore: false, | |
decoder: null, | |
encoding: null }, | |
readable: false, | |
domain: | |
{ domain: null, | |
_events: [Object], | |
_maxListeners: 10, | |
members: [] }, | |
_events: { end: [Object], data: [Function], readable: [Function] }, | |
_maxListeners: 10, | |
socket: | |
{ _connecting: false, | |
_handle: [Object], | |
_readableState: [Object], | |
readable: true, | |
domain: [Object], | |
_events: [Object], | |
_maxListeners: 10, | |
_writableState: [Object], | |
writable: true, | |
allowHalfOpen: false, | |
onend: null, | |
destroyed: false, | |
bytesRead: 238, | |
_bytesDispatched: 175, | |
_pendingData: null, | |
_pendingEncoding: '', | |
parser: null, | |
_httpMessage: [Object], | |
ondata: null }, | |
connection: | |
{ _connecting: false, | |
_handle: [Object], | |
_readableState: [Object], | |
readable: true, | |
domain: [Object], | |
_events: [Object], | |
_maxListeners: 10, | |
_writableState: [Object], | |
writable: true, | |
allowHalfOpen: false, | |
onend: null, | |
destroyed: false, | |
bytesRead: 238, | |
_bytesDispatched: 175, | |
_pendingData: null, | |
_pendingEncoding: '', | |
parser: null, | |
_httpMessage: [Object], | |
ondata: null }, | |
httpVersion: '1.1', | |
complete: true, | |
headers: | |
{ server: 'CouchDB/1.5.0 (Erlang OTP/R14B04)', | |
date: 'Tue, 11 Mar 2014 22:36:51 GMT', | |
'content-type': 'application/json', | |
'content-length': '41', | |
'cache-control': 'must-revalidate' }, | |
trailers: {}, | |
_pendings: [], | |
_pendingIndex: 0, | |
url: '', | |
method: null, | |
statusCode: 404, | |
client: | |
{ _connecting: false, | |
_handle: [Object], | |
_readableState: [Object], | |
readable: true, | |
domain: [Object], | |
_events: [Object], | |
_maxListeners: 10, | |
_writableState: [Object], | |
writable: true, | |
allowHalfOpen: false, | |
onend: null, | |
destroyed: false, | |
bytesRead: 238, | |
_bytesDispatched: 175, | |
_pendingData: null, | |
_pendingEncoding: '', | |
parser: null, | |
_httpMessage: [Object], | |
ondata: null }, | |
_consuming: true, | |
_dumped: false, | |
httpVersionMajor: 1, | |
httpVersionMinor: 1, | |
upgrade: false, | |
req: | |
{ domain: [Object], | |
_events: [Object], | |
_maxListeners: 10, | |
output: [], | |
outputEncodings: [], | |
writable: true, | |
_last: true, | |
chunkedEncoding: false, | |
shouldKeepAlive: true, | |
useChunkedEncodingByDefault: false, | |
sendDate: false, | |
_headerSent: true, | |
_header: 'GET /_users/org.couchdb.user%3Aroot%2Fundefined HTTP/1.1\r\nHost: 172.17.0.6\r\nAccept: application/json\r\nAuthorization: Basic cm9vdDptZHJNRFJINzg4NQ==\r\nConnection: keep-alive\r\n\r\n', | |
_hasBody: true, | |
_trailer: '', | |
finished: true, | |
_hangupClose: false, | |
socket: [Object], | |
connection: [Object], | |
agent: [Object], | |
socketPath: undefined, | |
method: 'GET', | |
path: '/_users/org.couchdb.user%3Aroot%2Fundefined', | |
_headers: [Object], | |
_headerNames: [Object], | |
parser: null, | |
res: [Circular] }, | |
pipe: [Function], | |
addListener: [Function], | |
on: [Function], | |
pause: [Function], | |
resume: [Function], | |
read: [Function] } } | |
hoodie.account.update: Error: not_found | |
missing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment