Value Error on MultiChain Explorer

+2 votes

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

 

 

asked May 7, 2019 by anonymous

1 Answer

0 votes
Thanks - it looks like you came across a bug in the Explorer that shows up on your particular blockchain. If you would like us to try to debug and fix this, please stop your node and send a copy of the blockchain directory to multichain dot debug at gmail dot com.
answered May 7, 2019 by MultiChain
...