mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
catch err 10054
This commit is contained in:
parent
c5df294a28
commit
8769a6daf0
1 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,8 @@ AnkiWeb is too busy at the moment. Please try again in a few minutes.""")
|
||||||
elif "10061" in err or "10013" in err or "10053" 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 "10054" in err:
|
||||||
|
return _("Connection timed out. Either your internet connection is experiencing problems, or you have a very large file in your media folder.")
|
||||||
elif "Unable to find the server" in err:
|
elif "Unable to find the server" in err:
|
||||||
return _(
|
return _(
|
||||||
"Server not found. Either your connection is down, or antivirus/firewall "
|
"Server not found. Either your connection is down, or antivirus/firewall "
|
||||||
|
|
Loading…
Reference in a new issue