Skip to content

Inconsistent Results Returned by aios-cli hive points (Points Always 0.00, Tier/Uptime/Allocation Fluctuate) #32

@Tako-liu

Description

@Tako-liu

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

  1. Run the aios-cli hive points command multiple times in the terminal.
  2. Observe that the Tier, Uptime, and Allocation values fluctuate with each output, while Points consistently shows 0.00.

Expected Results

  • Points should 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions