In World of Warships part of Public API there is an endpoint with information about ranked seasons in WoWS - https://developers.w...s/seasons/info/
A few days ago something happened and the endpoint does not return valid data. It returns only:
{
"status": "error",
-"error": {
"code": 504,
"message": "SOURCE_NOT_AVAILABLE",
"field": null,
"value": null
}
}
Can You fix this please?