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

GitHub actions fails for geth with http and ws: InvalidResponseError: Returned error: method handler crashed #5903

Closed
2 tasks done
Muhammad-Altabba opened this issue Mar 8, 2023 · 1 comment
Labels

Comments

@Muhammad-Altabba
Copy link
Contributor

This is not a Bug Report, Feature Request, or related to Documentation

  • I have searched the existing issues

Is there an existing issue for this?

  • I have searched the existing issues

What's up?

Many of the web3-eth tests are failing, It seems that geth has been updated with breaking changes.

web3-eth: FAIL test/integration/block/rpc.getBlock.test.ts
web3-eth: ● rpc with block › methods › getBlock
web3-eth: InvalidResponseError: Returned error: method handler crashed
web3-eth: 370 | }
web3-eth: 371 | } else if (!Web3RequestManager._isReverted(response)) {
web3-eth: > 372 | throw new InvalidResponseError(response);
web3-eth: | ^
web3-eth: 373 | }
web3-eth: 374 | }
web3-eth: 375 |
web3-eth: at Web3RequestManager._processJsonRpcResponse (../web3-core/src/web3_request_manager.ts:372:11)
web3-eth: at Web3RequestManager. (../web3-core/src/web3_request_manager.ts:216:16)
web3-eth: at fulfilled (../web3-core/lib/web3_request_manager.js:5:58)

https://github.com/web3/web3.js/actions/runs/4356949188/jobs/7629234777

Examples/References

No response

@Muhammad-Altabba Muhammad-Altabba added the 4.x 4.0 related label Mar 8, 2023
@jdevcs jdevcs mentioned this issue Mar 8, 2023
31 tasks
@jdevcs
Copy link
Contributor

jdevcs commented Mar 8, 2023

ethereum/go-ethereum#26830

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants