getumbrel / umbrel-middleware

RESTful Bitcoin and Lightning API for Umbrel
MIT License
21 stars 11 forks source link

"balance", "lightning wallet", "channels" and "bitcoin wallet" transactions not loading (keeps spinning) #91

Closed bitcoiner-dev closed 3 years ago

bitcoiner-dev commented 3 years ago

So, for a few days, when I login to the dashboard, I am unable to see the balance in the upper left, the lightning wallet balance, the bitcoin wallet transactions, and lightning channels. Instead there is a spinner or a grey loading bar which is fading in and out and never finishes loading.

I decided to debug this and here is what I found in the middleware container's logs:

Unable to list on-chain transactions, Received message larger than max (5686434 vs. 4194304) /v1/lnd/channel LndError: Unable to list on-chain transactions at /app/services/lnd.js:69:18 at Object.onReceiveStatus (/app/node_modules/grpc/src/client_interceptors.js:1210:9) at InterceptingListener._callNext (/app/node_modules/grpc/src/client_interceptors.js:568:42) at InterceptingListener.onReceiveStatus (/app/node_modules/grpc/src/client_interceptors.js:618:8) at callback (/app/node_modules/grpc/src/client_interceptors.js:847:24)

This happens when I login and keeps happening since it keeps trying to load the info and running into this issue.

bitcoiner-dev commented 3 years ago

Opening it under the "umbrel" project's issues for visibility.