Skip to content

Chivalry 2: Issue with List Players api. #26

Description

@oppsig

https://api.nitrado.net/services/:id/gameservers/games/players

When using this API endpoint there is an issue when requesting player names.
For some players, there is missing characters.
What keyset is used to encode player names over the api? Utf-8?

I also get the same faults reading player names over the ip:RCON port, so it's probably an underlying issue.

For some users, names are ok, but others have missing characters.

Also could you add PlayFabId to this datastructe returned from this endpoint?
Would really help a lot to fix bad Display Names.

{
    "status": "success",
    "data": {
        "players": [
            {
                "name": "Mystic",
                "online": true,
                "actions": []
             },

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions