Skip to content

Instantly share code, notes, and snippets.

@hhsnopek
Created October 2, 2015 20:16
Show Gist options
  • Save hhsnopek/81f471ed5fcfc59f71da to your computer and use it in GitHub Desktop.
Save hhsnopek/81f471ed5fcfc59f71da to your computer and use it in GitHub Desktop.
/app/node_modules/when/lib/decorators/unhandledRejection.js:80
2015-10-02T20:03:35.724232+00:00 app[web.1]: throw e;
2015-10-02T20:03:35.724234+00:00 app[web.1]: ^
2015-10-02T20:03:35.724235+00:00 app[web.1]: MongoError: auth failed
2015-10-02T20:03:35.724237+00:00 app[web.1]: at Object.toError (/app/node_modules/mongoose/node_modules/mongodb/lib/mongodb/utils.js:114:11)
2015-10-02T20:03:35.724238+00:00 app[web.1]: at /app/node_modules/mongoose/node_modules/mongodb/lib/mongodb/db.js:1156:31
2015-10-02T20:03:35.724239+00:00 app[web.1]: at /app/node_modules/mongoose/node_modules/mongodb/lib/mongodb/db.js:1890:9
2015-10-02T20:03:35.724241+00:00 app[web.1]: at Server.Base._callHandler (/app/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/base.js:448:41)
2015-10-02T20:03:35.724242+00:00 app[web.1]: at /app/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/server.js:481:18
2015-10-02T20:03:35.724252+00:00 app[web.1]: at [object Object].MongoReply.parseBody (/app/node_modules/mongoose/node_modules/mongodb/lib/mongodb/responses/mongo_reply.js:68:5)
2015-10-02T20:03:35.724253+00:00 app[web.1]: at [object Object].<anonymous> (/app/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/server.js:439:20)
2015-10-02T20:03:35.724255+00:00 app[web.1]: at [object Object].emit (events.js:107:17)
2015-10-02T20:03:35.724256+00:00 app[web.1]: at [object Object].<anonymous> (/app/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/connection_pool.js:201:13)
2015-10-02T20:03:35.724257+00:00 app[web.1]: at [object Object].emit (events.js:110:17)
2015-10-02T20:03:35.724258+00:00 app[web.1]: at Socket.<anonymous> (/app/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/connection.js:439:22)
2015-10-02T20:03:35.724260+00:00 app[web.1]: at Socket.emit (events.js:107:17)
2015-10-02T20:03:35.724261+00:00 app[web.1]: at readableAddChunk (_stream_readable.js:163:16)
2015-10-02T20:03:35.724262+00:00 app[web.1]: at Socket.Readable.push (_stream_readable.js:126:10)
2015-10-02T20:03:35.724263+00:00 app[web.1]: at TCP.onread (net.js:538:20)
2015-10-02T20:03:35.724264+00:00 app[web.1]:
2015-10-02T20:03:35.799921+00:00 app[web.1]:
2015-10-02T20:03:35.818575+00:00 app[web.1]: npm ERR! argv "/app/.heroku/node/bin/node" "/app/.heroku/node/bin/npm" "start"
2015-10-02T20:03:35.819052+00:00 app[web.1]: npm ERR! node v0.12.5
2015-10-02T20:03:35.824056+00:00 app[web.1]: npm ERR! npm v2.11.2
2015-10-02T20:03:35.824375+00:00 app[web.1]: npm ERR! code ELIFECYCLE
2015-10-02T20:03:35.824618+00:00 app[web.1]: npm ERR! carrot-admin-dashboard@0.0.0 start: `node ./core/server.js`
2015-10-02T20:03:35.824785+00:00 app[web.1]: npm ERR! Exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment