mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
Api status doesnt show up and allocations says null_resource #254
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
It should display both issues:
"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?
@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?

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.@rmartinoscar commented on GitHub (Feb 12, 2025):
@rmartinoscar commented on GitHub (Feb 12, 2025):
He must have forgotten the read on Allocation

