anki/anki
Damien Elmes 7df402b006 catch full mpv request queue
presumably happening if multiple requests are sent before previous
response fetch times out

Caught exception:
  File "aqt/webview.py", line 314, in handler
  File "aqt/editor.py", line 351, in <lambda>
  File "aqt/addcards.py", line 225, in afterSave
  File "aqt/addcards.py", line 231, in doClose
  File "aqt/addcards.py", line 210, in _reject
  File "anki/sound.py", line 417, in clearAudioQueue
  File "anki/sound.py", line 117, in clearQueue
  File "anki/mpv.py", line 558, in command
  File "anki/mpv.py", line 352, in _send_request
  File "anki/mpv.py", line 311, in _send_message
<class 'anki.mpv.MPVTimeoutError'>: unable to put request
2019-04-21 18:56:11 +10:00
..
importing tidy up unused imports 2019-03-04 17:25:19 +10:00
template use raw strings for regexs 2019-03-04 17:03:43 +10:00
__init__.py bump version 2019-03-11 14:36:19 +10:00
cards.py update copyright and clarify licenses 2019-02-05 14:01:33 +10:00
collection.py ensure the list of note types is not empty 2019-04-21 18:02:12 +10:00
consts.py tidy up unused imports 2019-03-04 17:25:19 +10:00
db.py update copyright and clarify licenses 2019-02-05 14:01:33 +10:00
decks.py tidy up unused imports 2019-03-04 17:25:19 +10:00
errors.py fix some warnings 2019-03-04 16:01:10 +10:00
exporting.py add option to strip html in export 2019-03-05 08:57:53 +10:00
find.py update copyright and clarify licenses 2019-02-05 14:01:33 +10:00
hooks.py update copyright and clarify licenses 2019-02-05 14:01:33 +10:00
lang.py use raw strings for regexs 2019-03-04 17:03:43 +10:00
latex.py fix some warnings 2019-03-04 16:01:10 +10:00
media.py tidy up unused imports 2019-03-04 17:25:19 +10:00
models.py ensure the list of note types is not empty 2019-04-21 18:02:12 +10:00
mpv.py catch full mpv request queue 2019-04-21 18:56:11 +10:00
notes.py update copyright and clarify licenses 2019-02-05 14:01:33 +10:00
sched.py fix some warnings 2019-03-04 16:01:10 +10:00
schedv2.py fix some warnings 2019-03-04 16:01:10 +10:00
sound.py another attempt to preventing mpv from accessing standard config 2019-04-09 15:32:44 +10:00
stats.py Update stats.py 2019-03-11 15:12:21 +10:00
statsbg.py update copyright and clarify licenses 2019-02-05 14:01:33 +10:00
stdmodels.py update copyright and clarify licenses 2019-02-05 14:01:33 +10:00
storage.py tidy up unused imports 2019-03-04 17:25:19 +10:00
sync.py tidy up unused imports 2019-03-04 17:25:19 +10:00
tags.py tidy up unused imports 2019-03-04 17:25:19 +10:00
utils.py keep json in utils for add-on compat 2019-03-06 07:18:26 +10:00