Can u help me to solve this error?
...
block 469 already in chain 1
commit
block 470 already in chain 1
commit
block 471 already in chain 1
commit
block 472 already in chain 1
commit
block 473 already in chain 1
commit
Exception at 174123
Failed to catch up {'blkfile_offset': 173281, 'blkfile_number': 100000, 'chain_id': 1, 'loader': u'default', 'conf': None, 'dirname': u'/home/Admin/.multichain/chain1', 'id': 16}
Traceback (most recent call last):
File "Mce/DataStore.py", line 2903, in catch_up
store.catch_up_dir(dircfg)
File "Mce/DataStore.py", line 3215, in catch_up_dir
store.import_blkdat(dircfg, ds, blkfile['name'])
File "Mce/DataStore.py", line 3347, in import_blkdat
store.import_block(b, 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 1961, in import_tx
pubkey_id = store.script_to_pubkey_id(chain, txout['scriptPubKey'])
File "Mce/DataStore.py", line 2819, in script_to_pubkey_id
script_type, data = chain.parse_txout_script(script)
File "Mce/Chain/__init__.py", line 247, in parse_txout_script
return chain.parse_decoded_txout_script(decoded)
File "Mce/Chain/__init__.py", line 270, in parse_decoded_txout_script
if len(decoded) >= 6 and decoded[2][1].startswith("spkk"):
AttributeError: 'NoneType' object has no attribute 'startswith'
Abe initialized.
Listening on http://0.0.0.0:2750
Launched background thread to catch up tx every 60.0 seconds