fusion44 / blitz_api

A management backend for the RaspiBlitz project written in Python / FastAPI
MIT License
19 stars 18 forks source link

API does not send "bootstrapping_after_unlock" #166

Closed cstenglein closed 1 year ago

cstenglein commented 1 year ago

As discussed yesterday.

When I'm trying to unlock the wallet, I get the following message

{"bitcoin": "done", "bitcoin_msg": "", "lightning": "locked", "lightning_msg": "The RPC server is in the process of starting up, but not yet ready to accept calls"}

after unlocking, there is just this message after some time

{"bitcoin": "done", "bitcoin_msg": "", "lightning": "done", "lightning_msg": ""}
fusion44 commented 1 year ago

Yeah, I see the problem. I don't handle this case in main at all. Will fix it.