Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: ahmed_bodi on July 01, 2013, 12:44:33 AM



Title: Setting up ABE, Integer too long?
Post by: ahmed_bodi on July 01, 2013, 12:44:33 AM
Im running abe and testing out on one coin. When running i get this error though

Exception at 16330
Failed to catch up {'blkfile_number': 1, 'dirname': '/home/ubuntu/.redcoin', 'chain_id': 8, 'id': Decimal('2'), 'blkfile_offset': 16195}
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Abe/DataStore.py", line 2422, in catch_up
    store.catch_up_dir(dircfg)
  File "/usr/local/lib/python2.7/dist-packages/Abe/DataStore.py", line 2475, in catch_up_dir
    store.import_blkdat(dircfg, ds, filename[0])
  File "/usr/local/lib/python2.7/dist-packages/Abe/DataStore.py", line 2596, in import_blkdat
    b = store.parse_block(ds, chain_id, magic, length)
  File "/usr/local/lib/python2.7/dist-packages/Abe/DataStore.py", line 2630, in parse_block
    d['transactions'].append(deserialize.parse_Transaction(ds))
  File "/usr/local/lib/python2.7/dist-packages/Abe/deserialize.py", line 90, in parse_Transaction
    for i in xrange(n_vout):
OverflowError: Python int too large to convert to C long
Abe initialized.


Title: Re: Setting up ABE, Integer too long?
Post by: ddirt on January 27, 2014, 09:59:41 AM
Did you ever get this sorted out? I'm seeing the same error with SolarCoin.