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

eth_subscribe return error capacity has been reached #4373

Open
envestcc opened this issue Aug 24, 2024 · 0 comments
Open

eth_subscribe return error capacity has been reached #4373

envestcc opened this issue Aug 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@envestcc
Copy link
Member

What version of iotex-core image (or code branch) are you using?

v2.0.0

What operating system and processor architecture are you using?

macOS m1

What did you do? If possible, provide a recipe for reproducing the error.

{
    "method": "eth_subscribe",
    "params": [
        "logs",
        {
            "address": "0xFebD6898D37Ade70B085331964080c32532ca22A",
            "topics": [
                "0x87abfd78e844f28318363bdf3da99eab2f4a2da9ff7ae365484507f7b6c3f805"
            ]
        }
    ],
    "id": 14,
    "jsonrpc": "2.0"
}

What did you expect to see?

{
    "jsonrpc": "2.0",
    "id": 14,
    "result": "0x6fac234b826ba0676d71ea55848c7019"
}

What did you see instead?

{"jsonrpc":"2.0","id":14,"error":{"code":-32603,"message":"capacity has been reached"}}
@envestcc envestcc added the bug Something isn't working label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant