mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 22:57:11 -05:00
friendly msg for 10053 error
This commit is contained in:
parent
0372f30220
commit
9b02f71abf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
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.")
|
||||
elif "10061" in err or "10013" in err:
|
||||
elif "10061" in err or "10013" in err or "10053" in err:
|
||||
return _(
|
||||
"Antivirus or firewall software is preventing Anki from connecting to the internet.")
|
||||
elif "Unable to find the server" in err:
|
||||
|
|
|
|||
Loading…
Reference in a new issue