안녕하세요,
Invalid response received: 403 오류 발생하는 이유에 대해 알려 주시면 고맙겠습니다.
KAS에 연락을 했으나 JSON-RPC는 Klaytn에게 문의해야 한다고 해서 글 남깁니다.
제가 사용한 API는 eth_estimateGas이며 오류 건수는 다음과 같습니다.
일시 | API 호출 건수 | 403 오류 건수 |
---|---|---|
5/24 20:00:00 | 100건 | 96건 |
5/24 20:00:01 | 45건 | 35건 |
5/24 20:00:02 | 24건 | 11건 |
합계 | 169건 | 142건 |
– StackTrace
Caused by: org.web3j.protocol.exceptions.ClientConnectionException: Invalid response received: 403;
at org.web3j.protocol.http.HttpService.performIO(HttpService.java:173)
at org.web3j.protocol.Service.send(Service.java:48)
at org.web3j.protocol.core.Request.send(Request.java:87)