Guides
Troubleshooting
Common production issues and how to resolve them quickly.
Guides
Common production issues and how to resolve them quickly.
| Symptom | Likely Cause | Action |
|---|---|---|
| Job stays processing for too long | Queue backlog or large media | Poll with backoff and set timeout guardrails |
| 401/invalid_api_key | Wrong key or key disabled | Rotate key and verify environment mapping |
| 402/insufficient_credits | Account credits below required amount | Top up credits before retry |
| Loss of fine details | Model/format mismatch | Try original or pro, use higher source quality, avoid aggressive compression |
| Flicker between frames | Scene complexity + unstable segmentation | Use original/pro, avoid aggressive post smoothing, test on representative clips |
{
"incident_time": "2026-04-20T10:00:00Z",
"job_id": "job_xxx",
"model": "pro",
"output_format": "webm",
"symptom": "flicker / detail loss / timeout",
"http_status": 500,
"error_code": "internal_error",
"request_id": "req_xxx",
"source_video_meta": {
"duration_s": 12.3,
"resolution": "1920x1080",
"codec": "h264"
}
}