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

Non-JSON response on some RPC methods when the request returns an error (same as #7006) #7033

Closed
Denis-score opened this issue Mar 6, 2023 · 3 comments
Assignees

Comments

@Denis-score
Copy link

Same as ticket #7006 after update to version 2.40.0 who should fix this, we still have invalid json response from certains call like :

Call :

{
	"jsonrpc":"2.0",
	"method":"debug_traceTransaction",
	"params":[
		"0x58f35cae80d0d50fc6fb8a6ffd3ae2a6e1180366cabe0772a5bd91d7466ff686", { "tracer": "callTracer"}
	],
	"id":"1"
}

Response :

{
    "jsonrpc": "2.0",
    "id": "1",
    "result":nullnull,
    "error": {
        "code": -32000,
        "message": "EOF"
    }
}
@hexoscott hexoscott self-assigned this Mar 7, 2023
@AskAlexSharov
Copy link
Collaborator

@hexoscott plz help to add this case to unit-test, thanks.

@jcchevalier-ledger
Copy link

Same on 2.40.1

@hexoscott
Copy link
Collaborator

Hi @jcchevalier-ledger, this issue should now be solved by #7104. I'm going to close this issue down, but feel free to re-open if the problem persists when this finds its way into a release.

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

4 participants