steem-python icon indicating copy to clipboard operation
steem-python copied to clipboard

get blocks error

Open chinwei1989 opened this issue 6 years ago • 0 comments

Version of Python you are running

3.6

Version of steem-python you are running

steem==1.0.2

Expected Behavior

UnboundLocalError: local variable 'error' referenced before assignment

Actual Behavior

no error

Steps to reproduce

blockchain = Blockchain(steem_instance = steemInstance )

Stack Trace

UnboundLocalError: local variable 'error' referenced before assignment exception with_traceback <built-in method with_traceback of BlockDoesNotExistsException object at 0x110ecc168>

chinwei1989 avatar Sep 03 '19 11:09 chinwei1989