Advertisement
Guest User

Untitled

a guest
Jun 14th, 2013
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. python -m Abe.abe --config abe.conf --commit-bytes 100000 --no-serve
  2. Opened /home/mobgod/.bitgem/blk0001.dat
  3. Exception at 72056513098678410
  4. Failed to catch up {'blkfile_offset': 0, 'blkfile_number': 1, 'chain_id': 8, 'loader': None, 'dirname': u'/home/mobgod/.bitgem/', 'id': 2}
  5. Traceback (most recent call last):
  6. File "Abe/DataStore.py", line 2590, in catch_up
  7. store.catch_up_dir(dircfg)
  8. File "Abe/DataStore.py", line 2854, in catch_up_dir
  9. store.import_blkdat(dircfg, ds, blkfile['name'])
  10. File "Abe/DataStore.py", line 2979, in import_blkdat
  11. b = store.parse_block(ds, chain_id, magic, length)
  12. File "Abe/DataStore.py", line 3010, in parse_block
  13. d['transactions'].append(deserialize.parse_Transaction(ds))
  14. File "Abe/deserialize.py", line 86, in parse_Transaction
  15. d['txIn'].append(parse_TxIn(vds))
  16. File "Abe/deserialize.py", line 45, in parse_TxIn
  17. d['sequence'] = vds.read_uint32()
  18. File "Abe/BCDataStream.py", line 71, in read_uint32
  19. def read_uint32 (self): return self._read_num('<I')
  20. File "Abe/BCDataStream.py", line 110, in _read_num
  21. (i,) = struct.unpack_from(format, self.input, self.read_cursor)
  22. error: unpack_from requires a buffer of at least 4 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement