Hi!
I still get exception a lot when calling getAccountFunds
I've got 87 times since 16:30 today
They all look like
2015-11-02 16:39:42.996 RPC.Get_JSON_Reply : posting:
2015-11-02 16:39:43.190 RPC.Get_JSON_Reply : Got reply:
2015-11-02 16:39:43.190 RPC. : error.code -32099
2015-11-02 16:39:43.191 RPC. : APINGException.errorCode UNEXPECTED_ERROR
2015-11-02 16:39:43.191 RPC. : Error.Message AANGX-0003
times is in CET
Last successful call is at 2015-11-02 16:29:37.325
Then all failures
Then it works again at
2015-11-02 17:15:36.862
/Björn
I still get exception a lot when calling getAccountFunds
I've got 87 times since 16:30 today
They all look like
2015-11-02 16:39:42.996 RPC.Get_JSON_Reply : posting:
Code:
{
"method": "AccountAPING/v1.0/getAccountFunds",
"jsonrpc": "2.0",
"id": 15,
"params": {
}
}
2015-11-02 16:39:43.190 RPC.Get_JSON_Reply : Got reply:
Code:
{
"id": 15,
"jsonrpc": "2.0",
"error": {
"code": -32099,
"data": {
"AccountAPINGException": {
"requestUUID": "prdaan002-10281041-0003568c77",
"errorCode": "UNEXPECTED_ERROR",
"errorDetails": ""
},
"exceptionname": "AccountAPINGException"
},
"message": "AANGX-0003"
}
}
2015-11-02 16:39:43.191 RPC. : APINGException.errorCode UNEXPECTED_ERROR
2015-11-02 16:39:43.191 RPC. : Error.Message AANGX-0003
times is in CET
Last successful call is at 2015-11-02 16:29:37.325
Then all failures
Then it works again at
2015-11-02 17:15:36.862
/Björn


Comment