mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
report firewall error
This commit is contained in:
parent
e6e703536e
commit
c78c16dd4a
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,9 @@ Please upgrade to the latest version of Anki.""")
|
||||||
AnkiWeb is too busy at the moment. Please try again in a few minutes.""")
|
AnkiWeb is too busy at the moment. Please try again in a few minutes.""")
|
||||||
elif "409" in err:
|
elif "409" in err:
|
||||||
return _("A previous sync failed; please try again in a few minutes.")
|
return _("A previous sync failed; please try again in a few minutes.")
|
||||||
|
elif "10060" in err:
|
||||||
|
return _(
|
||||||
|
"Antivirus or firewall software is preventing Anki from connecting to the internet.")
|
||||||
return err
|
return err
|
||||||
|
|
||||||
def _getUserPass(self):
|
def _getUserPass(self):
|
||||||
|
|
Loading…
Reference in a new issue