Gunthy

GUNBOT: The automatic profit generator => Technical Support & Development => Topic started by: nbanks51 on October 07, 2017, 10:29:09 PM

Title: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: nbanks51 on October 07, 2017, 10:29:09 PM
I'm getting a lot of "Empty response from exchange...retrying again..." on a number of Bittrex pairs. What does the message mean? Any idea what's causing this?

Thanks  :)
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: paramecie on October 07, 2017, 11:44:14 PM
Going too fast?
Try BOT_DELAY from 1 to 30, depending the number of pairs...

Otherwise please wait for 5.0.5.x final version (normally) that is to be released tonight/day.
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: nbanks51 on October 08, 2017, 01:03:45 AM
I have disabled all but one pair. Tried with a range of bot delay values. Still get the same error.
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: paramecie on October 08, 2017, 01:24:27 AM
Very abnormal.
Your API Key is fine and checked? Have enough rights (all but withdrawal of course)?
Otherwise post your config (without the keys...)
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: nbanks51 on October 08, 2017, 09:18:48 AM
I've been looking into it a lot more and it seems to occur most often when there is a trading opportunity. For example, with BTC-APX it was all working fine EXACTLY until it was time to buy, and then the 'empty response' turns up and it ever buys.

Not sure if it's related, but should SMAPERIOD also be set to 5 if PERIOD is set to 5?

Thanks!!


