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

BP-01-001 Delete API Key Delay #44

Open
yanping891003 opened this issue Jun 24, 2022 · 1 comment
Open

BP-01-001 Delete API Key Delay #44

yanping891003 opened this issue Jun 24, 2022 · 1 comment

Comments

@yanping891003
Copy link

yanping891003 commented Jun 24, 2022

I can call it normally for a few minutes after deleting the API Key. After a few minutes it returns {"error":{"code":-32000, "message": "record not found"}}.
url:http://klaytn.testnet.blockpi.net/v1/rpc/9e63be8ecce16f51ab6c6bbdbab47f59b6e1f913

The following return has occurred during the call:
curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"klay_blockNumber","params":[],"id":83}' http://klaytn.testnet.blockpi.net/v1/rpc/9e63be8ecce16f51ab6c6bbdbab47f59b6e1f913
{"jsonrpc":"2.0","id":83,"error":{"code":-32000,"message":"the header does not exist (block number: 94166330)"},"result":"0x59cddb0"}

Does this occur to indicate a problem?

@Aderks
Copy link

Aderks commented Jun 26, 2022

Confirmed the same API key delete delay.

Deleted API key off of the dashboard. Could still send requests for ~3-5 minutes after deletion. Eventually see:

{
  "error": {
    "code": -32000,
    "message": "record not found"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants