Skip to content

Exception occurs in GetUserOperationReceipt converting response #1098

@TSKHot

Description

@TSKHot

Exception occurs in AccountAbstractionBundler.GetUserOperationReceipt, when using Skandha bundler (untested with other bundlers).

Exception: {"Unable to convert the result to type Nethereum.RPC.AccountAbstraction.DTOs.UserOperationReceipt"}
Inner Exception: {"Error reading string. Unexpected token: StartObject. Path 'logs[0]'."}
Stack Trace: at Nethereum.JsonRpc.Client.RpcMessages.RpcResponseExtensions.ConvertToNewtonsoft[T](Object result, Boolean returnDefaultIfNull, JsonSerializerSettings settings)
at Nethereum.JsonRpc.Client.ClientBase.d__121.MoveNext() at Nethereum.JsonRpc.Client.ClientBase.<SendRequestAsync>d__81.MoveNext()
at BySapio.UserOp.Bundler.d__18.MoveNext()

Bundler console log
2026-01-30 13:55:36 [03:55:36.124] INFO (1): REQUEST ::
2026-01-30 13:55:36 reqId: "req-4"
2026-01-30 13:55:36 method: "POST"
2026-01-30 13:55:36 url: "/rpc"
2026-01-30 13:55:36 body: {
2026-01-30 13:55:36 "id": 1,
2026-01-30 13:55:36 "jsonrpc": "2.0",
2026-01-30 13:55:36 "method": "eth_getUserOperationReceipt",
2026-01-30 13:55:36 "params": [
2026-01-30 13:55:36 "0x0bb87192dba047d2904a6f3bdb20677b17cf91b5aaf0c8dfad79804dbc08b5e1"
2026-01-30 13:55:36 ]
2026-01-30 13:55:36 }
2026-01-30 13:55:36 [03:55:36.306] INFO (1): RESPONSE ::
2026-01-30 13:55:36 reqId: "req-4"
2026-01-30 13:55:36 body: {
2026-01-30 13:55:36 "jsonrpc": "2.0",
2026-01-30 13:55:36 "id": 1,
2026-01-30 13:55:36 "result": {
2026-01-30 13:55:36 "userOpHash": "0x0bb87192dba047d2904a6f3bdb20677b17cf91b5aaf0c8dfad79804dbc08b5e1",
2026-01-30 13:55:36 "sender": "0x0187873bB8a0811CC0Ac784dE2Cd3227Ffa1b9f8",
2026-01-30 13:55:36 "nonce": "0x6",
2026-01-30 13:55:36 "actualGasCost": "0x3dc5972af1c18",
2026-01-30 13:55:36 "actualGasUsed": "0x586f4",
2026-01-30 13:55:36 "success": true,
2026-01-30 13:55:36 "logs": [
2026-01-30 13:55:36 {
2026-01-30 13:55:36 "address": "0x4337084d9e255ff0702461cf8895ce9e3b5ff108",
2026-01-30 13:55:36 "topics": [
2026-01-30 13:55:36 "0xbb47ee3e183a558b1a2ff0874b079f3fc5478b7454eacf2bfc5af2ff5878f972"
2026-01-30 13:55:36 ],
2026-01-30 13:55:36 "data": "0x",
2026-01-30 13:55:36 "blockHash": "0xf434af864cb26714dacf1d4f8b18052ca523a1890da6f75f1fc943f01d0c496b",
2026-01-30 13:55:36 "blockNumber": "0x17375ff",
2026-01-30 13:55:36 "blockTimestamp": "0x697c2ba6",
2026-01-30 13:55:36 "transactionHash": "0x6108fce1fd6ceb53687da038374d08ce54ea3fdc5da15ab4124d1184ebcab013",
2026-01-30 13:55:36 "transactionIndex": "0x0",
2026-01-30 13:55:36 "logIndex": "0x0",
2026-01-30 13:55:36 "removed": false
2026-01-30 13:55:36 },
2026-01-30 13:55:36 {
2026-01-30 13:55:36 "address": "0x1f0e62eedcf4495c8fedfcaac7227e6f6158357e",
2026-01-30 13:55:36 "topics": [
2026-01-30 13:55:36 "0xf1f3537f88caee228ee80991b3def321fd1fd8c8dbd09deb6bcea66be1ae2de5"
2026-01-30 13:55:36 ],
2026-01-30 13:55:36 "data": "0x",
2026-01-30 13:55:36 "blockHash": "0xf434af864cb26714dacf1d4f8b18052ca523a1890da6f75f1fc943f01d0c496b",
2026-01-30 13:55:36 "blockNumber": "0x17375ff",
2026-01-30 13:55:36 "blockTimestamp": "0x697c2ba6",
2026-01-30 13:55:36 "transactionHash": "0x6108fce1fd6ceb53687da038374d08ce54ea3fdc5da15ab4124d1184ebcab013",
2026-01-30 13:55:36 "transactionIndex": "0x0",
2026-01-30 13:55:36 "logIndex": "0x1",
2026-01-30 13:55:36 "removed": false
2026-01-30 13:55:36 },
2026-01-30 13:55:36 {
2026-01-30 13:55:36 "address": "0x0187873bb8a0811cc0ac784de2cd3227ffa1b9f8",
2026-01-30 13:55:36 "topics": [
2026-01-30 13:55:36 "0xe6bcff171ee0cc7cc7f78934e00408528d543f582c098faa30a32d164ffe6305"
2026-01-30 13:55:36 ],
2026-01-30 13:55:36 "data": "0x",
2026-01-30 13:55:36 "blockHash": "0xf434af864cb26714dacf1d4f8b18052ca523a1890da6f75f1fc943f01d0c496b",
2026-01-30 13:55:36 "blockNumber": "0x17375ff",
2026-01-30 13:55:36 "blockTimestamp": "0x697c2ba6",
2026-01-30 13:55:36 "transactionHash": "0x6108fce1fd6ceb53687da038374d08ce54ea3fdc5da15ab4124d1184ebcab013",
2026-01-30 13:55:36 "transactionIndex": "0x0",
2026-01-30 13:55:36 "logIndex": "0x2",
2026-01-30 13:55:36 "removed": false
2026-01-30 13:55:36 }
2026-01-30 13:55:36 ],
2026-01-30 13:55:36 "receipt": {
2026-01-30 13:55:36 "type": "eip1559",
2026-01-30 13:55:36 "status": "success",
2026-01-30 13:55:36 "cumulativeGasUsed": "0x53054",
2026-01-30 13:55:36 "logs": [
2026-01-30 13:55:36 {
2026-01-30 13:55:36 "address": "0x4337084d9e255ff0702461cf8895ce9e3b5ff108",
2026-01-30 13:55:36 "topics": [
2026-01-30 13:55:36 "0xbb47ee3e183a558b1a2ff0874b079f3fc5478b7454eacf2bfc5af2ff5878f972"
2026-01-30 13:55:36 ],
2026-01-30 13:55:36 "data": "0x",
2026-01-30 13:55:36 "blockHash": "0xf434af864cb26714dacf1d4f8b18052ca523a1890da6f75f1fc943f01d0c496b",
2026-01-30 13:55:36 "blockNumber": "0x17375ff",
2026-01-30 13:55:36 "blockTimestamp": "0x697c2ba6",
2026-01-30 13:55:36 "transactionHash": "0x6108fce1fd6ceb53687da038374d08ce54ea3fdc5da15ab4124d1184ebcab013",
2026-01-30 13:55:36 "transactionIndex": "0x0",
2026-01-30 13:55:36 "logIndex": "0x0",
2026-01-30 13:55:36 "removed": false
2026-01-30 13:55:36 },
2026-01-30 13:55:36 {
2026-01-30 13:55:36 "address": "0x1f0e62eedcf4495c8fedfcaac7227e6f6158357e",
2026-01-30 13:55:36 "topics": [
2026-01-30 13:55:36 "0xf1f3537f88caee228ee80991b3def321fd1fd8c8dbd09deb6bcea66be1ae2de5"
2026-01-30 13:55:36 ],
2026-01-30 13:55:36 "data": "0x",
2026-01-30 13:55:36 "blockHash": "0xf434af864cb26714dacf1d4f8b18052ca523a1890da6f75f1fc943f01d0c496b",
2026-01-30 13:55:36 "blockNumber": "0x17375ff",
2026-01-30 13:55:36 "blockTimestamp": "0x697c2ba6",
2026-01-30 13:55:36 "transactionHash": "0x6108fce1fd6ceb53687da038374d08ce54ea3fdc5da15ab4124d1184ebcab013",
2026-01-30 13:55:36 "transactionIndex": "0x0",
2026-01-30 13:55:36 "logIndex": "0x1",
2026-01-30 13:55:36 "removed": false
2026-01-30 13:55:36 },
2026-01-30 13:55:36 {
2026-01-30 13:55:36 "address": "0x0187873bb8a0811cc0ac784de2cd3227ffa1b9f8",
2026-01-30 13:55:36 "topics": [
2026-01-30 13:55:36 "0xe6bcff171ee0cc7cc7f78934e00408528d543f582c098faa30a32d164ffe6305"
2026-01-30 13:55:36 ],
2026-01-30 13:55:36 "data": "0x",
2026-01-30 13:55:36 "blockHash": "0xf434af864cb26714dacf1d4f8b18052ca523a1890da6f75f1fc943f01d0c496b",
2026-01-30 13:55:36 "blockNumber": "0x17375ff",
2026-01-30 13:55:36 "blockTimestamp": "0x697c2ba6",
2026-01-30 13:55:36 "transactionHash": "0x6108fce1fd6ceb53687da038374d08ce54ea3fdc5da15ab4124d1184ebcab013",
2026-01-30 13:55:36 "transactionIndex": "0x0",
2026-01-30 13:55:36 "logIndex": "0x2",
2026-01-30 13:55:36 "removed": false
2026-01-30 13:55:36 },
2026-01-30 13:55:36 {
2026-01-30 13:55:36 "address": "0x4337084d9e255ff0702461cf8895ce9e3b5ff108",
2026-01-30 13:55:36 "topics": [
2026-01-30 13:55:36 "0x49628fd1471006c1482da88028e9ce4dbb080b815c9b0344d39e5a8e6ec1419f",
2026-01-30 13:55:36 "0x0bb87192dba047d2904a6f3bdb20677b17cf91b5aaf0c8dfad79804dbc08b5e1",
2026-01-30 13:55:36 "0x0000000000000000000000000187873bb8a0811cc0ac784de2cd3227ffa1b9f8",
2026-01-30 13:55:36 "0x000000000000000000000000214b23200b2152e4ef896e6f79d7bd54fe4a7960"
2026-01-30 13:55:36 ],
2026-01-30 13:55:36 "data": "0x000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000003dc5972af1c1800000000000000000000000000000000000000000000000000000000000586f4",
2026-01-30 13:55:36 "blockHash": "0xf434af864cb26714dacf1d4f8b18052ca523a1890da6f75f1fc943f01d0c496b",
2026-01-30 13:55:36 "blockNumber": "0x17375ff",
2026-01-30 13:55:36 "blockTimestamp": "0x697c2ba6",
2026-01-30 13:55:36 "transactionHash": "0x6108fce1fd6ceb53687da038374d08ce54ea3fdc5da15ab4124d1184ebcab013",
2026-01-30 13:55:36 "transactionIndex": "0x0",
2026-01-30 13:55:36 "logIndex": "0x3",
2026-01-30 13:55:36 "removed": false
2026-01-30 13:55:36 }
2026-01-30 13:55:36 ],
2026-01-30 13:55:36 "logsBloom": "0x00100000000080000000000000000000000000000000000000000001100000000008000000000000000000010000000000000000000000000000020000000000000004000000000000000000000003000000000000000000000000000000000000000000000000000000000000001800000000000000000000000000000400000000000010000080000000000010000000000000000000000100000002081000000000000000000000400000000000000002000000000000000002020000000000000000000000000001000000000000000000000000200000000010000000000000000000001000080000000000000000000000000000000000000100000000",
2026-01-30 13:55:36 "transactionHash": "0x6108fce1fd6ceb53687da038374d08ce54ea3fdc5da15ab4124d1184ebcab013",
2026-01-30 13:55:36 "transactionIndex": "0x0",
2026-01-30 13:55:36 "blockHash": "0xf434af864cb26714dacf1d4f8b18052ca523a1890da6f75f1fc943f01d0c496b",
2026-01-30 13:55:36 "blockNumber": "0x17375ff",
2026-01-30 13:55:36 "gasUsed": "0x53054",
2026-01-30 13:55:36 "effectiveGasPrice": "0xb2d11c7e",
2026-01-30 13:55:36 "blobGasPrice": "0x28b161e500ba15f3a",
2026-01-30 13:55:36 "from": "0x14dc79964da2c08b23698b3d3cc7ca32193d9955",
2026-01-30 13:55:36 "to": "0x4337084d9e255ff0702461cf8895ce9e3b5ff108",
2026-01-30 13:55:36 "contractAddress": null
2026-01-30 13:55:36 }
2026-01-30 13:55:36 }
2026-01-30 13:55:36 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions