Author

Topic: ABE Error, anyone can help? (Read 662 times)

hero member
Activity: 728
Merit: 500
July 13, 2014, 04:00:33 PM
#1
I am setting up abe for my coin, which switched to merged mining at block 100k, and I'm getting an error.

Code:
Exception at 11834609485958195742
Failed to catch up {'blkfile_number': 100000, 'dirname': '/root/.tacocoin', 'chain_id': 1, 'id': Decimal('1'), 'blkfile_offset': 108935}
Traceback (most recent call last):
  File "Abe/DataStore.py", line 2404, in catch_up
    store.catch_up_dir(dircfg)
  File "Abe/DataStore.py", line 2457, in catch_up_dir
    store.import_blkdat(dircfg, ds, filename[0])
  File "Abe/DataStore.py", line 2578, in import_blkdat
    b = store.parse_block(ds, chain_id, magic, length)
  File "Abe/DataStore.py", line 2612, in parse_block
    d['transactions'].append(deserialize.parse_Transaction(ds))
  File "Abe/deserialize.py", line 91, in parse_Transaction
    d['txOut'].append(parse_TxOut(vds))
  File "Abe/deserialize.py", line 65, in parse_TxOut
    d['value'] = vds.read_int64()
  File "Abe/BCDataStream.py", line 72, in read_int64
    def read_int64(self): return self._read_num('  File "Abe/BCDataStream.py", line 110, in _read_num
    (i,) = struct.unpack_from(format, self.input, self.read_cursor)
OverflowError: Python int too large to convert to C long


Can anyone help?
Jump to: