lloesche / valheim-server-docker

Valheim dedicated gameserver with automatic update, World backup, BepInEx and ValheimPlus mod support
https://hub.docker.com/r/lloesche/valheim-server
Apache License 2.0
1.94k stars 272 forks source link

Name missing from status.json #425

Closed CWSpear closed 2 years ago

CWSpear commented 2 years ago

The status.json seems to be updated timely, but it's missing the names. We were hoping to use it to quickly tell who's online, etc, but everyone is "".

{
  "last_status_update": "2021-12-06T06:37:49.339136+00:00",
  "error": null,
  "server_name": "My Server",
  "server_type": "d",
  "platform": "l",
  "player_count": 2,
  "password_protected": true,
  "vac_enabled": false,
  "port": 1111,
  "steam_id": 11111111111111111,
  "keywords": "1.111.1@1.1.1",
  "game_id": 111111,
  "players": [
    { "name": "", "score": 0, "duration": 534.55029296875 },
    { "name": "", "score": 0, "duration": 484.1844787597656 }
  ]
}
TheHades commented 2 years ago

This is not a bug within the docker container. See https://github.com/lloesche/valheim-server-docker/issues/391#issuecomment-914541460

CWSpear commented 2 years ago

As I dug more, I was beginning to think that that was the case! Thanks for the update. Hopefully it's something that can be resolved someday. :)