Code: [Select]
{
"client": {
"port": 3000,
"hostname": "127.0.0.1"
},
"ws": {
"port": 5000,
"hostname": "127.0.0.1"
},
"bot": {
"debug": true,
"BOT_DELAY": 30,
"interval_ticker_update": 300000,
"period_storage_ticker": 2000,
"timeout_buy": 60000,
"timeout_sell": 60000,
"TV_GAIN": 0.6,
"TV_TRADING_LIMIT_BUY": 0.001,
"TV_PYRAMID": false,
"TV_TRADING_LIMIT_SELL": 0.001,
"TV_PROTECTION": true,
"RETRY_TV_ORDER": false,
"VERBOSE": true,
"WATCH_MODE": false
},
"exchanges": {
"bittrex": {
"key": "xxxxxxxx",
"secret": "xxxxxxxxx"
},
"cryptopia": {
"key": "YOUR_API_KEY_HERE",
"secret": "YOUR_SECRET_KEY_HERE"
},
"kraken": {
"key": "YOUR_API_KEY_HERE",
"secret": "YOUR_SECRET_KEY_HERE"
},
"poloniex": {
"key": "YOUR_API_KEY_HERE",
"secret": "YOUR_SECRET_KEY_HERE"
}
},
"pairs": {
"bittrex": {
"BTC-APX": {
"strategy": "bb",
"override": {}
}
}
},
"imap_listener": {
"enabled": false,
"authorized_froms": "[\"noreply@tradingview.com\"]",
"user": "YOUR_EMAIL_HERE",
"password": "YOUR_PASSWORD_HERE",
"host": "imap.gmail.com",
"port": 993,
"tls": true,
"tlsOptions": {
"rejectUnauthorized": false
}
},
"strategies": {
"bb": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 2,
"GAIN": 1,
"EMA1": 24,
"EMA2": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 1,
"BUYLVL2": 1,
"BUYLVL3": 1,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"gain": {
"TRADING_LIMIT": 0.01,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"pp": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"stepgain": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"bbgain": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"gainbb": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"bbstepgain": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"stepgainbb": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"bbpp": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"ppbb": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"gainstepgain": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"stepgaingain": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"gainpp": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"ppgain": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"stepgainpp": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
"ppstepgain": {
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 12,
"HIGH_BB": 40,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
}
},
"optionals": {
"toOverride": {
"BOUGHT_PRICE": 0.104744
}
}
}
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: jim on October 08, 2017, 07:22:02 PM
Maybe not related

   "strategies": {
      "bb": {
         "BUYLVL1": 1,
         "BUYLVL2": 1,
         "BUYLVL3": 1,
         "BUYLVL1": 0.6,
         "BUYLVL2": 2,
         "BUYLVL3": 70,
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: paramecie on October 08, 2017, 08:12:58 PM
Oh yes, this is a bad configuration. Well spoted!
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: parabellum on October 09, 2017, 04:54:57 AM
this happened to me while running v5.0.55. the "Empty response" error when in a buying situation and the bot wouldnt make any trades

i switched from BB to Stepgain today and I dont get the error but the bot still hasnt made any trades in 16 hours...
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: sloaleks on October 09, 2017, 12:43:13 PM
yeah, no selllvls.
about sma, ema and period settings, read https://github.com/GuntharDeNiro/Gunthy/releases (not only in last version, scroll down a little bit). these settings are somewhat exchange dependant. so, pay attention to the instructions.
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: ruphus on October 10, 2017, 12:43:58 AM
I'm getting a lot of "Empty response from exchange...retrying again..."
... Same here on Poloniex. No trades in the past and frequently seeing that mentioned message.
Code: [Select]
"bot": {
"debug": false,
"BOT_DELAY": 13,
"interval_ticker_update": 25000,
"period_storage_ticker": 2000,
"timeout_buy": 60000,
"timeout_sell": 60000,
"TV_GAIN": 0.6,
"TV_TRADING_LIMIT_BUY": 0.001,
"TV_PYRAMID": false,
"TV_TRADING_LIMIT_SELL": 0.001,
"TV_PROTECTION": true,
"RETRY_TV_ORDER": false,
"VERBOSE": false,
"WATCH_MODE": false
}

"bb": {
"TRADING_LIMIT": 0.001,
"PERIOD": 15,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"EMA1": 2,
"EMA2": 4,
"HIGH_BB": 43,
"LOW_BB": 43,
"STDV": 2,
"SMAPERIOD": 20,
"BUYLVL1": 0.9,
"BUYLVL2": 2.5,
"BUYLVL3": 10,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 4,
"BUYLVL": 3,
"SELLLVL": 3,
"LASTPOINTS": 6,
"AVGPOINTS": 75,
"AVGMINIMUM": 0.00000001,
"GUNTHY_API": false,
"PP_BUY": 0.00000001,
"PP_SELL": 0.12345678,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
}
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: vlmm on October 14, 2017, 05:17:11 PM
i realised that i have this problem too with poloniex and Gunthy_v5055_RC_8ab53b2.
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: nbanks51 on October 15, 2017, 04:39:31 PM
I'm still consistently getting it with CERTAIN pairs on Bittrex. Seems like it's far more common with lower volume pairs (BTC-XVG, BTC-APX, in this case).
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: ic10503 on October 20, 2017, 02:30:16 AM
Same for me :(
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: The_Taffinch on October 29, 2017, 11:37:29 PM
Any updates on this? I have the same problem...whenever a buy attempt is made this error is shown. I've tried fiddling with all sort of config combinations.
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: garp on October 30, 2017, 08:39:56 AM
I'm a new user and try to start bb on Kraken. I have the same empty response message.

Edit: I also have the impression there is something wrong with the SMA calculation; It doesn't seem to be correct, hence also the upper and lower bb levels are off.
Title: Re: Empty response from exchange... On 5.0.5.5 RC with Bittrex
Post by: The_Taffinch on October 30, 2017, 11:09:21 AM
Here are my bb settings:

"bb": {
         "TRADING_LIMIT": 0.02,
         "PERIOD": 15,
         "BUYLVL1": 0.6,
         "BUYLVL2": 2,
         "BUYLVL3": 70,
         "SELLLVL1": 0.6,
         "SELLLVL2": 2,
         "SELLLVL3": 70,
         "BUYLVL": 2,
         "SELLLVL": 2,
         "EMA1": 8,
         "EMA2": 16,
         "GAIN": 0.6,
         "HIGH_BB": 25,
         "LOW_BB": 25,
         "PP_BUY": 1e-8,
         "PP_SELL": 0.12345678,
         "STDV": 2,
         "SMAPERIOD": 10,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 1e-8,
         "GUNTHY_API": false,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "BUY_LEVEL": 0.1,
         "MIN_VOLUME_TO_BUY": 0.0001,
         "MIN_VOLUME_TO_SELL": 0.0001
      },

As a newbie, there's probably something not quite right in there, but I'm not sure it would create the 'Empty Reponse' error?