Skip to content

Instantly share code, notes, and snippets.

@pencilcheck
Created December 6, 2015 09:34
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 pencilcheck/4378e8f5f3fe9eae9919 to your computer and use it in GitHub Desktop.
Save pencilcheck/4378e8f5f3fe9eae9919 to your computer and use it in GitHub Desktop.
backend_1 | Unhandled rejection TypeError: Cannot read property 'toLowerCase' of undefined
backend_1 | at lookup (/src/controllers/events.js:28:22)
backend_1 | at findSkills (/src/controllers/events.js:36:7)
backend_1 | at async.parallel.count (/src/controllers/events.js:663:13)
backend_1 | at /install/node_modules/async/lib/async.js:713:13
backend_1 | at async.forEachOf.async.eachOf (/install/node_modules/async/lib/async.js:233:13)
backend_1 | at _parallel (/install/node_modules/async/lib/async.js:712:9)
backend_1 | at Object.async.parallel (/install/node_modules/async/lib/async.js:726:9)
backend_1 | at eventMatch (/src/controllers/events.js:611:9)
backend_1 | at /src/controllers/events.js:789:7
backend_1 | at /install/node_modules/async/lib/async.js:356:13
backend_1 | at async.forEachOf.async.eachOf (/install/node_modules/async/lib/async.js:233:13)
backend_1 | at _asyncMap (/install/node_modules/async/lib/async.js:355:9)
backend_1 | at Object.map (/install/node_modules/async/lib/async.js:337:20)
backend_1 | at /src/controllers/events.js:788:11
backend_1 | at /install/node_modules/async/lib/async.js:721:13
backend_1 | at /install/node_modules/async/lib/async.js:52:16
backend_1 | at done (/install/node_modules/async/lib/async.js:246:17)
backend_1 | at /install/node_modules/async/lib/async.js:44:16
backend_1 | at /install/node_modules/async/lib/async.js:718:17
backend_1 | at /install/node_modules/async/lib/async.js:167:37
backend_1 | at /src/controllers/events.js:779:11
backend_1 | at tryCatcher (/install/node_modules/bluebird/js/release/util.js:11:23)
backend_1 | at Promise._settlePromiseFromHandler (/install/node_modules/bluebird/js/release/promise.js:489:31)
backend_1 | at Promise._settlePromise (/install/node_modules/bluebird/js/release/promise.js:546:18)
backend_1 | at Promise._settlePromise0 (/install/node_modules/bluebird/js/release/promise.js:591:10)
backend_1 | at Promise._settlePromises (/install/node_modules/bluebird/js/release/promise.js:670:18)
backend_1 | at Async._drainQueue (/install/node_modules/bluebird/js/release/async.js:129:16)
backend_1 | at Async._drainQueues (/install/node_modules/bluebird/js/release/async.js:139:10)
backend_1 | at Immediate.Async.drainQueues [as _onImmediate] (/install/node_modules/bluebird/js/release/async.js:16:14)
backend_1 | at processImmediate [as _immediateCallback] (timers.js:367:17)
b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment