mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
friendly proxy authentication error
This commit is contained in:
parent
f18af5d365
commit
5144de39dd
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ AnkiWeb is too busy at the moment. Please try again in a few minutes.""")
|
||||||
elif "10060" in err:
|
elif "10060" 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 "407" in err:
|
||||||
|
return _("Proxy authentication required.")
|
||||||
return err
|
return err
|
||||||
|
|
||||||
def _getUserPass(self):
|
def _getUserPass(self):
|
||||||
|
|
Loading…
Reference in a new issue