bitbns-official / bitbnspy

MIT License
9 stars 6 forks source link

bitbnsObj.currentCoinBalance('ICP') not fetching standard response #60

Closed boral closed 3 years ago

boral commented 3 years ago

I am trying to fetch currentCoinBalance for ICP however I am facing the following issue

image

Code

bitbnsObj = bitbns(key, secretKey)
bitbnsObj.currentCoinBalance(coin)
sanket-buyhatke commented 3 years ago

@boral , thanks for opening the issue, from the next time could you pls provide your python version ? this would help us to reproduce the issue on our end. you can find it by running python -V,

also could you pls follow the template for reporting issues, so the next person facing similar issues would be able to resolve it quickly.

about the issue raised, this is a known bug, pls refer to the work around -> https://github.com/bitbns-official/bitbnspy/issues/54#issue-927921495. feel free to continue the thread if you still face the issue.

atiprashant commented 3 years ago

This has been sorted. Please verify and close it @sanket-buyhatke