FeeDelegatedSmartContractExecution 로 데이터를 업로드 할때 403 error가 나옵니다

안녕하세요 이상이 없었는데 어제부터 아래와 같은 이슈가 생기면서 데이터를 업로드 할수가 없습니다.

2020-12-19 16:09:37.864 INFO — i.t.g.b.s.impl.LuckyDrawServiceImpl [ 171 ] : luckdraw prepare sign transaction sender adderess : 0xbb1da7aa9ea4005298f28a2e9579e412a856a5ff, fee payer address : 0xe7223e5e41186a782e4a1f709829f521f43b18e5
2020-12-19 16:09:37.865 DEBUG — org.web3j.protocol.http.HttpService [ 164 ] : → POST https://api.cypress.klaytn.net:8651/
2020-12-19 16:09:37.865 DEBUG — org.web3j.protocol.http.HttpService [ 174 ] : Content-Type: application/json; charset=utf-8
2020-12-19 16:09:37.865 DEBUG — org.web3j.protocol.http.HttpService [ 179 ] : Content-Length: 126
2020-12-19 16:09:37.866 DEBUG — org.web3j.protocol.http.HttpService [ 201 ] :
2020-12-19 16:09:37.866 DEBUG — org.web3j.protocol.http.HttpService [ 203 ] : {“jsonrpc”:“2.0”,“method”:“klay_getTransactionCount”,“params”:[“0xbb1da7aa9ea4005298f28a2e9579e412a856a5ff”,“pending”],“id”:2}
2020-12-19 16:09:37.867 DEBUG — org.web3j.protocol.http.HttpService [ 204 ] : → END POST (126-byte body)
2020-12-19 16:09:37.906 DEBUG — org.web3j.protocol.http.HttpService [ 226 ] : ← 403 Forbidden https://api.cypress.klaytn.net:8651/ (38ms)
2020-12-19 16:09:37.906 DEBUG — org.web3j.protocol.http.HttpService [ 280 ] : Server: awselb/2.0
2020-12-19 16:09:37.907 DEBUG — org.web3j.protocol.http.HttpService [ 280 ] : Date: Sat, 19 Dec 2020 07:09:37 GMT
2020-12-19 16:09:37.907 DEBUG — org.web3j.protocol.http.HttpService [ 280 ] : Content-Type: text/html
2020-12-19 16:09:37.908 DEBUG — org.web3j.protocol.http.HttpService [ 280 ] : Content-Length: 118
2020-12-19 16:09:37.908 DEBUG — org.web3j.protocol.http.HttpService [ 280 ] : Connection: keep-alive
2020-12-19 16:09:37.909 DEBUG — org.web3j.protocol.http.HttpService [ 263 ] :
2020-12-19 16:09:37.909 DEBUG — org.web3j.protocol.http.HttpService [ 264 ] :

403 Forbidden

403 Forbidden

안녕하세요, Klip API 카테고리로 질문을 주셨는데, 아래 로그 내용은 api.cypress.klaytn.net 에서 문제가 발생한 것 같습니다만, 맞는지요?

참고로 api.cypress.klaytn.net은 Rate limit이 적용되고 있으며, 자세한 공지사항은 페이스북 Klaytn developers 에서 확인하실 수 있습니다.

403에러는 아마 rate limit때문에 발생한 것으로 추측됩니다.

감사합니다.

1개의 좋아요

@colin.kim 감사합니다. 하루동안 올릴수 있는데 data limit을 찾을수가 없는데 혹시 공유 해주실수 있을까요?

안녕하세요, rate limit값은 정책적으로 정해졌다기 보다는 계속 변동될 수 있는 값이라서 명확한 값을 답변드릴 수 없을 것 같습니다.

페이스북에서 작성되어 있는 것처럼 서비스를 운영하시려는 목적이시라면 KAS를 이용하시거나 별도의 EN을 운영하시는 것을 추천드립니다.

감사합니다.