Skip to content

Images Not Generating (Illustration Pipeline Failure) #146

@CyberSecDef

Description

@CyberSecDef

Problem

Illustrations are not being generated. The UI shows "No illustrations were generated." despite image API requests being made.

Log entries show requests are sent to https://api.openai.com/v1/images/generations with model gpt-image-1-mini, but no images appear in the UI.

Log Evidence

{
  "timestamp": "2026-04-06 17:28:29",
  "type": "image_request",
  "url": "https://api.openai.com/v1/images/generations",
  "model": "gpt-image-1-mini",
  "prompt": "A towering vertical lattice of colossal skyscrapers..."
}
{
  "timestamp": "2026-04-06 17:28:41",
  "type": "image_request",
  "url": "https://api.openai.com/v1/images/generations",
  "model": "gpt-image-1-mini",
  "prompt": "A claustrophobic sealed chamber lit by strobing flares..."
}

Requires investigation into whether the API is returning errors, the response format has changed, or the download/save step is failing.

Metadata

Metadata

Labels

bugSomething isn't workingpriority:lowLow priority

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions