Skip to content

Pending Open #1032

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kerner1000 opened this issue Apr 10, 2025 · 11 comments
Open

Pending Open #1032

kerner1000 opened this issue Apr 10, 2025 · 11 comments
Labels
bug Something isn't working

Comments

@kerner1000
Copy link

Image

The funding transaction does not seem to be valid:

https://mempool.space/tx/0000000000000000000000000000000000000000000000000000000000000000

"Close" and "Fund Account" Buttons are inactive, I cannot click.

I am running the latest version of lightning terminal on Umbrel.

What can I do do revert or fix this transaction?

@kerner1000 kerner1000 added the bug Something isn't working label Apr 10, 2025
@guggero
Copy link
Member

guggero commented Apr 10, 2025

Can you send us the full trader key please?

@kerner1000
Copy link
Author

The Trader Key is 030a97aab72a9a7db67fe080ed95fa22d73a8f41878d9df6c58d945dc2affc7b24. Thanks!

@guggero
Copy link
Member

guggero commented Apr 11, 2025

Hmm, that account doesn't seem to exist on the server side. So it probably wasn't created correctly. Can you send us the log from lightning terminal please?

@kerner1000
Copy link
Author

Sure, where do I find them?

@Liongrass
Copy link

Hi kerner1000! You mentioned you are running Umbrel.
The file you are looking for is called litd.log and it's probably in a directory called .lit/logs/mainnet.
You can check if Umbrel lets you export the logs somewhere through the UI, otherwise you will need access to the command line. I don't know the exactl path that Umbrel is using but maybe you can find it with the command find /home -name litd.log

@kerner1000
Copy link
Author

Ok, I found something:

umbrel_lightning-terminal_2025-04-11_18-18.log

@Liongrass
Copy link

I think these are Umbrel logs for the process that is running Terminal, not terminal itself.
Maybe you can find them elsewhere in the UI? Or you will have to use the command line

@kerner1000
Copy link
Author

Found it:

litd.log

@Liongrass
Copy link

These are the processes that are running. As you have access to the command line, does the search for find /home -name litd.log yield any results?

@Liongrass
Copy link

Great, thank you kerner!

I'll let guggero comment on this after the weekend:

2025-04-04 13:08:43.677 [ERR] AUCT: [/poolrpc.ChannelAuctioneer/ReserveAccount]: rpc error: code = Internal desc = payment required
2025-04-04 13:08:43.677 [INF] L402: Payment of L402 token is required, paying invoice
2025-04-04 13:08:45.819 [INF] LNDC: Payment df5adba45bb03cb3419a61e254d3fd21e9a72554cf2dd2e4db504a150495bba8 completed
2025-04-04 13:08:46.047 [INF] ACCT: Creating new account 030a97aab72a9a7db67fe080ed95fa22d73a8f41878d9df6c58d945dc2affc7b24 of 0.06000000 BTC that expires at height 929766

I'm wondering if you can find the onchain payment that funded your account in lncli listchaintxns?

@guggero
Copy link
Member

guggero commented Apr 14, 2025

Thanks for the log. I don't see anything wrong there. The error shows above is normal for a first attempt to contact the auction server and requiring the client to pay for an LSAT token.
Would be interesting to see if there is an entry in lncli listchaintxns that matches the amount and approximate time.

Also, have you tried restarting litd? It shouldn't be necessary though that's always worth a try I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants