Ive been getting a bunch of UNEXPECTED_ERROR responses from a listMarketProfitAndLoss request, which have been increasing in number of the past few weeks.
Getting these errors make it appear that i havent been matched, but once i check my P/L through the website, it says that i was actually matched
anyone shed any light on this issue?
below is an actual example of the raw messages from yesterday
{
"jsonrpc": "2.0",
"method": "SportsAPING/v1.0/listMarketProfitAndLoss",
"params": {
"marketIds": ["2.101172491"],
"includeSettledBets": false,
"includeBspBets": false,
"netOfCommission": true
},
"id": 1
}
{
"jsonrpc": "2.0",
"error": {
"code": -32099,
"message": "ANGX-0006",
"data": {
"exceptionname": "APINGException",
"APINGException": {
"errorDetails": "",
"errorCode": "UNEXPECTED_ERROR",
"requestUUID": "prdang019-02231809-000315e176"
}
}
},
"id": 1
}
Getting these errors make it appear that i havent been matched, but once i check my P/L through the website, it says that i was actually matched
anyone shed any light on this issue?
below is an actual example of the raw messages from yesterday
{
"jsonrpc": "2.0",
"method": "SportsAPING/v1.0/listMarketProfitAndLoss",
"params": {
"marketIds": ["2.101172491"],
"includeSettledBets": false,
"includeBspBets": false,
"netOfCommission": true
},
"id": 1
}
{
"jsonrpc": "2.0",
"error": {
"code": -32099,
"message": "ANGX-0006",
"data": {
"exceptionname": "APINGException",
"APINGException": {
"errorDetails": "",
"errorCode": "UNEXPECTED_ERROR",
"requestUUID": "prdang019-02231809-000315e176"
}
}
},
"id": 1
}


Comment