michaelWuensch / BitBanana

Lightning Node Management for Android
https://bitbanana.app
MIT License
90 stars 11 forks source link

Could not fetch configuration from btcpayserver #38

Open jacobburrell opened 11 months ago

jacobburrell commented 11 months ago

Description

When trying to connect to my BTCPaySever node, I get an error message that isn't too helpful:

Could not fetch configuration from btcpayserver

Expected Behavior

The node should connect or give an error message with more details

Actual Behavior

I receive the error message

Could not fetch configuration from btcpayserver

Steps to Reproduce

  1. Open BTCPaySever's server settings > LND GRPC which is compatible with Zap
  2. Scan the only QR code on the screen using BitBannana

Context

Unable to use BitBanana at all

Your Environment

michaelWuensch commented 11 months ago

Hi, When you say "LND GRPC which is compatible with zap", did you try it with Zap Android or Zap Desktop?

According to the error message it might have problems with the http request to get the configuration. Can you try if it helps to turn off tor in the settings?

hypergori commented 4 months ago

As of today, Feb4 2024. For first attempt, I got the same error on the bitbanana wallet when trying to get and connect lnd on BTCpay. But it looked like the config was expired (10 min expiration). As a second attempt, I refreshed the lnd page on BTCpay, and got the new QR and URL to lnd.config. Then , the connection to lnd worked on bitbanana.

michaelWuensch commented 4 months ago

@hypergori Thanks for sharing your finding! I'll see if I can find out if it tries to connect with an expired link and show a proper error message instead.