Gunthy

GUNBOT: The automatic profit generator => Technical Support & Development => Topic started by: Kuriso on April 11, 2017, 03:47:29 PM

Title: Gunbot Error Codes
Post by: Kuriso on April 11, 2017, 03:47:29 PM
Error!!! statusCode 422
!!! Cycle  failed. Will repeat in 3000s
If it is repeatedly and blocking the first start of the bot, make a new api key and send it to me. If it is occasionally or mixed with good cycles, it is just errors coming and the bot handling them in the correct way in the following cycles.

=== ERROR ===statusCode 403
The bot is not connecting to the server.  There are a couple potential issues. 

=== ERROR ===statusCode 429
Temporary Ban from Exchange, because of too much API Requests by Bot.




Please post other errors so I can include them above.
Title: Re: Gunbot Error Codes
Post by: Gunthar on April 11, 2017, 03:54:26 PM
Error!!! statusCode 422
!!! Cycle  failed. Will repeat in 3000s
Not sure.  Need Gunthar's  input

If it is repeteadly and blocking the first start of the bot, make a new api key and send it to me. If it is occasionally or mixed with good cycles, it is just errors coming and the bot handling them in the correct way in the following cycles.

In general all those errors are http statuscodes which you can find a complete list here:

https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
Title: Re: Gunbot Error Codes
Post by: Pro on April 12, 2017, 04:17:28 AM
=== ERROR ===statusCode 429


Temporary Ban from Exchange, because of too much API Requests by Bot.

- Reduce the Bot Wait Time and Error Wait Time in config File if you use many Coins to trade
- Open Less Coin-Pairs
Title: Re: Gunbot Error Codes
Post by: Sweeet on April 15, 2017, 07:14:13 AM
Added to GUNBOT Wiki: https://github.com/TheSweeet/GUNBOT/wiki/Issues-Fixes (https://github.com/TheSweeet/GUNBOT/wiki/Issues-Fixes)
Title: Re: Gunbot Error Codes
Post by: Gunthar on April 15, 2017, 09:57:19 AM
=== ERROR ===statusCode 429


Temporary Ban from Exchange, because of too much API Requests by Bot.

- Reduce the Bot Wait Time and Error Wait Time in config File if you use many Coins to trade
- Open Less Coin-Pairs

There is not any temp ban anywhere. It is a too many requests warn on client side.
Suggestion to raise bot sleep time is correct. You can also raise the bot on fail time by opening the BTC_XXX-config.js file: it is actualy 3 seconds.
Title: Re: Gunbot Error Codes
Post by: litbit on May 09, 2017, 11:25:50 PM
I'm getting a lot of Error Code 429 today

it seems that running even 1 pair is giving issues...
I've the following in the config file:

Code: [Select]
BOT_ON_FAIL_DELAY:(1000)*30,
...
BOT_SLEEP_DELAY: (1000)*120,


