Skip to main content

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 failed
  • Invalid license key
  • Services fail to start
Quick Fix:
1

Verify License Key

Check for extra spaces, quotes, or line breaks
Should be exact length without whitespace
2

Test Manually

Contact license server directly:
3

Contact Support

If key appears correct:Email: support@smallest.aiInclude: License key, error logs

Image Pull Failed

Symptoms:
  • ImagePullBackOff
  • unauthorized: authentication required
  • manifest unknown
Quick Fix:

Model Download Failed

Symptoms:
  • Lightning ASR stuck at startup
  • Failed to download model
  • Connection timeout
Quick Fix:
  1. Verify URL:
  2. Check disk space:
    Need at least 30 GB free
  3. Test network:
  4. Increase timeout (Kubernetes):

Runtime Issues

High Latency

Symptoms:
  • Requests taking >1 second
  • Slow transcription
  • Timeouts
Quick Fix:
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
Increase if needed:
Or in Kubernetes:

Out of Memory

Symptoms:
  • Pod killed (exit code 137)
  • OOMKilled status
  • Memory errors in logs
Quick Fix:
  1. Increase memory limit:
  2. Check memory leaks:
  3. Restart pod:

Connection Refused

Symptoms:
  • Cannot connect to API
  • Connection refused
  • Service unavailable
Quick Fix:
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:
  1. Reduce HPA stabilization:
  2. Check metrics available:
  3. Verify node capacity:

Request Queue Building Up

Symptoms:
  • Increasing active requests
  • Users experiencing delays
  • HPA shows high metrics
Quick Fix:
  1. Manual scale up:
  2. Check autoscaling limits:
  3. Add cluster capacity:

Data Issues

Transcription Quality Poor

Symptoms:
  • Low confidence scores
  • Incorrect transcriptions
  • Missing words
Quick Fix:
  1. Check audio quality:
    • Sample rate: 16 kHz minimum (44.1 kHz recommended)
    • Format: WAV or FLAC preferred
    • Channels: Mono for best results
  2. Enable punctuation:
  3. 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 activated
  • Connection to license server failed
  • Services still working but warnings
Quick Fix:
  1. Test connectivity:
  2. Check firewall rules:
    • Allow outbound HTTPS (port 443)
    • Whitelist api.smallest.ai
  3. Review network policies (Kubernetes):
  4. Monitor grace period:

Slow Downloads

Symptoms:
  • Model download taking >30 minutes
  • Audio file upload slow
Quick Fix:
  1. Use faster network:
    • AWS S3 in same region
    • CloudFront CDN
  2. Enable parallel downloads:
  3. Use shared storage (Kubernetes):

Quick Diagnostics

One-Command Health Check

Collect All Logs

Test Transcription

Getting Help

If issues persist:

Debugging Guide

Advanced debugging techniques

Logs Analysis

Interpret logs and error messages

Contact Support

Email: support@smallest.aiInclude:
  • Error logs
  • System information
  • Steps to reproduce