From 310303ca1a123a77f9bd116af4dc64ad9c3256c5 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 20 Aug 2022 11:17:24 -0400 Subject: Audio download timeout (#2187) * Add support for an idle timeout when downloading audio * Update eslint rules * Pass idleTimeout to the downloader from DisplayAnki * Add anki.downloadTimeout setting * Update tests * Assign _audioDownloadIdleTimeout using settings * Show info about cancelled downloads * Handle Firefox bug * Improve audio errors * Refactor * Move functions to RequestBuilder --- ext/issues.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ext/issues.html') diff --git a/ext/issues.html b/ext/issues.html index 4d74ae76..df6e6135 100644 --- a/ext/issues.html +++ b/ext/issues.html @@ -42,6 +42,18 @@ +

Audio download was cancelled due to an idle timeout

+
+
+

+ Audio files can be downloaded from remote servers when creating Anki cards, + and sometimes these downloads can stall due to server or internet connectivity issues. + The Idle download timeout setting on the settings page + specifies a time limit for stalled downloads. +

+
+
+ -- cgit v1.2.3