Post
Topic
Board Armory
Re: 0.96.4 RC1
by
goatpig
on 22/11/2017, 22:59:17 UTC
Put the call in a try block and print the error message. Something like this:

Code:
         try:
            cppPrevTx = TheBDM.bdv().getTxByHash(txhash)
         except DbErrorMsg as e:
            print e.what()
            raise e

Btw this traceback is for code from master (0.96.3). Have you reproduced the same issue with the testing branch?