friendly msg for 10053 error

This commit is contained in:
Damien Elmes 2013-11-27 23:02:03 +09:00
parent 0372f30220
commit 9b02f71abf

View file

@ -167,7 +167,7 @@ AnkiWeb is too busy at the moment. Please try again in a few minutes.""")
return _("504 gateway timeout error received. Please try temporarily disabling your antivirus.") return _("504 gateway timeout error received. Please try temporarily disabling your antivirus.")
elif "code: 409" in err: elif "code: 409" in err:
return _("Only one client can access AnkiWeb at a time. If a previous sync failed, please try again in a few minutes.") return _("Only one client can access AnkiWeb at a time. If a previous sync failed, please try again in a few minutes.")
elif "10061" in err or "10013" in err: elif "10061" in err or "10013" in err or "10053" in err:
return _( return _(
"Antivirus or firewall software is preventing Anki from connecting to the internet.") "Antivirus or firewall software is preventing Anki from connecting to the internet.")
elif "Unable to find the server" in err: elif "Unable to find the server" in err: