From 7d71170a33c364ded6a620009659d6e09ced9f2f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 9 Jul 2017 13:26:50 +1000 Subject: [PATCH] catch windows firewall issue --- aqt/errors.py | 2 ++ 1 file changed, 2 insertions(+) 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: