We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I was trying BB_RPB_TSL.py with Kucoin as exchange, but I'm getting this warning constantly:
BB_RPB_TSL.py
freqtrade | 2022-01-10 06:11:50,256 - freqtrade.exchange.common - WARNING - _async_get_candle_history() returned exception: "kucoin GET https://openapi-v2.kucoin.com/api/v1/market/candles?symbol=LTC-USDT&type=1day&startAt=1641427200&endAt=1684627200 429 Too Many Requests {"code":"429000","msg":"Too Many Requests"}" freqtrade | 2022-01-10 06:11:50,257 - freqtrade.exchange.common - WARNING - retrying _async_get_candle_history() still for 4 times freqtrade | 2022-01-10 06:11:50,258 - freqtrade.exchange.common - WARNING - Kucoin 429 error, avoid triggering DDosProtection backoff delay. 3 tries left before giving up
I've increased the Rate Limit from default (50) to 3100 under exchange.ccxt_async_config.rateLimit, but the warning persist.
50
3100
exchange.ccxt_async_config.rateLimit
Is this normal and I'm just have to ignore it?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I was trying
BB_RPB_TSL.py
with Kucoin as exchange, but I'm getting this warning constantly:I've increased the Rate Limit from default (
50
) to3100
underexchange.ccxt_async_config.rateLimit
, but the warning persist.Is this normal and I'm just have to ignore it?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: