update
Browse files
app.py
CHANGED
|
@@ -704,8 +704,8 @@ def mcp_agent_pipeline(niche, style, num_variations=1):
|
|
| 704 |
except:
|
| 705 |
pass # Silently fail if can't copy to gallery
|
| 706 |
else:
|
| 707 |
-
|
| 708 |
-
|
| 709 |
|
| 710 |
if not created_videos:
|
| 711 |
status_log.append("\n❌ All video creations failed")
|
|
|
|
| 704 |
except:
|
| 705 |
pass # Silently fail if can't copy to gallery
|
| 706 |
else:
|
| 707 |
+
error_msg = creation_result.get("message", "Unknown error")
|
| 708 |
+
status_log.append(f" ⚠️ Variation {i+1} failed: {error_msg}")
|
| 709 |
|
| 710 |
if not created_videos:
|
| 711 |
status_log.append("\n❌ All video creations failed")
|