Troubleshooting
Authentication
Session expired.→higgsfield auth loginStored credentials are for ... but current environment ...→higgsfield auth loginfor the current API URL.Not authenticated.→ firsthiggsfield auth login.
Validation
Missing required params: prompt— user gave no prompt. Ask.Missing required params: mediason Virality Predictor (brain_activity) — pass exactly one video via--video <path-or-id>. Virality Predictor does not need--prompt.Invalid values: <param>=<v> (allowed: ...)— pick from allowed enum.Unknown params: <name>— schema doesn't accept this flag. Runhiggsfield model get <jst>and check.
Job lifecycle
Job ended with status "failed"— server-side failure. Often prompt content / safety. Try rephrasing.nsfw/ip_detected— content policy. Rephrase.Timeout after 10m— model is slow today. Bump--timeout 30mor retry.
Rate limits
Higgsfield API error (HTTP 429) — too many requests. Back off.
CloudFlare / DataDome
If Failed to decode response. Body: <html>...captcha-delivery... appears, the server's anti-bot fired. Wait 30s and retry. If persistent, ping the team.
Cost
higgsfield generate cost <jst> ... returns credit estimate without submitting. Useful when the user asks "how much will this cost?".
For workflows, use higgsfield generate cost workflow <workflow_name> ..., for example higgsfield generate cost workflow reframe --duration 7.1 --resolution 1080p. Do not use higgsfield generate workflow cost ....