Skip to content

RPC services not available #267

@hex17or

Description

@hex17or

From the past couple of days, I have started to face an issue with my lightning terminal (especially after my upgrade to bitcoind v22.0). I am unable to unlock my lnd wallet due to "RPC services not being available". The entire console log is as below. I have also just upgraded to v0.5.1-alpha but the issue still persists. It would be great if anyone could help me understand what the issue is.

bitcoin@odroid:~/.lnd/data/chain/bitcoin/mainnet$ litd
Attempting automatic RPC configuration to bitcoind
Automatically obtained bitcoind's RPC credentials
2021-09-22 09:25:04.420 [INF] LTND: Version: 0.13.0-beta commit=lightning-terminal-v0.5.1-alpha, build=production,     logging=default, debuglevel=info
2021-09-22 09:25:04.420 [INF] LTND: Active chain: Bitcoin (network=mainnet)
2021-09-22 09:25:04.434 [INF] RPCS: RPC server listening on 127.0.0.1:10009
2021-09-22 09:25:04.434 [INF] LITD: Dialing lnd gRPC server at 127.0.0.1:10009
2021-09-22 09:25:04.444 [INF] RPCS: gRPC proxy started at 127.0.0.1:8080
2021-09-22 09:25:04.445 [INF] LTND: Opening the main database, this might take a few minutes...
2021-09-22 09:25:04.445 [INF] LTND: Opening bbolt database, sync_freelist=true, auto_compact=true
----------------------------------------------------------
 Lightning Terminal (LiT) by Lightning Labs

 Operating mode      integrated
 Node status         locked
 Alias               WingDings
 Version             0.13.0-beta
 Web interface       0.0.0.0:8443 (open https://localhost:8443 in your browser)
----------------------------------------------------------
2021-09-22 09:25:04.445 [INF] CHDB: Compacting database file at /mnt/ext/lnd/data/graph/mainnet/channel.db
2021-09-22 09:25:04.445 [INF] CHDB: Found old temp DB @ /mnt/ext/lnd/data/graph/mainnet/temp-dont-use.db, removing before swap
2021-09-22 09:25:04.445 [INF] LITD: Listening for http_tls on: [::]:8443
2021-09-22 09:25:04.671 [INF] LNDC: Creating lnd connection to 127.0.0.1:10009
2021-09-22 09:25:04.671 [INF] LNDC: Connected to lnd
2021-09-22 09:25:04.671 [INF] LNDC: Waiting for lnd to unlock
2021-09-22 09:25:04.687 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: waiting to start, RPC services not available
2021-09-22 09:25:09.688 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: waiting to start, RPC services not available
2021-09-22 09:25:14.693 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: waiting to start, RPC services not available
2021-09-22 09:25:19.694 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: waiting to start, RPC services not available
2021-09-22 09:25:24.696 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: waiting to start, RPC services not available
2021-09-22 09:25:29.701 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: waiting to start, RPC services not available
2021-09-22 09:25:34.703 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: waiting to start, RPC services not available
2021-09-22 09:25:39.706 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: waiting to start, RPC services not available
2021-09-22 09:25:42.768 [ERR] RPCS: [/lnrpc.WalletUnlocker/UnlockWallet]: waiting to start, RPC services not available
2021-09-22 09:25:44.708 [ERR] RPCS: [/lnrpc.Lightning/GetInfo]: waiting to start, RPC services not available
^C2021-09-22 09:25:48.863 [INF] SGNL: Received interrupt. 
2021-09-22 09:25:48.863 [INF] SGNL: Shutting down...
2021-09-22 09:25:48.863 [INF] SGNL: Gracefully shutting down.
2021-09-22 09:25:48.864 [ERR] LITD: Could not start subservers: context canceled
^C

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions