ccxt: Binance Futures incorrect errors instances
- OS: Windows 10
- Programming Language version: python 3.7
- CCXT version: 1.25.32
binance.fapiPrivateGetBalance()
it raises DdoSProtection error with the following text: binance temporary banned: {"code":-2015,"msg":"Invalid API-key, IP, or permissions for action, request ip: 83.167.27.42"}
It is after I opened futures account, this should be Authentification error, not the DdoSProtection
Before I opened a futures account, it raises Request Timeout error, but should be ExchangeNotAvailable error
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 21 (11 by maintainers)
Commits related to this issue
- python/ccxt/base/exchange.py verbosity fix #6699 — committed to ccxt/ccxt by kroitor 4 years ago
- ccxt update (#16) * update * BitMax BadSymbol handling * 1.25.34 [ci skip] * 1.25.35 [ci skip] * okex fetchMyTrades fix #6696 * 1.25.36 [ci skip] * bigone reverted * rev... — committed to newsum/ccxt by newsum 4 years ago
@kroitor Never mind it was a permission issue. Thanks for all the support and have a great day!!
@kroitor I solved the problem, thank you for the quick response!
@qmzik that last one is a minor bug with the verbose print_function, i’ll fix it shortly and will proceed to debugging this issue.