diff --git a/aqt/errors.py b/aqt/errors.py index 082857eaf..b32369c30 100644 --- a/aqt/errors.py +++ b/aqt/errors.py @@ -67,6 +67,8 @@ Anki manual for more information.""") self.mw.progress.clear() if "abortSchemaMod" in error: return + if "10013" in error: + return showWarning(_("Your firewall or antivirus program is preventing Anki from creating a connection to itself. Please add an exception for Anki.")) if "Pyaudio not" in error: return showWarning(_("Please install PyAudio")) if "install mplayer" in error: