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
Sometimes it happens that when a seller presses /release command the hold invoice is charged, but the ln node does not attempt to pay the buyer, and the order does not change status, but remains in FIAT_SENT status.
If the seller tries to do /release again, they will not get any response from the bot
Proposal: If the invoice has already been collected and the status has not changed, change the status and try to pay the buyer
The text was updated successfully, but these errors were encountered:
Hi @Anyitechs, this issue happens a bit randomly, it's happened to me locally few times and it shows something like Connection Refused in the logs, my idea is maybe Telegram rejects too many requests or sometimes has glitches in its API. But I'm still wondering if it's not that and it's some kind of bug in the bot itself.
Sometimes it happens that when a seller presses
/release
command the hold invoice is charged, but the ln node does not attempt to pay the buyer, and the order does not change status, but remains inFIAT_SENT
status.If the seller tries to do
/release
again, they will not get any response from the botProposal: If the invoice has already been collected and the status has not changed, change the status and try to pay the buyer
The text was updated successfully, but these errors were encountered: