Hi
I'm seeing an error in the explorer when it starts....it crashes on startup when it hits the same point on the chain with the following error:
explorer_1 | Failed to catch up {'blkfile_offset': 37954, 'blkfile_number': 100000, 'chain_id': 1, 'loader': u'default', 'conf': None, 'dirname': u'/var/lib/multichain/energy-chain', 'id': 2}
explorer_1 | Traceback (most recent call last):
explorer_1 | File "/usr/local/lib/python2.7/dist-packages/Mce/DataStore.py", line 2896, in catch_up
explorer_1 | store.catch_up_dir(dircfg)
explorer_1 | File "/usr/local/lib/python2.7/dist-packages/Mce/DataStore.py", line 3208, in catch_up_dir
explorer_1 | store.import_blkdat(dircfg, ds, blkfile['name'])
explorer_1 | File "/usr/local/lib/python2.7/dist-packages/Mce/DataStore.py", line 3340, in import_blkdat
explorer_1 | store.import_block(b, chain = chain)
explorer_1 | File "/usr/local/lib/python2.7/dist-packages/Mce/DataStore.py", line 1199, in import_block
explorer_1 | tx['tx_id'] = store.import_and_commit_tx(tx, pos == 0, chain)
explorer_1 | File "/usr/local/lib/python2.7/dist-packages/Mce/DataStore.py", line 2214, in import_and_commit_tx
explorer_1 | tx_id = store.import_tx(tx, is_coinbase, chain)
explorer_1 | File "/usr/local/lib/python2.7/dist-packages/Mce/DataStore.py", line 2084, in import_tx
explorer_1 | """, (unicode(val.get('Asset Name',''), 'latin-1'), val['Quantity Multiple'], tx_id))
explorer_1 | KeyError: 'Quantity Multiple'
I'm using multichain 1.0.2 and the latest cut of the explorer code
Cheers
Marty