Author

Topic: Setting up ABE, Integer too long? (Read 2984 times)

newbie
Activity: 57
Merit: 0
January 27, 2014, 04:59:41 AM
#2
Did you ever get this sorted out? I'm seeing the same error with SolarCoin.
hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
June 30, 2013, 07:44:33 PM
#1
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.
Jump to: