From d2cc36ea0ed431787c7cb1a965283d7e75822666 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Fri, 24 Apr 2026 13:58:45 -0500 Subject: [PATCH] chore(ttsreader): bump image to v202604241345longsegfix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hotfix for two live render errors: - Kokoro chapter render failed with "count ('-1') must be non-negative" — streaming-WAV chunk-size sentinel (0xFFFFFFFF) read as -1. - Piper render timed out on book-chapter paragraphs with no sentence punctuation — one giant segment exceeded the 2-min timeout. Source fix: FlowerCore.TtsReader@826589b. 153/153 tests green. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/fc-ttsreader/fc-ttsreader.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fc-ttsreader/fc-ttsreader.yaml b/apps/fc-ttsreader/fc-ttsreader.yaml index d65b735..19460a3 100644 --- a/apps/fc-ttsreader/fc-ttsreader.yaml +++ b/apps/fc-ttsreader/fc-ttsreader.yaml @@ -142,7 +142,7 @@ spec: fsGroupChangePolicy: OnRootMismatch containers: - name: web - image: localhost/fc-ttsreader-web:v202604241332 + image: localhost/fc-ttsreader-web:v202604241345longsegfix imagePullPolicy: Never ports: - containerPort: 5217