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

UnhandledPromiseRejectionWarning / daemonset REST Endpoint Failure #28

Open
nhalstead opened this issue Sep 1, 2020 · 1 comment
Open

Comments

@nhalstead
Copy link

First time using this project. I've gone ahead and deployed ti with the RBAC and I am getting results on the other endpoints but the daemonset endpoint is not working, as shown below an unhandled promise rejection is causing the issue, I see that pr #20 has been merged to fix this kind of an issue but the docker image hasn't been updated for the past 2 years, so is a public build release going to be made with the missing changes?

spekt8 [nodemon] watching: *.*                                                                                                                                                                                             │
│ spekt8 [nodemon] starting `node src/server/server.js`                                                                                                                                                                      │
│ spekt8 Listening on port 3000....                                                                                                                                                                                          │
│ spekt8 (node:38) UnhandledPromiseRejectionWarning: #<Object>                                                                                                                                                               │
│ spekt8 (node:38) 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)                                                                                                                                                                                         │
│ spekt8 (node:38) [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.           │
│ spekt8 (node:38) UnhandledPromiseRejectionWarning: #<Object>                                                                                                                                                               │
│ spekt8 (node:38) 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: 2)                                                                                                                                                                                         │
│ spekt8 (node:38) UnhandledPromiseRejectionWarning: #<Object>                                                                                                                                                               │
│ spekt8 (node:38) 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: 3)                                                                                                                                                                                         │
│ spekt8 (node:38) UnhandledPromiseRejectionWarning: #<Object>                                                                                                                                                               │
│ spekt8 (node:38) 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: 4)                                                                                                                                                                                         │
│ spekt8 (node:38) UnhandledPromiseRejectionWarning: #<Object>                                                                                                                                                               │
│ spekt8 (node:38) 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: 5)           
@lucas-apd
Copy link

lucas-apd commented Dec 17, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants