cooltrain7 / Planetside-2-API-Tracker

An unofficial repository for Planetside 2 (PS2) Census API Examples, Issues, and Wiki. Collected and Maintained by members of the PS2 API Community.
http://census.daybreakgames.com/
33 stars 8 forks source link

Briggs still returned in Collections (Remove Request) #1

Open cooltrain7 opened 4 years ago

cooltrain7 commented 4 years ago

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 commented 3 years ago

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 commented 1 year ago

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

_Partially fixed, it was removed from realtime when teamid was added