List Servers API not returning status #338

Closed
opened 2026-02-05 17:27:11 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @JoanFo1456 on GitHub (May 14, 2025).

Current Behavior

When doing a query to list servers /application/servers if it's not reinstall_failed, every status returns as null.

Expected Behavior

It should return the correct values, such as starting, started, stopped, missing...

Steps to Reproduce

Open panel api / http request, do a request to the application/servers endpoint and if a server is not reinstall failed, it won't appear any status.

Panel Version

beta21(canary)

Wings Version

beta13(canary)

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs


Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @JoanFo1456 on GitHub (May 14, 2025). ### Current Behavior When doing a query to list servers /application/servers if it's not reinstall_failed, every status returns as null. ### Expected Behavior It should return the correct values, such as starting, started, stopped, missing... ### Steps to Reproduce Open panel api / http request, do a request to the application/servers endpoint and if a server is not reinstall failed, it won't appear any status. ### Panel Version beta21(canary) ### Wings Version beta13(canary) ### Games and/or Eggs Affected _No response_ ### Docker Image _No response_ ### Error Logs ```bash ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@notAreYouScared commented on GitHub (May 14, 2025):

This is expected.

@notAreYouScared commented on GitHub (May 14, 2025): This is expected.
Author
Owner

@JoanFo1456 commented on GitHub (May 14, 2025):

What do you mean, that you can't fetch actual status of the server like online? That was useful on some cases...

@JoanFo1456 commented on GitHub (May 14, 2025): What do you mean, that you can't fetch actual status of the server like online? That was useful on some cases...
Author
Owner

@notAreYouScared commented on GitHub (May 14, 2025):

/resources is the end point you should be using on the client api to get the current state of a server. Its always been that way.

We dont store the server state in the database

@notAreYouScared commented on GitHub (May 14, 2025): /resources is the end point you should be using on the client api to get the current state of a server. Its always been that way. We dont store the server state in the database
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#338