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.

UnhandledPromiseRejectionWarning & DeprecationWarning

See original GitHub issue

Describe the bug Got:

(node:28577) UnhandledPromiseRejectionWarning: RIPE RIS connection failed. Trying again...
(node:28577) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:28577) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Are you using the binary or the source code? Source - tag v1.24.0 (3b23a90), with nodejs-12.14.0.

Your information Chris Caputo - AS33108/SeattleIX

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
massimocandelacommented, Jun 8, 2020

I think I found where the exception is not handled properly. It’s in the RPKI validator. I’m fixing this, it will go out with the next release. As soon as I have a binary I will let you know.

thanks for reporting

0reactions
massimocandelacommented, Jun 9, 2020

This is fixed, the exception is now handled. It will go out with the next release. I also reported to the RIPE team that the VRP API it returned 520 errors. It was probably a temporary issue. Anyway, it should not have affected the RPKI monitoring too much, what happened essentially was that the VRP list (a list of valid <prefix, origin> pairs) was older due to failures in refreshing it (possibly some hours older, not a big deal in my opinion).

Read more comments on GitHub >

github_iconTop Results From Across the Web

UnhandledPromiseRejectionWar...
(node:18420) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled ...
Read more >
A fix to the Unhandled Promise Rejection Warning - Medium
A fix to the Unhandled Promise Rejection Warning. ... (node:7741) DeprecationWarning: Unhandled promise rejections are deprecated.
Read more >
Unhandled promise rejections are deprecated" · Issue #5311 ...
... UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): boom! (node:33041) [DEP0018] DeprecationWarning: ...
Read more >
Unhandled Promise Rejection Warning - Node-RED Forum
In terminal I have this error: (node:1946) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by ...
Read more >
Node.js 15 Is Out! What Does It Mean for You? - Maxim Orlov
(node:1309) UnhandledPromiseRejectionWarning: Unhandled promise rejection. ... (node:1309) [DEP0018] DeprecationWarning: Unhandled promise rejections are ...
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