lightninglabs/pool

Can't start pool since yesterday

rkfg opened this issue · 2 comments

rkfg commented

This is all I get, after this the program exits. Same with Lightning Terminal.

2022-04-07 09:46:22.187 [INF] POOL: Version: 0.5.5-alpha commit=v0.5.5-alpha-9-gee7924fbc22fdf0ba2a4d6889a65371d99be7191
2022-04-07 09:46:22.189 [INF] LNDC: Creating lnd connection to localhost:10009
2022-04-07 09:46:22.191 [INF] LNDC: Connected to lnd
2022-04-07 09:46:22.202 [INF] LNDC: Waiting for lnd to unlock
2022-04-07 09:46:22.205 [INF] LNDC: Wallet state of lnd is now: Lnd main server is ready for requests
2022-04-07 09:46:22.300 [INF] LNDC: lnd version: v0.14.99-beta, build tags 'autopilotrpc,signrpc,walletrpc,chainrpc,invoicesrpc,watchtowerrpc,monitoring,kvdb_postgres,kvdb_etcd'
2022-04-07 09:46:22.302 [INF] LNDC: Using network mainnet
2022-04-07 09:46:22.302 [INF] LNDC: Waiting for lnd to be fully synced to its chain backend, this might take a while
2022-04-07 09:46:22.388 [INF] LNDC: lnd is now fully synced to its chain backend
2022-04-07 09:46:22.569 [INF] POOL: Auction server address: pool.lightning.finance:12010
2022-04-07 09:46:22.579 [INF] CLDB: Checking for schema update: latest_version=1, db_version=1
2022-04-07 09:46:22.580 [INF] RPCS: Starting trader server
2022-04-07 09:46:22.843 [INF] RPCS: Connected to lnd node <...> with pubkey <...>
2022-04-07 09:46:22.907 [INF] ACCT: Watching spend of <...> for account 03e1ab660f8c51f506258fdd5410badc682374b3ad349e8438ba10aa2558a25f0b
2022-04-07 09:46:23.797 [INF] AUCT: Successfully connected to auction server
2022-04-07 09:46:24.006 [INF] AUCT: Server is shutting down, will reconnect in 5s
2022-04-07 09:46:24.006 [ERR] AUCT: Authentication failed for account 03e1ab660f8c51f506258fdd5410badc682374b3ad349e8438ba10aa2558a25f0b: authentication was canceled
2022-04-07 09:46:24.007 [INF] AUCT: Shutting down auctioneer client
2022-04-07 09:46:24.007 [ERR] ACCT: Unable to receive block notification: rpc error: code = Canceled desc = grpc: the client connection is closing
unable to start server: unable to start account manager: unable to resume account 03e1ab660f8c51f506258fdd5410badc682374b3ad349e8438ba10aa2558a25f0b: unable to subscribe for account updates: authentication was canceled

Thank you for the report. There was something wrong on the server side. It should be fixed now. Can you confirm you can start Pool again?

rkfg commented

Yes, it works now, thank you! I thought the server was temporarily down for maintenance so decided to wait for a bit before reporting.