Api status doesnt show up and allocations says null_resource #254

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

Originally created by @TinyBrickBoy on GitHub (Feb 10, 2025).

Originally assigned to: @Boy132 on GitHub.

Current Behavior

In the API, the server status doesn't show up, and the allocations display "null_resource."

Expected Behavior

in the api the server status should be displayed, and the allocations should show the server's port and IP address.

Steps to Reproduce

If you're using the newest Panel and Wings, log in as an admin and check the following API endpoint:

/api/application/servers/{serverid}?include=allocations

It should display both issues:

  • The server status doesn't show up.
  • The allocations return "null_resource".

Panel Version

1.0.0-beta17

Wings Version

1.0.0-beta9

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.
Originally created by @TinyBrickBoy on GitHub (Feb 10, 2025). Originally assigned to: @Boy132 on GitHub. ### Current Behavior In the API, the server status doesn't show up, and the allocations display "null_resource." ### Expected Behavior in the api the server status should be displayed, and the allocations should show the server's port and IP address. ### Steps to Reproduce If you're using the newest Panel and Wings, log in as an admin and check the following API endpoint: ``` /api/application/servers/{serverid}?include=allocations ``` It should display both issues: - The server status doesn't show up. - The allocations return `"null_resource"`. ### Panel Version 1.0.0-beta17 ### Wings Version 1.0.0-beta9 ### 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.
Author
Owner

@Boy132 commented on GitHub (Feb 12, 2025):

Can't reproduce that. What type of api key are you using? How are you making the request?
Image

Also, the server status is not the status of the container (e.g. running, starting, offline) but the status of the server in the panel, e.g. installing, transfering.

@Boy132 commented on GitHub (Feb 12, 2025): Can't reproduce that. What type of api key are you using? How are you making the request? ![Image](https://github.com/user-attachments/assets/c3a31ed1-0632-4181-be90-87dc0ae2653c) Also, the server status is _not_ the status of the container (e.g. `running`, `starting`, `offline`) but the status of the server in the panel, e.g. `installing`, `transfering`.
Author
Owner

@rmartinoscar commented on GitHub (Feb 12, 2025):

Image
Image

@rmartinoscar commented on GitHub (Feb 12, 2025): ![Image](https://github.com/user-attachments/assets/0d8fbe47-4c8f-48d9-bb7e-3232a1b38fcb) ![Image](https://github.com/user-attachments/assets/e08e9450-a0c7-41d1-a49f-202367394762)
Author
Owner

@rmartinoscar commented on GitHub (Feb 12, 2025):

He must have forgotten the read on Allocation
Image
Image

@rmartinoscar commented on GitHub (Feb 12, 2025): He must have forgotten the read on Allocation ![Image](https://github.com/user-attachments/assets/3bfaa21d-16db-404c-8240-9e3c201a9550) ![Image](https://github.com/user-attachments/assets/8e57d809-6658-49bf-9904-f342e78895c7)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#254