Username: Password:

Author Topic: binance Error: {}  (Read 7054 times)

Offline Dayclone

  • Rookie
  • *
  • Posts: 2
    • View Profile
binance Error: {}
« on: December 27, 2018, 11:07:45 PM »
Hello,

Does anyone know why I am getting these errors?

Code: [Select]
2018/12/27 14:58:53 BTC-STRAT@binance
Error: {}


2018/12/27 14:59:55 BTC-KMD@binance
Error: {}


2018/12/27 15:01:45 BTC-KMD@binance
Error: {}


2018/12/27 15:03:32 BTC-KMD@binance
Error: {}


2018/12/27 15:05:22 BTC-KMD@binance
Error: {}


2018/12/27 15:07:16 BTC-KMD@binance
Error: {}


2018/12/27 15:09:10 BTC-KMD@binance
Error: {}


2018/12/27 15:11:03 BTC-KMD@binance
Error: {}


2018/12/27 15:39:20 BTC-INS@binance
Error: {}


2018/12/27 15:43:09 BTC-INS@binance
Error: {}


2018/12/27 15:45:00 BTC-INS@binance
Error: {}


2018/12/27 15:52:27 BTC-INS@binance
Error: {}


2018/12/27 15:54:20 BTC-INS@binance
Error: {}


2018/12/27 15:56:11 BTC-INS@binance
Error: {}


2018/12/27 15:58:03 BTC-INS@binance
Error: {}


2018/12/27 15:59:53 BTC-INS@binance
Error: {}


2018/12/27 16:01:43 BTC-INS@binance
Error: {}


2018/12/27 16:04:58 BTC-GVT@binance
Error: {}

Not sure if I configured something incorrectly or what? but it still seems to be selling/buying but missing a few here and there.

Offline Aitor

  • Administrator
  • *****
  • Posts: 570
  • Telegram: @AitorRuiz Gunbot.shop
    • View Profile
    • Gunbot
Re: binance Error: {}
« Reply #1 on: December 30, 2018, 05:27:19 AM »
That error could be caused by several things. It usually happens when the database is too heavy because is caused a high delay. Check your gunthygui.db file and if the size is higher that 500 kb, remove it. You would need to set you password again, but the bot will run much smoother.

Offline Dayclone

  • Rookie
  • *
  • Posts: 2
    • View Profile
Re: binance Error: {}
« Reply #2 on: January 01, 2019, 06:07:48 AM »
Hello,

I tried increasing my delay from 5 -> 10 ->15 ->30 now. Still getting errors.
The DB file is 212kb.

Any other ideas?

Offline indohyus

  • Rookie
  • *
  • Posts: 6
    • View Profile
Re: binance Error: {}
« Reply #3 on: January 01, 2019, 06:55:35 PM »
The same thing is happening to me on Bittrex.

My errors also coincide with two codes in the command line:

l5926
1715

My database was huge so I deleted it and recreated it. The problem persists.

It also seems to be preventing TakeBuy purchases from happening.


Offline Aitor

  • Administrator
  • *****
  • Posts: 570
  • Telegram: @AitorRuiz Gunbot.shop
    • View Profile
    • Gunbot
Re: binance Error: {}
« Reply #4 on: January 01, 2019, 09:14:25 PM »
As I said, this error can be caused by several things. Other common cause is when you set "TRADING_LIMIT", "Min_volume_to_buy" or "Min_volume_to_sell" below the minimum tradeable amount.

For example, if the minimum tradeable amount is 0.001 btc and you set "TRADING_LIMIT" to 0.0005, you will get this error.

Other example: You set "TRADING_LIMIT" to 0.20 and you add the following pairs: "BTC-LTC" and "USDT-ETH"

You will get errors in the second pair. Why? Because 0.20 USD doesn't reach the minimum tradeable amount (trading_limit amount is stated in your base coin).

In the case you still get issues, your best bet is contact directly with your reseller. He should be able to take a deep look into your settings and find the issue in your case.

Offline indohyus

  • Rookie
  • *
  • Posts: 6
    • View Profile
Re: binance Error: {}
« Reply #5 on: January 01, 2019, 11:39:07 PM »
thank you.
I'm working with my reseller on that detail. Are there any other common causes? I can run through other solutions while I wait on them to reply to me.

Offline Aitor

  • Administrator
  • *****
  • Posts: 570
  • Telegram: @AitorRuiz Gunbot.shop
    • View Profile
    • Gunbot
Re: binance Error: {}
« Reply #6 on: January 03, 2019, 02:58:41 PM »
It could also be bad syntaxis / non existent pair added. Trading limit % set to 100% (better to set it to 99%), firewall blocking connection... Your reseller should be able to see the problem when he takes a look to your settings

Offline indohyus

  • Rookie
  • *
  • Posts: 6
    • View Profile
Re: binance Error: {}
« Reply #7 on: January 03, 2019, 04:41:50 PM »
Thank you again. You've been super helpful.

It turns out I've had several of these issues all at once. Between your replies and my reseller's assistance I think I've finally managed to eliminate the issue.

My database was too big.
My trade minimums were set to the wrong base currency pair.
my strategies were all at 100% trade limit.

I'm hoping that is all. I've been running for about an hour with a couple small buys and no new errors....yet.

Offline Aitor

  • Administrator
  • *****
  • Posts: 570
  • Telegram: @AitorRuiz Gunbot.shop
    • View Profile
    • Gunbot
Re: binance Error: {}
« Reply #8 on: January 04, 2019, 07:12:43 PM »
Nice. I'm glad it helped. I have written an article about how to fix this issue, so people can see all the causes and fixes in one place:

https://gunbot.shop/fix-empty-error-on-gunbot/
« Last Edit: January 04, 2019, 07:39:04 PM by Aitor »