mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
catch windows firewall issue
This commit is contained in:
parent
15ca733f14
commit
7d71170a33
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ Anki manual for more information.""")
|
|||
self.mw.progress.clear()
|
||||
if "abortSchemaMod" in error:
|
||||
return
|
||||
if "10013" in error:
|
||||
return showWarning(_("Your firewall or antivirus program is preventing Anki from creating a connection to itself. Please add an exception for Anki."))
|
||||
if "Pyaudio not" in error:
|
||||
return showWarning(_("Please install PyAudio"))
|
||||
if "install mplayer" in error:
|
||||
|
|
Loading…
Reference in a new issue