question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Lightning Terminal - Unable to fetch sessions error

See original GitHub issue

Just installed Lightning Terminal and set

export LIT_PASSWD="MySeCretPassWoRd"
. ./btcpay-setup.sh -i

of course I changed the password above with a valid one.

However, since the very first login, I get the error:

Unable to fetch sessions: 
/rpc.Sessions/ListSessions: unknown permissions required for method

Image attached. Immagine 2022-01-13 125857

I have this warning at the login and if I try to copy pairing phrase or create a new session.

I’m running BTCPay Server v1.4.4.0 but I’m not sure of the current version of Lightning Terminal.

Any idea?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
theDavidCoencommented, Feb 16, 2022

@guggero with docker logs --tail 100 btcpayserver_lnd_bitcoin | grep "unknown permissions" I have nothing

1reaction
guggerocommented, Feb 16, 2022

Thanks for the report. I suspect this needs a fix in BTCPayServer. See https://github.com/lightninglabs/lightning-terminal/pull/306. The BTCPayServer nginx redirects the session calls to lnd instead of LiT. The changes that #306 did in the example need to be applied to: https://github.com/btcpayserver/btcpayserver-docker/blob/master/Production/nginx.tmpl#L147

To verify this is the actual problem: Could you please check if you see the unknown permissions required for method in the lnd log instead of the LiT log?

Read more comments on GitHub >

github_iconTop Results From Across the Web

UNABLE TO PERFORM LOOP OUT (error message ... - GitHub
A new observation - LOOP OUT is working on this node in RTL, so it seems to be a Lightning Terminal issue. Where...
Read more >
Troubleshooting - Builder's Guide
In case Lightning Terminal has been improperly deleted or is otherwise corrupted, you may recover your funds using pool accounts recover. Depending on...
Read more >
"error":"invalid_grant","error_description":"authentication failure
I am writing a .Net (GUI-less) application to talk to Chatter REST API. And first problem I am facing is at getting OAuth...
Read more >
Docker-compose up : Error while fetching server API version ...
I am trying to do the docker-compose up command in my terminal. First I navigate to the ...
Read more >
Varnish Cache Server: Error 503 Service Unavailable
The error 503 means that the Varnish Cache is unable to reach the back ... If the varnish log shows something like, “Fetch...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found