-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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": []
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels