-
Notifications
You must be signed in to change notification settings - Fork 11
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
Log shows UnhandledPromiseRejection #77
Comments
The changes for #79 have been pushed to prod. Could you do |
I updated to the latest version: When running
The rebalance logfiles for a channel shows error like this:
and
All attempts show 'unidentifiedError' and status |
an unknown peer might have caused it, basically, a node that disappeared where you still have a channel or by a newly established channel where the fee data has not yet been propagated by gossip. do either apply in your case? |
Yes, I think so. I have resynced the graph and although im fully synced it has not yet retrieved the policies for all channels. However when I first reported the issue there was nothing wrong with my graph or channels yet. So it could be that these errors are unrelated to my initial problem. It would be really nice if Jet just ignored these channels instead of crashing. |
i have the same issue, the peer's policy is undefined) |
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^
[UnhandledPromiseRejection: 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(). The promise rejected with the reason "[object Array]".] {
code: 'ERR_UNHANDLED_REJECTION'
}
The text was updated successfully, but these errors were encountered: