Hi
i am playing around with the mutlichain Explorer and got the following error:
block_tx 2847 2878
block_tx 2848 2879
Exception at 792928
Failed to catch up {'blkfile_offset': 721627, 'blkfile_number': 100000, 'chain_id': 1, 'loader': u'default', 'conf': None, 'dirname': u'/home/xxxxxxxl/.multichain/documentChain', 'id': 1}
Traceback (most recent call last):
File "Mce/DataStore.py", line 2855, in catch_up
store.catch_up_dir(dircfg)
File "Mce/DataStore.py", line 3166, in catch_up_dir
store.import_blkdat(dircfg, ds, blkfile['name'])
File "Mce/DataStore.py", line 3298, in import_blkdat
store.import_block(b, chain = chain)
File "Mce/DataStore.py", line 1195, in import_block
tx['tx_id'] = store.import_tx(tx, pos == 0, chain)
File "Mce/DataStore.py", line 2115, in import_tx
address = util.hash_to_address_multichain(vers, pubkey_hash, checksum)
File "Mce/util.py", line 141, in hash_to_address_multichain
vh += hash[pos:pos+5]
TypeError: cannot concatenate 'str' and 'list' objects
Explorer Version is from 29.sept.16
multichain Version is alpha-24, used a lot of the new stream definitions in the blockchain
Any Ideas?
If you Need logs, please tell me, which one?
Regards
hm