harmony
harmony copied to clipboard
Failed RPC Calls: "rate: Wait(n=1) would exceed context deadline"
Describe the bug Various RPC calls are returning with the error:
rate: Wait(n=1) would exceed context deadline
This is occuring with regular json-rpc calls, VFAT, and Harmony Horizon Bridge from what I've seen so far.
Also being reported by users across several major dapps.
The transactions will be successful on the blockchain, but the RPC response fails.
From VFAT:
{
"code": -32603,
"message": "Internal JSON-RPC error.",
"data": {
"code": -32000,
"message": "rate: Wait(n=1) would exceed context deadline"
}
To Reproduce Unable to reliably reproduce - it happens when attempting various eth_call methods.
Expected behavior RPC calls should return successfully.
Additional context Using RPC https://api.s0.t.hmny.io
Has also occurred on the WS endpoint.
I deployed #3977 to the S0 RPC node, should be helping with the issue faced
I deployed #3977 to the S0 RPC node, should be helping with the issue faced
hello @sophoah I don't know if you recall but I did message you on discord about still seeing this error message in my log
noted we are going to do a release with no rate limits on it so RPC node runner can choose whether to install it or not
sounds good. looking forward to trying it out.
Closing that issue as v4.4.x branch has a binary version without rate limits, feel free to try it https://github.com/harmony-one/harmony/releases/tag/v4.4.0
Same bug is happening constantly with Harmony Multisig Wallet these few days
I got this issue at https://api.harmony.one recently. Can I know if we have a way to reduce facing this issue from dApp side?
Yup... been seeing this for the past 48 hours or so with even basic calls like balanceOf() etc
ValueError: {'code': -32000, 'message': 'rate: Wait(n=1) would exceed context deadline'}