bitbns-official / bitbnspy

MIT License
9 stars 6 forks source link

AttributeError #69

Closed vijaySai-22 closed 2 years ago

vijaySai-22 commented 3 years ago

AttributeError: type object 'bitbns' has no attribute 'publicEndpoints'

Describe your environment

Your question

AttributeError: type object 'bitbns' has no attribute 'publicEndpoints'

from bitbnspy import bitbns
bitbnsObj = bitbns.publicEndpoints()
print(bitbnsObj.fetchTickers())
sanket-buyhatke commented 3 years ago

Hi @vijaySai-22 , this is sorted now, pls check

vijaySai-22 commented 2 years ago

Hi @vijaySai-22 , this is sorted now, pls check

Not working still shows same.. Traceback (most recent call last): File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 31, in start(fakepyfile,mainpyfile) File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 30, in start exec(open(mainpyfile).read(), main.dict) File "", line 2, in AttributeError: type object 'bitbns' has no attribute 'publicEndPoints'

sanket-buyhatke commented 2 years ago

would suggest updating your bitbns python package, you can do that using pip3 install bitbnspy --upgrade

sanket-buyhatke commented 2 years ago

hope this is resolved, would be closing the issue, feel free to reopen it if you are facing the issue again

vijaySai-22 commented 2 years ago

hope this is resolved, would be closing the issue, feel free to reopen it if you are facing the issue again

it's working fine thank you

rituranjna commented 2 years ago

bitbnsObj = bitbns.publicEndpoints() AttributeError: type object 'bitbns' has no attribute 'publicEndpoints'

sanket-buyhatke commented 2 years ago

@rituranjna

could you pls try again after upgrading your bitbns version, you can upgrade it using

pip3 install bitbnspy --upgrade