From 45ae2cbbfb447b123739194a1ddc79766170b377 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 12 Feb 2013 02:06:03 +0900 Subject: [PATCH] another firewall error --- aqt/sync.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aqt/sync.py b/aqt/sync.py index 392dc5227..15b5fb62e 100644 --- a/aqt/sync.py +++ b/aqt/sync.py @@ -132,6 +132,10 @@ AnkiWeb is too busy at the moment. Please try again in a few minutes.""") elif "10061" in err or "10013" in err: return _( "Antivirus or firewall software is preventing Anki from connecting to the internet.") + elif "Unable to find the server": + return _( + "Server not found. Either your connection is down, or antivirus/firewall " + "software is blocking Anki from connecting to the internet.") elif "407" in err: return _("Proxy authentication required.") elif "collection sanity check failed" in err: