-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: The Front doesn't return players #443
Comments
Hello, please use the issue templates.
Maybe the server doesn't report players or that GameDig doesn't properly parse it if it does.
By adding |
I tested again and the players still don't come up. Here's the debug:
|
It seems that the game doesn't provide any players-related data, as in the info query it says 0 ( |
Ok, keep me informed :) |
Update: no response unfortunately. |
BattleMetrics must be using RCON to get players data. I've tried using
Full query response:
|
Any update on this bug ? |
Unfortunately no, we would have to look if RCON provides this data and if so add this feature when we get RCON rolling into the lib. |
I confirm that I still have the same issue today |
RCON is still not something implemented in Gamedig, so if RCON is still needed to get the players then there is no change to be made unfortunately. |
Any update on this ? |
When I query my server using the CLI (25504 is the query port) :
gamedig --type thefront 45.90.161.17:25504
I get :
But 1 player is connected.
What can be the problem ? Or how to debug this ?
The text was updated successfully, but these errors were encountered: