You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As my node forwards payments, they don't always show up in Terminal. It's hard for me to see any common characteristics, but once in a while I catch a forward appearing with lncli fwdinghistory but not in the Terminal UI. I have checked for errors in the browser output but haven't come across anything I found interesting or noteworthy.
Actual behavior
To reproduce
System information
Output from the lncli for an event that wasn't shown in Terminal:
Thanks for the report @Liongrass. I have a suspicion as to what may be causing this, but I'm not 100% certain.
Can you run window.purgeTerminalData('txInfoState'); location.reload(); in your browser console? This will remove all of the forwards stored in the browser and re-fetch them from your LND node when you login. Once that completes, can you see if the missing forward appears?
Ok great! Happy that it was a simple fix. I'll have to investigate how you got into that state in the first place. There must be a sub-second gap somewhere between when you last fetched forwards and when the forward arrived.
As my node forwards payments, they don't always show up in Terminal. It's hard for me to see any common characteristics, but once in a while I catch a forward appearing with
lncli fwdinghistory
but not in the Terminal UI. I have checked for errors in the browser output but haven't come across anything I found interesting or noteworthy.Actual behavior
To reproduce
System information
Output from the
lncli
for an event that wasn't shown in Terminal:The text was updated successfully, but these errors were encountered: