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)
@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
@kroitor I get this, no errors