CoinAlpha / hummingbot

Hummingbot is open source software that helps you build trading bots that run on any exchange or blockchain
https://www.hummingbot.org
Apache License 2.0
168 stars 81 forks source link

Failed Test PR #315 - Failed to cancel orders using Dexalot #325

Closed mrhzysbl closed 1 year ago

mrhzysbl commented 1 year ago

Summary and Screenshots

While running a long term bot, we noticed that there was an order that failed to cancel. It's been active for more than 6 hours.

Screen Shot 2023-03-16 at 11 03 24 AM

Steps To Reproduce

  1. Clone and install branch
  2. Setup and run gateway using the feature PR for Dexalot
  3. Connect Dexalot wallet
  4. Create and run a pure MM strategy using Dexalot
  5. Run the bot in longer hours

Test Result Comparison

n/a

Attachments

Logs and config: Dexalot.zip

petioptrv commented 1 year ago

This is diagnosed due to insufficient funds to cover the transaction costs.

rxlxrxsx commented 1 year ago

Thanks for looking into this @petioptrv, we haven't seen this issue after the funds to cover the transaction costs were replenished.