We’re sorry you’re facing this issue - lets collect some more information together so we can begin finding a resolution.
I reviewed the log file and found the following under the mempool log section:
mariadb_1 | 2022-09-07 14:37:00 1110 [Warning] Aborted connection 1110 to db: ‘unconnected’ user: ‘unauthenticated’ host: ‘[BLOCKING INTERNAL IP FOR PRIVACY]’ (This connection closed normally without authentication)
It looks like we are running into a back-end database authentication error. Just to confirm - are any other applications you are running facing this issue?
We are actively investiagting this issue - while you wait could you please check out this issue that was posted and see if the resolutions & comments below assist you?
Hey @J0nsan ! It looks like an odd issue,
I need to ask you a little more details and hopefully, we’ll find a solution together
Can you provide a screenshot of what your mempool app is showing you on the screen?
Could you also provide the electrs and bitcoin logs?
You can get the electrs logs using : sudo ~/umbrel/scripts/app compose electrs logs --tail=100 You can get the bitcoin logs using : tail -n 100 ~/umbrel/app-data/bitcoin/data/bitcoin/debug.log
As you have issues with Lightning, Mempool & Electrs the problem could come from Electrs, let’s check this first!
Alright ! bitcoin logs seem normal, electrs seem to work normally although it fails at some point because it didn’t receive a response in time.
By re-checking your umbrel-debug.log I saw that you have multiple instances of bitcoin and electrs running can you check this topic and tell us here if it worked for you?
I’m sorry to hear that
We’ll need to go more in-depth into the electrs & mempool logs
Could you please provide these logs ? sudo ~/umbrel/scripts/app compose electrs logs --tail=100 electrs sudo ~/umbrel/scripts/app compose electrs logs --tail=100 app sudo ~/umbrel/scripts/app compose mempool logs --tail=100 api
It should give us more details about what’s causing the electrs_app_1 to crash
Hey @J0nsan! Sorry for the delay,
That’s weird; It looks like there’s something causing connection issues between apps. Have you modified your bitcoin.conf file?
Hello, I am having the exact same problem. It happened just after latest version upgrade. It seems from logs like it is not connecting to db backend; although all modules comes up with no problem when you restart node and/or module.
None of the proposed solutions in this thread worked for me. On the web interface there is a sign that reads “indexing in progress” forever, but seems unrelated to the issue. It has been like this for the past two weeks at least, since upgrade.
Hey @jhava! Sorry to hear that
Maybe bitcoin or electrs is still indexing data.
But let’s check the logs to know which one is indexing/causing the issue! You can get the electrs logs using: sudo ~/umbrel/scripts/app compose electrs logs --tail=100 You can get the bitcoin logs using: tail -n 100 ~/umbrel/app-data/bitcoin/data/bitcoin/debug.log