You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API returns the following response: {"status": 0, "error_message": "local variable 'file' referenced before assignment"}
This error appears when we send the following POST body: { "name": "wp-manager", "IP": "IPSERVER" }
It seems there may be an issue with the internal processing of this API call, which is preventing our add-ons from functioning as expected due to a failure in license validation.
Operating system:
Ubuntu 22.04 LTS
CyberPanel version:
2.3.7
Additional context
Due to this error, we are currently unable to use our add-ons in CyberPanel, significantly impacting our workflow. We hope for a quick resolution to restore functionality.
The text was updated successfully, but these errors were encountered:
Describe the bug
We are encountering an error when calling the license validation API at https://platform.cyberpersons.com/CyberpanelAdOns/Adonpermission.
The API returns the following response:
{"status": 0, "error_message": "local variable 'file' referenced before assignment"}
This error appears when we send the following POST body:
{ "name": "wp-manager", "IP": "IPSERVER" }
It seems there may be an issue with the internal processing of this API call, which is preventing our add-ons from functioning as expected due to a failure in license validation.
Operating system:
Ubuntu 22.04 LTS
CyberPanel version:
2.3.7
Additional context
Due to this error, we are currently unable to use our add-ons in CyberPanel, significantly impacting our workflow. We hope for a quick resolution to restore functionality.
The text was updated successfully, but these errors were encountered: