Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error fetching UnavailableBlockInput: Cannot read properties of undefined (reading 'data') #6931

Open
nflaig opened this issue Jul 3, 2024 · 0 comments
Labels
meta-bug Issues that identify a bug and require a fix.

Comments

@nflaig
Copy link
Member

nflaig commented Jul 3, 2024

Found these in the logs

Jul-01 22:47:14.204[sync]            �[34mdebug�[39m: Error fetching UnavailableBlockInput attempt=0, blockRootHex=0xa716fedba9299af0f187feaeda3a999814fd1779785729385c3a8742845c6061, peer=16Uiu2HAm8NTb22bnv52PUrZ9dEzsEste2gsEdpCkiiFqaLpaLCqc - Cannot read properties of undefined (reading 'data')
      TypeError: Cannot read properties of undefined (reading 'data')
          at unavailableBeaconBlobsByRoot (file:///usr/app/packages/beacon-node/src/network/reqresp/beaconBlocksMaybeBlobsByRoot.ts:69:26)
          at UnknownBlockSync.fetchUnavailableBlockInput (file:///usr/app/packages/beacon-node/src/sync/unknownBlock.ts:539:28)
          at wrapError (file:///usr/app/packages/beacon-node/src/util/wrapError.ts:18:32)
          at UnknownBlockSync.downloadBlock (file:///usr/app/packages/beacon-node/src/sync/unknownBlock.ts:295:13)
      Jul-01 22:47:14.266[sync]            �[34mdebug�[39m: Error fetching UnavailableBlockInput attempt=1, blockRootHex=0xa716fedba9299af0f187feaeda3a999814fd1779785729385c3a8742845c6061, peer=16Uiu2HAm2YyKS58f5m4ZVqJswdwqoM8TodrfMynXjd7bzELSrgMm - Cannot read properties of undefined (reading 'data')
      TypeError: Cannot read properties of undefined (reading 'data')
          at unavailableBeaconBlobsByRoot (file:///usr/app/packages/beacon-node/src/network/reqresp/beaconBlocksMaybeBlobsByRoot.ts:69:26)
          at UnknownBlockSync.fetchUnavailableBlockInput (file:///usr/app/packages/beacon-node/src/sync/unknownBlock.ts:539:28)
          at wrapError (file:///usr/app/packages/beacon-node/src/util/wrapError.ts:18:32)
          at UnknownBlockSync.downloadBlock (file:///usr/app/packages/beacon-node/src/sync/unknownBlock.ts:295:13)

Not sure if this is an actual issue but needs to be looked into.

cc @g11tech

@nflaig nflaig added the meta-bug Issues that identify a bug and require a fix. label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta-bug Issues that identify a bug and require a fix.
Projects
None yet
Development

No branches or pull requests

1 participant