Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: expecting an array or an iterable object but got [object Null] #658

Open
hfreire opened this issue Dec 18, 2017 · 0 comments
Open
Labels

Comments

@hfreire
Copy link
Owner

hfreire commented Dec 18, 2017

View details in Rollbar: https://rollbar.com/hfreire/get-me-a-date/items/34/


TypeError: expecting an array or an iterable object but got [object Null]
  File "/opt/get-me-a-date/node_modules/bluebird/js/release/promise.js", line 10, in apiRejection
        return Promise.reject(new TypeError(msg));
  File "/opt/get-me-a-date/node_modules/bluebird/js/release/promise_array.js", line 63, in ReductionPromiseArray.init
            var err = apiRejection(
  File "/opt/get-me-a-date/node_modules/bluebird/js/release/promise.js", line 566, in Promise._settlePromise
                handler.call(receiver, value, promise);
  File "/opt/get-me-a-date/node_modules/bluebird/js/release/promise.js", line 614, in Promise._settlePromise0
        this._settlePromise(promise, handler, receiver, value);
  File "/opt/get-me-a-date/node_modules/bluebird/js/release/promise.js", line 693, in Promise._settlePromises
                this._settlePromise0(this._fulfillmentHandler0, value, bitField);
  File "/opt/get-me-a-date/node_modules/bluebird/js/release/async.js", line 133, in Async._drainQueue
                fn._settlePromises();
  File "/opt/get-me-a-date/node_modules/bluebird/js/release/async.js", line 143, in Async._drainQueues
        this._drainQueue(this._normalQueue);
  File "/opt/get-me-a-date/node_modules/bluebird/js/release/async.js", line 17, in Immediate.Async.drainQueues
            self._drainQueues();
  File "timers.js", line 789, in runCallback
  File "timers.js", line 751, in tryOnImmediate
  File "timers.js", line 722, in processImmediate [as _immediateCallback]
@hfreire hfreire added the bug label Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant