Server logs showed /api/analyze-characters succeeding on every attempt but /api/voice-design never once being called - the bulk voice-design loop accessed rehState.cast[sp].voice unguarded right after that (multi-second, for a large cast) request resolved. Any cast-entry change during that window threw an uncaught TypeError, silently killing the whole run with no toast, no further requests, and the button stuck disabled. Guarded the access and wrapped the remaining flow in try/catch/finally so failures are visible and the UI always resets. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2 lines
8 B
Plaintext
2 lines
8 B
Plaintext
1.12.99
|