-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Description
When submitting usage data via npx viberank (v1.0.3), the server rejects submissions containing dates in 2026 with the error:
Error: Future date detected: 2026-03-13
These are real usage dates — today is March 13, 2026. The server-side date validation appears to have a hardcoded or misconfigured cutoff that treats 2026 dates as "future."
Steps to Reproduce
- Generate usage data:
npx ccusage@latest --json > cc.json - Submit:
npx viberank - Confirm submission
Expected Behavior
Submission succeeds since the dates reflect actual current usage.
Actual Behavior
✖ Failed to submit to Viberank
Error: Future date detected: 2026-03-13
Environment
- viberank: v1.0.3
- ccusage: latest
- OS: macOS
- Date: 2026-03-13
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels