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
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
The bot sometimes ghosts some people and does not return their money while returning others.
Cause is unknown, but a possible fix is to keep the list of swaps to do on the bot, instead of leaving it to die once it leaves scope. This way the bot can retry any swaps it missed on the next poll cycle.
The text was updated successfully, but these errors were encountered:
There has only been two cases where this happened, once during my own private usage and once during a closed beta. It has never happened again. Will close issue until something happens again.
Experienced it again this morning. Nothing out of the ordinary, the bot does not crash or come across any exceptions.
I don't know what causes this since if the API returns faulty data (invalid format), the bot catches the exception and restarts. If the bot gets a response other than 2xx, it restarts.
One potential "fix" for this is to have automated forced restarts (maybe timing them with shaking sats timer).
The bot sometimes ghosts some people and does not return their money while returning others.
Cause is unknown, but a possible fix is to keep the list of swaps to do on the bot, instead of leaving it to die once it leaves scope. This way the bot can retry any swaps it missed on the next poll cycle.
The text was updated successfully, but these errors were encountered: