Advertisement
Guest User

Untitled

a guest
Sep 13th, 2012
506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Failed to catch up {'blkfile_number': 1, 'dirname': u'/home/d34th/.ppcoin', 'chain_id': 8, 'id': 1, 'blkfile_offset': 0}
  2. Traceback (most recent call last):
  3. File "/home/d34th/bitcoin-abe/Abe/DataStore.py", line 2281, in catch_up
  4. store.catch_up_dir(dircfg)
  5. File "/home/d34th/bitcoin-abe/Abe/DataStore.py", line 2315, in catch_up_dir
  6. store.import_blkdat(dircfg, ds)
  7. File "/home/d34th/bitcoin-abe/Abe/DataStore.py", line 2434, in import_blkdat
  8. b = store.parse_block(ds, chain_id, magic, length)
  9. File "/home/d34th/bitcoin-abe/Abe/DataStore.py", line 2463, in parse_block
  10. d['transactions'].append(deserialize.parse_Transaction(ds))
  11. File "/home/d34th/bitcoin-abe/Abe/deserialize.py", line 86, in parse_Transaction
  12. d['txIn'].append(parse_TxIn(vds))
  13. File "/home/d34th/bitcoin-abe/Abe/deserialize.py", line 45, in parse_TxIn
  14. d['sequence'] = vds.read_uint32()
  15. File "/home/d34th/bitcoin-abe/Abe/BCDataStream.py", line 71, in read_uint32
  16. def read_uint32(self): return self._read_num('<I')
  17. File "/home/d34th/bitcoin-abe/Abe/BCDataStream.py", line 110, in _read_num
  18. (i,) = struct.unpack_from(format, self.input, self.read_cursor)
  19. error: unpack_from requires a buffer of at least 4 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement