You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated my config.json and changed (fat-fingered) the hostname to a wrong value. The hostname would basically fail to resolve.
The script will then return the below error when it tries to connect to the lnd host:
node:internal/process/promises:289
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'
}
Node.js v19.4.0
If we could make this a little more human readable, that would be appreciated.
The text was updated successfully, but these errors were encountered:
I updated my
config.json
and changed (fat-fingered) the hostname to a wrong value. The hostname would basically fail to resolve.The script will then return the below error when it tries to connect to the lnd host:
If we could make this a little more human readable, that would be appreciated.
The text was updated successfully, but these errors were encountered: