hi,
I am getting 'Value Error' when I start MultiChain Explorer. The network has three peers. Status of 'chain1' on main page shows 88 Blocks. But when you see summary of 'chain1' it shows 333 Blocks. Why is this error showing up ??
Traceback (most recent call last):
File "Mce/DataStore.py", line 2899, in catch_up
if not store.catch_up_rpc(dircfg):
File "Mce/DataStore.py", line 3132, in catch_up_rpc
store.import_block(block, chain = chain)
File "Mce/DataStore.py", line 1199, in import_block
tx['tx_id'] = store.import_and_commit_tx(tx, pos == 0, chain)
File "Mce/DataStore.py", line 2221, in import_and_commit_tx
tx_id = store.import_tx(tx, is_coinbase, chain)
File "Mce/DataStore.py", line 2072, in import_tx
opdrop_type, val = util.parse_op_drop_data(data, chain)
File "Mce/util.py", line 426, in parse_op_drop_data
return func(data)
File "Mce/util.py", line 448, in parse_op_drop_data_10007
retval = parse_create_stream_10007(data[5:])
File "Mce/util.py", line 622, in parse_create_stream_10007
fname = searchdata[:searchdata.index("\0")]
ValueError: substring not found