mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Undefined array key "disk_total" #282
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 @PalmarHealer on GitHub (Mar 21, 2025).
Originally assigned to: @notAreYouScared on GitHub.
Current Behavior
There is a 500 error when adding a new node.
Expected Behavior
No error.
Steps to Reproduce
Add a new Error
Panel Version
canary (
82b0aff)Wings Version
does not apply
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@PalmarHealer commented on GitHub (Mar 21, 2025):
This even works in the Demo panel. Just add a new node.
@PalmarHealer commented on GitHub (Mar 21, 2025):
And I have the problem in the 1.0.0-beta18 version aswell
@notAreYouScared commented on GitHub (Mar 21, 2025):
Stop wings, and make sure you copy the config file correctly
@PalmarHealer commented on GitHub (Mar 21, 2025):
But how can i get the config when this happens?
@notAreYouScared commented on GitHub (Mar 21, 2025):
So the issue is that somthing is responding to the panel with a JSON response and it's not wings... So it catching whatever reply it's getting and not the actual wings response.
You can apply the fix in #1144, or shutdown whatever is responding on the ip/port or website you typed in.