Skip to content
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

payment required errors #927

Open
Dominion5254 opened this issue Dec 24, 2024 · 5 comments
Open

payment required errors #927

Dominion5254 opened this issue Dec 24, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@Dominion5254
Copy link

Dominion5254 commented Dec 24, 2024

Updating to Lightning Terminal 0.14.0 I would expect clean logs without errors, but the below errors appear several times per minute:

2024-12-24T11:13:10-07:00  2024-12-24 18:13:10.371 [ERR] NTFNS: Error receiving notification: rpc error: code = Internal desc = payment required
2024-12-24T11:13:10-07:00  2024-12-24 18:13:10.372 [ERR] NTFNS: Error subscribing to notifications: rpc error: code = Internal desc = payment required

Is this error saying the macaroon used needs payment permissions? In my case the macaroon in use does have payment permissions.

Expected behavior: Service running and logs aren't showing errors

Actual behavior: Above errors appearing in logs several times per minute.

Errors present reliably across restart of Lightning Terminal as well as LND. Recreation of macaroons has no change on the behavior either.

System information

LiT running on StartOS 0.3.5~1.

Remote LND mode utilizing a LND node running on the same StartOS server

0.14.0 from lightninglabs/lightning-terminal dockerhub

StartOS 0.3.5~1

@Dominion5254 Dominion5254 added the bug Something isn't working label Dec 24, 2024
@jbrill
Copy link

jbrill commented Dec 29, 2024

What version of LND are you on? Per the release notes, it looks like the minimum version of LND required is v0.18.4-beta

@Dominion5254
Copy link
Author

The aforementioned errors are while using a remote LND node on v0.18.4-beta:

2024-12-30 18:59:42.994 [INF] LTND: Version: 0.18.4-beta commit=v0.18.4-beta, build=production, logging=default, debuglevel=info

@ellemouton
Copy link
Member

ellemouton commented Jan 2, 2025

Looks like a Loop error. I'll pass the issue on to the loop team to see if they have some insights here. Im assuming it has something to do with the payment for an L402 token not going through.

@sputn1ck
Copy link
Member

sputn1ck commented Jan 2, 2025

Is loop running via remote or integrated mode? If in remote mode you should update loop. These logs have no impact for anything lnd/litd related. A newer version of loop should not log this anymore

@Dominion5254
Copy link
Author

Loop is running in integrated mode in my case so I would expect loop to be on the latest version (v0.29.0-beta as of LiT v0.14.0-alpha). @sputn1ck or are you saying that a release of loopd > v0.29.0-beta will no longer have this logging?

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

4 participants