Post
Topic
Re: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥
by
Frost000z
on 04/04/2017, 20:20:26 UTC
most errors are http codes..

https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

429 Too Many Requests (RFC 6585)
The user has sent too many requests in a given amount of time. Intended for use with rate-limiting schemes.[52]
how to stop this?
(make gunbot slower...)
Code:
! Cycle 1308 failed. Will repeat in 3000s
every second and -err.txt is growing...



Based on the log you shown, it looks like it is trying every 3000 milliseconds, rather than 3000 seconds.

**showError******************* ERROR *****************************
2017/04/04 21:45:33 statusCode 429
2017/04/04 21:45:33 Error!!! statusCode 429
!!! Cycle 3 failed. Will repeat in 3000s
*** PLNX CALLBACK | calling EMA *** undefined
*** PLNX CALLBACK | calling EMA *** undefined
running cycle #3...
[ ----------------    2017/04/04 21:45:36       Gunbot v2.0.3 Beta cycle#3 ------------------------ ]
::::: collecting data...
2017/04/04 21:45:36 Error!!! statusCode 429
!!! Cycle 4 failed. Will repeat in 3000s
*** PLNX CALLBACK | calling EMA *** undefined
*** PLNX CALLBACK | calling EMA *** undefined
**showError******************* ERROR *****************************
2017/04/04 21:45:36 statusCode 429

That is my guess.

Not sure what the issue is. Might be a programming thing or what are your settings?