Ride-The-Lightning / RTL

Ride The Lightning - A full function web browser app for LND, C-Lightning and Eclair
MIT License
741 stars 157 forks source link

Post upgrade to 0.14.1 channel details show zero Nov-3-2023 #1323

Closed jairunet closed 10 months ago

jairunet commented 10 months ago

Describe the bug After upgrading RTL to version 0.14.1 today Nov-3-2023 after a number of hours the channel details still shows zero sats on the local and remote capacity of the lightning channels.

To Reproduce Steps to reproduce the behavior:

  1. Install update 0.14.1
  2. Access RTL UI
  3. Select "Lightning" then "peer/channels"
  4. See the value on all channels as local and remote "zero"

Screenshots image

image

Your environment

Additional context I have not try to restart the node yet. Should I try that?

ShahanaFarooqui commented 10 months ago

@jairunet This RTL version is not compatible with CLN 23.02 as mentioned in the release below:

https://github.com/Ride-The-Lightning/RTL/releases/tag/v0.14.0

Core Lightning users should note that this update depends on cl-rest v0.10.3 and Core Lightning v23.05. If you are running any version older than 23.05, you should not upgrade to this UI. The changes are not backwards compatible with older versions of Core Lightning

Either downgrade RTL to <0.14.0 or Upgrade CLN to v23.05 & c-lightning-rest to v0.10.3.

Closing the issue now but please feel free to comment if issue still persists are following above instructions.

jairunet commented 10 months ago

Hello @ShahanaFarooqui ,

Thank you for the clarification and my apologies for missing that detail, I did not read the release notes for the RTL version 0.14.0 I will proceed with the recommendations or just hold until startOS (the implementation I am currently using) upgrade CLN to version 23.05 before trying to install RTL again.

Thank you again for all the Proof of Work!