UnhandledPromiseRejectionWarning & DeprecationWarning
See original GitHub issueDescribe 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:
- Created 4 years ago
- Comments:9 (7 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
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).