Planetside-2-API-Tracker icon indicating copy to clipboard operation
Planetside-2-API-Tracker copied to clipboard

Briggs still returned in Collections (Remove Request)

Open cooltrain7 opened this issue 5 years ago • 2 comments

The Briggs Server (WorldID 25) is still returned in collections such as Worlds. As Briggs is now a closed server its no longer needed.

Worlds Collection still contains

{
    "world_id": "25",
    "state": "locked",
    "name": 
    {
    "en": "Briggs",
    }
}

cooltrain7 avatar Sep 22 '20 17:09 cooltrain7

After a recent update to the API briggs is once again being returned inconsistently in the Stream API. It looks like its being returned from a single node on the API. If you get the node thats returning briggs you will get serviceStateChanged messages, as well as heartbeat messages containing briggs.

{"detail":"EventServerEndpoint_Briggs_25","online":"false","service":"event","type":"serviceStateChanged"}
{"online":{"EventServerEndpoint_Briggs_25":"false","EventServerEndpoint_Cobalt_13":"true","EventServerEndpoint_Connery_1":"true","EventServerEndpoint_Emerald_17":"true","EventServerEndpoint_Jaeger_19":"true","EventServerEndpoint_Miller_10":"true","EventServerEndpoint_Soltech_40":"true"},"service":"event","type":"heartbeat"}

cooltrain7 avatar Feb 26 '21 16:02 cooltrain7

[DBG]MangoBean - Planetside discord, api-dev channel:

Partially fixed, it was removed from realtime when team_id was added

cooltrain7 avatar Dec 08 '22 20:12 cooltrain7