cryptosharks131 / lndg

Lite GUI web interface to analyze lnd data and leverage the backend database for automation tools around rebalancing and other basic maintenance tasks.
MIT License
219 stars 41 forks source link

No Error but No channel #369

Closed chevdor closed 8 months ago

chevdor commented 8 months ago

I can login porperly, the logs/checks show no anomaly. I can see my node name, id, address, etc... The dashboard shows some channels: Active Channels: 12 / 13

However, https://lndg.some.domain/api/channels/?format=json returns no channel:

{
  "count": 0,
  "next": null,
  "previous": null,
  "results": [

  ]
}

I turned on debug but it does not show any error. How come lndg sees 12 channels and the returned list is empty ?

chevdor commented 8 months ago

Issue solved, I was not running the supervisor/controller... etc.. As a result, the connection to LND was ok but the local DB was never fed with data.