Coder Social home page Coder Social logo

Comments (4)

 avatar commented on June 12, 2024

Fixed in recent commits.

from bitcoin-abe.

bo-liu avatar bo-liu commented on June 12, 2024

Hi, Could you tell me which commit fixed this issue?
I have the same issue.
Thanks

from bitcoin-abe.

 avatar commented on June 12, 2024

It was fixed over several. Latest master works. Start fresh.
On 22 Feb 2014 05:19, "bo-liu" [email protected] wrote:

Hi, Could you tell me which commit fixed this issue?
I have the same issue.
Thanks


Reply to this email directly or view it on GitHubhttps://github.com//issues/62#issuecomment-35795133
.

from bitcoin-abe.

bo-liu avatar bo-liu commented on June 12, 2024

I can still see this issue in the latest master branch. I'm setting up abe for earthcoin.

commit 2be453f
Author: John Tobey [email protected]
Date: Thu Feb 20 14:04:30 2014 -0500

Added comment.

Exception at 432929414146281884
Failed to catch up {'blkfile_offset': 111221, 'blkfile_number': 1, 'chain_id': 9, 'loader': None, 'conf': None, 'dirname': u'/root/.earthcoin', 'id': 1L}
Traceback (most recent call last):
File "Abe/DataStore.py", line 2693, in catch_up
store.catch_up_dir(dircfg)
File "Abe/DataStore.py", line 2951, in catch_up_dir
store.import_blkdat(dircfg, ds, blkfile['name'])
File "Abe/DataStore.py", line 3073, in import_blkdat
b = chain.ds_parse_block(ds)
File "Abe/Chain.py", line 57, in ds_parse_block
d['transactions'].append(chain.ds_parse_transaction(ds))
File "Abe/Chain.py", line 50, in ds_parse_transaction
return deserialize.parse_Transaction(ds)
File "Abe/deserialize.py", line 90, in parse_Transaction
d['txIn'].append(parse_TxIn(vds))
File "Abe/deserialize.py", line 46, in parse_TxIn
d['sequence'] = vds.read_uint32()
File "Abe/BCDataStream.py", line 71, in read_uint32
def read_uint32 (self): return self._read_num('<I')
File "Abe/BCDataStream.py", line 110, in _read_num
(i,) = struct.unpack_from(format, self.input, self.read_cursor)
error: unpack_from requires a buffer of at least 4 bytes
Abe initialized.

from bitcoin-abe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.