cryptobot118 / Kucoin-Volatility-Bot

MIT License
5 stars 2 forks source link

Sell error on test mode #1

Open jdk-sal3 opened 2 years ago

jdk-sal3 commented 2 years ago

Traceback (most recent call last): File "/home/ubuntu/Kucoin-Volatility-Bot/BinanceDetectMoonings.py", line 1426, in coins_sold = sell_coins() File "/home/ubuntu/Kucoin-Volatility-Bot/BinanceDetectMoonings.py", line 814, in sell_coins order_details = client.get_fills(order_id=order_detail_id['orderId'], side='sell') UnboundLocalError: local variable 'order_detail_id' referenced before assignment

phoneywc commented 2 years ago

Traceback (most recent call last): File "/home/ubuntu/Kucoin-Volatility-Bot/BinanceDetectMoonings.py", line 1426, in coins_sold = sell_coins() File "/home/ubuntu/Kucoin-Volatility-Bot/BinanceDetectMoonings.py", line 814, in sell_coins order_details = client.get_fills(order_id=order_detail_id['orderId'], side='sell') UnboundLocalError: local variable 'order_detail_id' referenced before assignment

Hi jdk-sal3,

Test mode is not really fixed, however the Live mode is working fine for me. Can you perhaps retest with live funds (maybe use low funding as a test) and feedback if this works?