From abb3e5d5d0a63a20933f1770e03e87e756439d35 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 5 Oct 2022 22:51:15 -0400 Subject: Audio certificate error notification (#2243) * Refactor error throwing and change ID * Show a notification when an audio download fails due to an expired cert --- ext/issues.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'ext/issues.html') diff --git a/ext/issues.html b/ext/issues.html index df6e6135..a436222e 100644 --- a/ext/issues.html +++ b/ext/issues.html @@ -25,7 +25,7 @@

Yomichan Issues

-

Audio download failed due to possible extension permissions error (Chrome)

+

Audio download failed due to possible extension permissions error (Chrome)

@@ -42,6 +42,21 @@

+

Audio download failed due to an expired server certificate

+
+
+

+ If a website failes to keep its HTTPS certificate up to date, + downloads can fail because the browser flags the connection as insecure. + This has happened occasionally for some websites that Yomichan interacts with, + and the issue is usually resolved within a day. +

+

+ This issue is a server-side issue that Yomichan doesn't have control over. +

+
+
+

Audio download was cancelled due to an idle timeout

-- cgit v1.2.3