I've tried setting up the API keys using the API-NG Visualiser tool but I've ran into some problems.
When I tried to call the createDeveloperAppKeys method I got the following response:
but when I try to retrieve any existing keys using getDeveloperAppKeys I get this unknown InternalError:
Any ideas what's going on? Do I need to do anything differently?
As a note the session token (ssoid) I've used for the Visualiser tool is the one from the ssoid cookie on betfair.com.
When I tried to call the createDeveloperAppKeys method I got the following response:
Code:
[{"jsonrpc":"2.0","error":{"code":-32099,"message":"AANGX-0008","data":{"AccountAPINGException":{"errorDetails":"Max number of app keys already created for account","errorCode":"APP_KEY_CREATION_FAILED","requestUUID":"prdaan001-10091152-0000dbd874"},"exceptionname":"AccountAPINGException"}},"id":1}]
Code:
[{"jsonrpc":"2.0","error":{"code":-32099,"message":"AANGX-0003","data":{"AccountAPINGException":{"errorDetails":"InternalError : DSC-0005","errorCode":"UNEXPECTED_ERROR","requestUUID":"prdaan001-10091152-0000dbd881"},"exceptionname":"AccountAPINGException"}},"id":1}]
As a note the session token (ssoid) I've used for the Visualiser tool is the one from the ssoid cookie on betfair.com.


Comment