diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-10-05 22:51:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 22:51:15 -0400 |
commit | abb3e5d5d0a63a20933f1770e03e87e756439d35 (patch) | |
tree | 789bf4e69bad247ad9a535673c6ac9bdf079f9fe /ext/issues.html | |
parent | f76c7d74d076b53d2f17ef4d234d4fa894bbf611 (diff) |
Audio certificate error notification (#2243)
* Refactor error throwing and change ID
* Show a notification when an audio download fails due to an expired cert
Diffstat (limited to 'ext/issues.html')
-rw-r--r-- | ext/issues.html | 17 |
1 files changed, 16 insertions, 1 deletions
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 @@ <h1>Yomichan Issues</h1> - <h2 id="audio-download-failed">Audio download failed due to possible extension permissions error <em>(Chrome)</em></h2> + <h2 id="audio-download-failed-permissions-error">Audio download failed due to possible extension permissions error <em>(Chrome)</em></h2> <div class="settings-group"> <div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> <p> @@ -42,6 +42,21 @@ </div></div></div></div> </div> + <h2 id="audio-download-failed-expired-server-certificate">Audio download failed due to an expired server certificate</h2> + <div class="settings-group"> + <div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> + <p> + 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. + </p> + <p> + This issue is a server-side issue that Yomichan doesn't have control over. + </p> + </div></div></div></div> + </div> + <h2 id="audio-download-idle-timeout">Audio download was cancelled due to an idle timeout</h2> <div class="settings-group"> <div class="settings-item"><div class="settings-item-inner"><div class="settings-item-left"><div class="settings-item-label"> |