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

devp2p pool scanner crashing TimeNodes #371

Open
kosecki123 opened this issue Feb 13, 2019 · 0 comments
Open

devp2p pool scanner crashing TimeNodes #371

kosecki123 opened this issue Feb 13, 2019 · 0 comments

Comments

@kosecki123
Copy link
Contributor

There are 2 error in the devp2p lib that crashes the TimeNode

  1. timstamp buffer error
>> events.js:183
      throw er; // Unhandled 'error' event
      ^

RangeError: Invalid timestamp buffer :0168e10ac5d1
    at Object.decode (/home/timenode/.npm-global/lib/node_modules/@ethereum-alarm-clock/cli/node_modules/ethereumjs-devp2p/lib/dpt/message.js:27:36)
    at Object.decode (/home/timenode/.npm-global/lib/node_modules/@ethereum-alarm-clock/cli/node_modules/ethereumjs-devp2p/lib/dpt/message.js:85:28)
    at Object.decode (/home/timenode/.npm-global/lib/node_modules/@ethereum-alarm-clock/cli/node_modules/ethereumjs-devp2p/lib/dpt/message.js:173:35)
    at Server._handler (/home/timenode/.npm-global/lib/node_modules/@ethereum-alarm-clock/cli/node_modules/ethereumjs-devp2p/lib/dpt/server.js:140:26)
    at Socket.Server._socket.on (/home/timenode/.npm-global/lib/node_modules/@ethereum-alarm-clock/cli/node_modules/ethereumjs-devp2p/lib/dpt/server.js:50:14)
    at emitTwo (events.js:126:13)
    at Socket.emit (events.js:214:7)
    at UDP.onMessage [as onmessage] (dgram.js:659:8)
  1. Hash verification
AssertionError [ERR_ASSERTION]: Hash verification failed:  / c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470
    at new AssertionError (internal/errors.js:83:11)
    at assertEq (/home/timenode/.npm-global/lib/node_modules/@ethereum-alarm-clock/cli/node_modules/ethereumjs-devp2p/lib/util.js:70:11)
    at Object.decode (/home/timenode/.npm-global/lib/node_modules/@ethereum-alarm-clock/cli/node_modules/ethereumjs-devp2p/lib/dpt/message.js:167:3)
    at Server._handler (/home/timenode/.npm-global/lib/node_modules/@ethereum-alarm-clock/cli/node_modules/ethereumjs-devp2p/lib/dpt/server.js:140:26)
    at Socket.Server._socket.on (/home/timenode/.npm-global/lib/node_modules/@ethereum-alarm-clock/cli/node_modules/ethereumjs-devp2p/lib/dpt/server.js:50:14)
    at emitTwo (events.js:126:13)
    at Socket.emit (events.js:214:7)
    at UDP.onMessage [as onmessage] (dgram.js:659:8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant