I've been testing my application with delayed key and all API calls are working, just listScores has an INVALID_APP_KEY exception, this method only works with live key?
ScoresAPING/v1.0/listScores
Params: {'updateKeys': [{'eventId': '33644845', 'eventTypeId': 1}]}
Exception: None
Error: {'code': -32099, 'message': 'SANGX-0004', 'data': {'APINGException': {'requestUUID': 'null', 'errorCode': 'INVALID_APP_KEY', 'errorDetails': ''}, 'exceptionname': 'APINGException'}}
Full Response: {'jsonrpc': '2.0',
ScoresAPING/v1.0/listScores
Params: {'updateKeys': [{'eventId': '33644845', 'eventTypeId': 1}]}
Exception: None
Error: {'code': -32099, 'message': 'SANGX-0004', 'data': {'APINGException': {'requestUUID': 'null', 'errorCode': 'INVALID_APP_KEY', 'errorDetails': ''}, 'exceptionname': 'APINGException'}}
Full Response: {'jsonrpc': '2.0',


Comment