From f056fda81a732ef524f15ee1fd2adfc91cf4a984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Fri, 22 May 2026 21:20:24 +0400 Subject: [PATCH] =?UTF-8?q?v72:=20alert=20=D0=BF=D1=80=D0=B8=20=D0=BE?= =?UTF-8?q?=D1=88=D0=B8=D0=B1=D0=BA=D0=B5=20=D1=82=D1=80=D0=B0=D0=BD=D1=81?= =?UTF-8?q?=D0=BA=D1=80=D0=B8=D0=BF=D1=86=D0=B8=D0=B8=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D0=BE=D1=82=D0=BB=D0=B0=D0=B4=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/index.html | 3 ++- js/main.js | 2 +- js/transcribe.js | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/index.html b/dist/index.html index b6d540e..6aff42b 100644 --- a/dist/index.html +++ b/dist/index.html @@ -274,6 +274,7 @@ async function transcribe(blob) { return data.error ? { text: '', error: data.error } : { text: data.text || '', error: null }; } catch(e) { console.log('[HTTP] ERR', e); + alert('Ошибка транскрипции: ' + (e.message || e)); return { text: '', error: 'network' }; } } @@ -693,7 +694,7 @@ async function doCompare(blob, originalText, duration) {