Common Issues
Overview
This guide provides quick solutions to the most common issues encountered with Smallest Self-Host across Docker and Kubernetes deployments.
Installation Issues
License Key Invalid
Symptoms:
License validation failedInvalid license key- Services fail to start
Quick Fix:
Image Pull Failed
Symptoms:
ImagePullBackOffunauthorized: authentication requiredmanifest unknown
Quick Fix:
Docker
Kubernetes
Model Download Failed
Symptoms:
- Lightning ASR stuck at startup
Failed to download modelConnection timeout
Quick Fix:
-
Verify URL:
-
Check disk space:
Need at least 30 GB free
-
Test network:
-
Increase timeout (Kubernetes):
Runtime Issues
High Latency
Symptoms:
- Requests taking >1 second
- Slow transcription
- Timeouts
Quick Fix:
Check GPU Utilization
If GPU util < 50%:
- Model not loaded properly
- CPU bottleneck
- Check logs for errors
If GPU util > 90%:
- Scale up replicas
- Add more GPU nodes
Check Resource Limits
Increase if needed:
Enable GPU Persistence Mode
Or in Kubernetes:
Out of Memory
Symptoms:
- Pod killed (exit code 137)
OOMKilledstatus- Memory errors in logs
Quick Fix:
-
Increase memory limit:
-
Check memory leaks:
-
Restart pod:
Connection Refused
Symptoms:
- Cannot connect to API
Connection refused- Service unavailable
Quick Fix:
Check Services Running
Verify Endpoints
Check Firewall
All should be Running or Up
Performance Issues
Slow Autoscaling
Symptoms:
- HPA not scaling fast enough
- Pods stuck in Pending
- Cluster Autoscaler delayed
Quick Fix:
-
Reduce HPA stabilization:
-
Check metrics available:
-
Verify node capacity:
Request Queue Building Up
Symptoms:
- Increasing active requests
- Users experiencing delays
- HPA shows high metrics
Quick Fix:
-
Manual scale up:
-
Check autoscaling limits:
-
Add cluster capacity:
Data Issues
Transcription Quality Poor
Symptoms:
- Low confidence scores
- Incorrect transcriptions
- Missing words
Quick Fix:
-
Check audio quality:
- Sample rate: 16 kHz minimum (44.1 kHz recommended)
- Format: WAV or FLAC preferred
- Channels: Mono for best results
-
Enable punctuation:
-
Verify correct language:
Missing Timestamps
Symptoms:
- No word-level timing data
- Unable to sync with video
Quick Fix:
Enable timestamps in request:
Response will include:
Network Issues
Cannot Reach License Server
Symptoms:
Grace period activatedConnection to license server failed- Services still working but warnings
Quick Fix:
-
Test connectivity:
-
Check firewall rules:
- Allow outbound HTTPS (port 443)
- Whitelist
console-api.smallest.ai
-
Review network policies (Kubernetes):
-
Monitor grace period:
Slow Downloads
Symptoms:
- Model download taking >30 minutes
- Audio file upload slow
Quick Fix:
-
Use faster network:
- AWS S3 in same region
- CloudFront CDN
-
Enable parallel downloads:
-
Use shared storage (Kubernetes):
Quick Diagnostics
One-Command Health Check
Collect All Logs
Test Transcription
Getting Help
If issues persist:

