Post
Topic
Board Armory
Re: 0.96.4 RC1
by
Casimir1904
on 23/11/2017, 00:25:10 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?

I'll build the testing tomorrow again. ( ATM its rebuilding the DB again ).