-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Issue Description
When executing the aios-cli hive points command multiple times, the returned values (Tier, Uptime, Allocation) are inconsistent, and Points always remains at 0.00. This suggests a potential logical error or data synchronization issue.
Reproduction Steps
- Run the
aios-cli hive pointscommand multiple times in the terminal. - Observe that the Tier, Uptime, and Allocation values fluctuate with each output, while
Pointsconsistently shows0.00.
Expected Results
Pointsshould be calculated based on Tier/Uptime/Allocation to obtain a non-zero value.- Executing the command multiple times under the same conditions should return consistent results (or only slight fluctuations within a reasonable range).
Actual Results
Below are examples of outputs from three consecutive executions (values are clearly inconsistent):
# First Execution
Points: 0.00
Multiplier: 1.00
Tier: 5
Uptime: 221
Allocation: 1986422
# Second Execution (shortly after)
Points: 0.00
Multiplier: 1.00
Tier: 5
Uptime: 13 # Uptime drops sharply
Allocation: 2097152
# Third Execution (further fluctuation)
Points: 0.00
Multiplier: 1.00
Tier: 3 # Tier decreases
Uptime: 0 # Uptime resets to zero
Allocation: 8428873
<img width="761" alt="Image" src="https://github.com/user-attachments/assets/15f72667-a248-45e5-93db-0953e046ad3a" />
Metadata
Metadata
Assignees
Labels
No labels