diff --git a/aqt/errors.py b/aqt/errors.py index 7508a67ae..5a01f2db1 100644 --- a/aqt/errors.py +++ b/aqt/errors.py @@ -70,6 +70,8 @@ Anki manual for more information.""") "other programs are not using the audio device.")) if "invalidTempFolder" in error: return showWarning(self.tempFolderMsg()) + if "Beautiful Soup is not an HTTP client" in error: + return if "disk I/O error" in error: return showWarning(_("""\ An error occurred while accessing the database.