Lightning Terminal - Unable to fetch sessions error
See original GitHub issueJust 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.
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:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@guggero with
docker logs --tail 100 btcpayserver_lnd_bitcoin | grep "unknown permissions"
I have nothingThanks 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 thelnd
log instead of the LiT log?