"node 1000trades" it does not seem to listen : it is not waiting 120 seconds
(I tried with 60 first, when that didn't work, increased to 120)

Code: [Select]
=== PRICE INFORMATION UPDATE PAIR BTC_LTC at 2017/05/10 00:20:32 ===  last price: 0.01845428
price target to buy: 0.01623060
price target to sell: waiting for buy order to calculate sell price
***GUNBOT is calculating pumps and dumps...please wait
*** POLONIEX CALLBACK | returnCompleteBalances *** Poloniex is busy now, retrying in a few seconds...
***We have enough balance, proceeding with orders...
=== PRICE INFORMATION UPDATE PAIR BTC_LTC at 2017/05/10 00:20:33 ===  last price: 0.01855009
price target to buy: 0.01623060
price target to sell: waiting for buy order to calculate sell price
***GUNBOT is calculating pumps and dumps...please wait
*** POLONIEX CALLBACK | returnCompleteBalances *** Poloniex is busy now, retrying in a few seconds...
***We have enough balance, proceeding with orders...
=== PRICE INFORMATION UPDATE PAIR BTC_LTC at 2017/05/10 00:20:33 ===  last price: 0.01845428
price target to buy: 0.01623060
price target to sell: waiting for buy order to calculate sell price
*** POLONIEX CALLBACK | returnCompleteBalances *** Poloniex is busy now, retrying in a few seconds...
***GUNBOT is calculating pumps and dumps...please wait
***We have enough balance, proceeding with orders...
=== PRICE INFORMATION UPDATE PAIR BTC_LTC at 2017/05/10 00:20:34 ===  last price: 0.01877000
price target to buy: 0.01623060
price target to sell: waiting for buy order to calculate sell price
***GUNBOT is calculating pumps and dumps...please wait
*** POLONIEX CALLBACK | returnCompleteBalances *** Poloniex is busy now, retrying in a few seconds...
***We have enough balance, proceeding with orders...
=== PRICE INFORMATION UPDATE PAIR BTC_LTC at 2017/05/10 00:20:35 ===  last price: 0.01872001
price target to buy: 0.01623060
price target to sell: waiting for buy order to calculate sell price
***GUNBOT is calculating pumps and dumps...please wait
*** POLONIEX CALLBACK | returnCompleteBalances *** Poloniex is busy now, retrying in a few seconds...
***We have enough balance, proceeding with orders...
=== PRICE INFORMATION UPDATE PAIR BTC_LTC at 2017/05/10 00:20:36 ===  last price: 0.01872001
price target to buy: 0.01623060
price target to sell: waiting for buy order to calculate sell price
*** POLONIEX CALLBACK | returnCompleteBalances *** Poloniex is busy now, retrying in a few seconds...
***GUNBOT is calculating pumps and dumps...please wait
***We have enough balance, proceeding with orders...
=== PRICE INFORMATION UPDATE PAIR BTC_LTC at 2017/05/10 00:20:36 ===  last price: 0.01872000
price target to buy: 0.01623060
price target to sell: waiting for buy order to calculate sell price
*** POLONIEX CALLBACK | returnCompleteBalances *** Poloniex is busy now, retrying in a few seconds...
***GUNBOT is calculating pumps and dumps...please wait
***We have enough balance, proceeding with orders...
=== PRICE INFORMATION UPDATE PAIR BTC_LTC at 2017/05/10 00:20:37 ===  last price: 0.01851000
price target to buy: 0.01623060
price target to sell: waiting for buy order to calculate sell price
***GUNBOT is calculating pumps and dumps...please wait
*** POLONIEX CALLBACK | returnCompleteBalances *** Poloniex is busy now, retrying in a few seconds...

Title: Re: Gunbot Error Codes
Post by: criptonauta on May 10, 2017, 12:30:53 PM
I'm getting a lot of Error Code 429 today

it seems that running even 1 pair is giving issues...
I've the following in the config file:

Code: [Select]
BOT_ON_FAIL_DELAY:(1000)*30,
...
BOT_SLEEP_DELAY: (1000)*120,


"node 1000trades" it does not seem to listen : it is not waiting 120 seconds
(I tried with 60 first, when that didn't work, increased to 120)

Hi

It's not only you. Polo has been DDOSed and took it's countermeasures, being one of the the limitation of API requests.

Regarding 1000 Trades, it's dynamic is to place different orders up or down, following the trend. Mess with its timing also might mess the whole technique. In cases like today, use a longer delay strategy.
Title: Re: Gunbot Error Codes
Post by: Clannad on May 10, 2017, 03:19:03 PM
=== ERROR ===statusCode 429


Temporary Ban from Exchange, because of too much API Requests by Bot.

- Reduce the Bot Wait Time and Error Wait Time in config File if you use many Coins to trade
- Open Less Coin-Pairs

I would rather increase those timings
Title: Re: Gunbot Error Codes
Post by: ARosie on May 12, 2017, 05:48:44 AM
Error 422?

Some googling suggests one might need to create a new API?