Ensure your earnings automation runs flawlessly with these diagnostic insights and system upkeep schedules.


Common Issues & Solutions

1. Charts Not Generating

Symptoms: Workflow completes, but chart images missing or stuck in processing

Diagnostics:

1. Check fal.ai API authorization header format (Key {API_KEY}:{SECRET})
2. Verify Image Gen Status node returns valid request_id
3. Look for COMPLETED status never reached (timeout or queue failure)
4. Inspect Nano Banana Pro prompt formatting (must be valid JSON)

Solutions:


2. Gamma Presentation Fails to Generate

Symptoms: Deck content created but Gamma API returns error or times out

Diagnostics:

1. Check Gamma API key validity (X-API-KEY header)
2. Verify pitch_deck text doesn't exceed Gamma's character limit (~50k)
3. Inspect JSON formatting - escaped quotes, newlines, or special chars
4. Confirm no_of_deck matches actual slide count in markdown
5. Look for status = failed or error message in API response

Solutions: