ccxt: Cannot figure out the failed test

Environment: Docker Container

On running test with --python3 . I get FAILED test but there is no output to let me understand what the problem is. Verbose is set to true. Please help me

root@28cddc60ca50:/ccxt# node run-tests.js --python --js --python2 --python3 bitbns
Testing { exchanges: ["bitbns"], symbol: "all", keys: { '--js': true, '--php': false, '--python': true, '--python2': true, '--python3': true }, maxConcurrency: 5 } (run-tests.js:252)
[100%] Testing bitbns FAIL (testExchange @ run-tests.js:169)

FAILED bitbns (Python 3): (explain @ run-tests.js:187)

	bitbns using proxy `https://cors-anywhere.herokuapp.com/` (explain @ run-tests.js:190)
FAIL ["bitbns"] (run-tests.js:268)
All done, 1 failed (run-tests.js:273)
root@28cddc60ca50:/ccxt#

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 16 (9 by maintainers)

Most upvoted comments

@abhishekr700 pardon for the delay, didn’t have a chance to tackle it yet, but will do my best to address this issue asap.

@abhishekr700 got it, will be back to you with my results soon.

@kroitor Changing arguments order does not affect the result.

@kroitor Using the docker container provided in ccxt, so version and all is what you guys built into the docker. Anyways, here it is

root@28cddc60ca50:/ccxt# python3 --version
Python 3.6.8
root@28cddc60ca50:/ccxt#

@kroitor I get this, no errors

root@28cddc60ca50:/ccxt# python3 python/test/test.py bitbns
bitbns using proxy `https://cors-anywhere.herokuapp.com/`
EXCHANGE: bitbns
SYMBOL: BTC/USDT
bitbns BTC/USDT ticker None high: 7334.19 low: 7222.8422 bid: 7236.15 ask: 7251.58 volume: None
bitbns BTC/USDT order book 2019-12-31T10:24:17.089Z bid: 7236.15 bidVolume: 0.214432 ask: 7251.58 askVolume: 0.326149
bitbns BTC/USDT fetched 20 trades
bitbns fetched all 91 tickers
bitbns fetched 1 OHLCVs
root@28cddc60ca50:/ccxt#