question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Always getting a 'Promise chain rejection' on every call

See original GitHub issue

No matter what i use snoowrap for i always get a Unhandled rejection TypeError: Promise chain rejection: Cannot read property 'entries' of undefined.

Its the same error over and over. It will return what is suppose to return and then give me this error.

Anyone had any similar issues?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
archcorsaircommented, Feb 25, 2017

Long trip home.

0reactions
not-an-aardvarkcommented, Feb 25, 2017

Thanks for the update. Closing this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Promise chain continues after rejection - Stack Overflow
The promise that a catch returns can either fullfill or reject depending on what happens in the callback passed to it, and so...
Read more >
Promises chaining - The Modern JavaScript Tutorial
The whole thing works, because every call to a .then returns a new promise, so that we can call the next .then on...
Read more >
Using promises - JavaScript - MDN Web Docs
If a promise rejection event is not handled by any handler, it bubbles to the top of the call stack, and the host...
Read more >
JavaScript Promise Chain - The art of handling promises
Every rejected promise provides you a .catch() handler. After creating a promise, we can call the .then() method to handle the resolved ...
Read more >
JavaScript Promise Tutorial – How to Resolve or Reject ...
Here we use a callback for each of the API calls. This leads us to use another callback inside the previous, and so...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found