The first c-lightning output a user sees is the following message:
UNUSUAL plugin-bcli: Could not connect to 'lightning-rpc': Connection refused
as kindly explained by darosior
It's the expected behavior: a new plugin (bcli) introduced in the last release needs to be initialized before we even start listening on the RPC socket, hence it fails the connect().
If it's expected behavior, c-lightning shouldn't output UNUSUAL. It got me on the wrong track when updating to version 0.8.1. This should be corrected in some way.
The first c-lightning output a user sees is the following message:
UNUSUAL plugin-bcli: Could not connect to 'lightning-rpc': Connection refusedas kindly explained by darosior
It's the expected behavior: a new plugin (bcli) introduced in the last release needs to be initialized before we even start listening on the RPC socket, hence it fails the connect().
If it's expected behavior, c-lightning shouldn't output UNUSUAL. It got me on the wrong track when updating to version 0.8.1. This should be corrected in some way.