Skip to content

Rinkeby network. Error: cannot read property 'calls' of undefined in server-side tracer function 'fault' #23660

@enertom

Description

@enertom

System information

Geth version: "Geth/v1.10.9-stable-eae3b194/linux-amd64/go1.17.1
OS & Version: Linux

Params: --rinkeby --syncmode full --gcmode=archive --snapshot=true

Actual behaviour

When i try to call the method debug_traceTransaction on Rinkeby network:

сurl -X POST -H "Content-Type: application/json" --data '{"method": "debug_traceTransaction","params": ["0xdf8f0fc660ccc30c7d41f2fffa4b582c629d59597fb981019f0415a82ea9d7cd",{ "tracer": "callTracer","timeout": "100s" }],"jsonrpc": "2.0","id": 1}' http://ip:port

i get the error -

{"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"TypeError: cannot read property 'calls' of undefined    in server-side tracer function 'fault'"}}

Expected behaviour

Correct traced response from node

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions