pull down to refresh
It did my wallet is now back up and running! Thanks.
Also I want to compile all the commands you provided to run in terminal to help other beginner Linux users to troubleshoot their lightning.pub node
Fantastic!
I finally started working on https://docs.shock.network which has a troubleshooting section now
Nice!! I see some the commands I ran! I also posted an issue about the UI using the iOS wallet. Did you see it?
Can you link me? A screenshot and phone/os model would help so can repro in an emulator
https://github.com/shocknet/wallet2/issues/519
It appears it was addressed. Maybe it will be corrected in the next app push to TestFlight?
Using iPhone 17 pro iOS 26.1
oh yes, thats a general dashboard lack of polish... next release is in QA
Laptop up and awake/logged in? Any meat in the logs or resolved by a service restart?
Shipped some updates a few weeks ago too, if you run the installer again it'll upgrade and restart
Check service statusCheck service status
systemctl --user status lnd
systemctl --user status lightning_pub
View logsView logs
journalctl --user-unit lnd -f
journalctl --user-unit lightning_pub -f
Restart services if neededRestart services if needed
systemctl --user restart lnd
systemctl --user restart lightning_pub
systemctl --user restart lightning_pub
I’m so back!!!
Yea everything looked okay when looking at the logs. I’ll restart the services.
This time I thought I kept my laptop on
@BlokchainB try this and see if it brings your pub back up
rm ~/lightning_pub/logs/eventLogV3.csv && systemctl --user restart lightning_pub.servicethis should clear out the flag that's blocking your database, proper fix in the works