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

Find root cause of unhandled discv5 exceptions #464

Open
acolytec3 opened this issue Sep 21, 2023 · 1 comment
Open

Find root cause of unhandled discv5 exceptions #464

acolytec3 opened this issue Sep 21, 2023 · 1 comment
Assignees

Comments

@acolytec3
Copy link
Collaborator

We've been seeing unhandled exceptions thrown by discv5 with errors like

    at callback (file:///home/jim/development/ultralight/node_modules/@chainsafe/discv5/src/service/service.ts:466:20)
    at SessionService.rpcFailure (file:///home/jim/development/ultralight/node_modules/@chainsafe/discv5/src/service/service.ts:1000:6)
    at SessionService.emit (node:events:514:28)
    at SessionService.emit (node:domain:489:12)
    at SessionService.failSession (file:///home/jim/development/ultralight/node_modules/@chainsafe/discv5/src/session/service.ts:844:14)
    at SessionService.failRequest (file:///home/jim/development/ultralight/node_modules/@chainsafe/discv5/src/session/service.ts:827:10)
    at SessionService.handleRequestTimeout (file:///home/jim/development/ultralight/node_modules/@chainsafe/discv5/src/session/service.ts:784:12)
    at TimeoutMap.onTimeout (file:///home/jim/development/ultralight/node_modules/@chainsafe/discv5/src/session/service.ts:153:12)
    at Timeout.<anonymous> (file:///home/jim/development/ultralight/node_modules/@chainsafe/discv5/src/util/timeoutMap.ts:30:16)
    at listOnTimeout (node:internal/timers:569:17)

This is likely a bug in discv5 but not 100% clear yet.

@acolytec3
Copy link
Collaborator Author

Have opened this issue on the discv5 library and waiting a response before we can address this.

@acolytec3 acolytec3 self-assigned this Oct 26, 2023
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