-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Automation Failure: Daily Data Update
Failure Type: Enhanced Data Update Process
Timestamp: 2025-08-06T15:07:08.585Z
Workflow Run: 16780820319
Failure Context
- Data Fetch Success: true
- Authentication Used: No
- Backup Created: true
- Output File Valid: true
- Raw Data Valid: true
- Models Processed: 1121
- Raw Models Found: 501
Error Details
The enhanced daily GGUF model data update workflow failed. This workflow includes:
- Authenticated Hugging Face API requests
- Verbose logging for detailed diagnostics
- Comprehensive data verification
- Automatic backup management
- Enhanced error reporting
Affected Components
- Data files (data/raw_models_data.json, gguf_models.json)
- Backup management (data/backups/)
- Data verification and integrity checks
- Dependencies
- Deployment
- Tests
Enhanced Diagnostics Available
- Verbose Logging: Check workflow logs for detailed execution information
- Data Verification: Review backup creation and file integrity checks
- Authentication Status: Verify HF_TOKEN secret configuration
- Backup Management: Check backup directory and cleanup operations
Recommended Actions
- Check Enhanced Logs: Review verbose output from simplified_gguf_fetcher.py
- Verify Authentication: Ensure HF_TOKEN secret is properly configured
- Check Data Integrity: Review backup and verification step outputs
- API Status: Verify Hugging Face API accessibility and rate limits
- Disk Space: Ensure sufficient space for data and backup files
- Backup Recovery: Use latest backup if data corruption occurred
Configuration Details
- Script Command:
python scripts/simplified_gguf_fetcher.py --verbose --token [REDACTED] - Spam Filtering: Enabled with integrated processing
- Backup Management: Enabled with automatic cleanup (keep 5 most recent)
- Data Verification: JSON validation and model count verification
- Retry Logic: 3 attempts with exponential backoff (5min, 10min, 20min)
Next Steps
- Review enhanced workflow logs for specific error messages
- Check backup files in data/backups/ for recovery options
- Verify HF_TOKEN secret is valid and has appropriate permissions
- Re-run the workflow manually once issues are resolved
- Consider temporary --disable-spam-filter flag if spam filtering is causing issues