Files
Coder 287fe2b820
All checks were successful
build-and-publish / build-test (push) Successful in 27s
build-and-publish / publish (push) Has been skipped
fix(telegram-remote): poll Whishper through status 1 (processing)
Whishper job lifecycle: 0=created, 1=processing (tens of seconds),
2/3=finished. The poll loop treated any status != -1 as terminal and
threw 'job finished without text (status 1)' mid-transcription. Keep
polling on -1/0/1; only finished statuses with empty text are errors.
2026-08-27 22:34:28 +07:00

3.6 KiB