Skip to content

TypeError: Cannot read property '_reject' of undefined #4

Description

@topliceanu

Hi, I'm getting this error a couple of minutes after successfully starting a worker process:

/home/me/node_modules/bluebird/js/main/promise.js:783
        promise._reject(value, carriedStackTrace);
                ^

TypeError: Cannot read property '_reject' of undefined
    at Promise._settlePromiseAt (/home/me/node_modules/bluebird/js/main/promise.js:783:17)
    at Promise._settlePromises (/home/me/node_modules/bluebird/js/main/promise.js:884:14)
    at Async._drainQueue (/home/me/node_modules/bluebird/js/main/async.js:98:12)
    at Async._drainQueues (/home/me/node_modules/bluebird/js/main/async.js:103:10)
    at Async.drainQueues (/home/me/node_modules/bluebird/js/main/async.js:37:14)
    at _combinedTickCallback (internal/process/next_tick.js:131:7)
    at process._tickCallback (internal/process/next_tick.js:180:9)

I'm running a simple worker process in a docker image: FROM node:8.8-alpine.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions