XaiJu
Shigeyuki
Shigeyuki

patreon


Doomanki - Beta (Download page)

How to use

== Change log ==

2023/04/24 First release Doomanki.ankiaddon 54.0 MB

===↓↓↓Download↓↓↓===

Thank you for supporting me! If you like this add-on, please hit the heart button. Enjoy Anki!

Doomanki - Beta (Download page)

Comments

Hello thank you for reporting the problem, I'll look into it.

Shigeyuki

^ also getting this error message as well: Error An error occurred. Please start Anki while holding down the shift key, which will temporarily disable the add-ons you have installed. If the issue only occurs when add-ons are enabled, please use the Tools > Add-ons menu item to disable some add-ons and restart Anki, repeating until you discover the add-on that is causing the problem. When you've discovered the add-on that is causing the problem, please report the issue to the add-on author. Debug info: Anki 2.1.65 (aa9a734f) Python 3.9.15 Qt 6.5.0 PyQt 6.5.0 Platform: macOS-14.5-arm64-i386-64bit Flags: frz=True ao=True sv=3 Add-ons, last update check: 2024-08-18 12:15:47 Add-ons possibly involved: ⁨Doomanki, AnkiHub⁩ Exception in thread Thread-6: Traceback (most recent call last): File "threading", line 980, in _bootstrap_inner File "/Users/mike/Library/Application Support/Anki2/addons21/1322529746/lib/sentry_sdk/integrations/threading.py", line 69, in run reraise(*_capture_exception()) File "/Users/mike/Library/Application Support/Anki2/addons21/1322529746/lib/sentry_sdk/_compat.py", line 54, in reraise raise value File "/Users/mike/Library/Application Support/Anki2/addons21/1322529746/lib/sentry_sdk/integrations/threading.py", line 67, in run return old_run_func(self, *a, **kw) File "threading", line 917, in run File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/mediathreads.py", line 41, in _thread_run self.run() File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/mediathreads.py", line 120, in run filled = player.refill_buffer() File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/adaptation.py", line 238, in refill_buffer self._refill(write_size) File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/adaptation.py", line 257, in _refill self._queue_audio_data(audio_data, length) File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/adaptation.py", line 286, in _queue_audio_data buf = self.alsource.get_buffer() File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/interface.py", line 236, in get_buffer return self.buffer_pool.get_buffer() File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/interface.py", line 469, in get_buffer return self.get_buffers(1)[0] File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/interface.py", line 481, in get_buffers b = self._create_buffer() File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/interface.py", line 499, in _create_buffer self._check_error('Error allocating buffer.') File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/interface.py", line 37, in _check_error raise OpenALException(message=message, pyglet.media.drivers.openal.interface.OpenALException: OpenAL Exception [40963: b'Invalid Value']: Error allocating buffer. Exception in threading.excepthook: Exception ignored in thread started by: > Traceback (most recent call last): File "threading", line 937, in _bootstrap File "threading", line 982, in _bootstrap_inner File "threading", line 1264, in invoke_excepthook AttributeError: 'ErrorHandler' object has no attribute 'flush' Exception ignored in sys.unraisablehook: AttributeError: 'ErrorHandler' object has no attribute 'flush'

mootcourt

Hi, loving this addon! I keep getting this error message however: Error An error occurred. Please start Anki while holding down the shift key, which will temporarily disable the add-ons you have installed. If the issue only occurs when add-ons are enabled, please use the Tools > Add-ons menu item to disable some add-ons and restart Anki, repeating until you discover the add-on that is causing the problem. When you've discovered the add-on that is causing the problem, please report the issue to the add-on author. Debug info: Anki 2.1.65 (aa9a734f) Python 3.9.15 Qt 6.5.0 PyQt 6.5.0 Platform: macOS-14.5-arm64-i386-64bit Flags: frz=True ao=True sv=3 Add-ons, last update check: 2024-08-18 10:41:38 Add-ons possibly involved: ⁨Doomanki⁩ Caught exception: Traceback (most recent call last): File "aqt.taskman", line 122, in _on_closures_pending File "aqt.taskman", line 71, in File "aqt.taskman", line 90, in wrapped_done File "aqt.operations", line 125, in wrapped_done File "aqt.reviewer", line 460, in after_answer File "aqt.reviewer", line 473, in _after_answering File "_aqt.hooks", line 3982, in __call__ File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/__init__.py", line 103, in answer_sound pyglet_play_sound(file_path + file_name) File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/__init__.py", line 82, in pyglet_play_sound sound_effect(file_path) File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/play_sound.py", line 47, in sound_effect sound_effect.play() File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/codecs/base.py", line 230, in play player.play() File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/player.py", line 216, in play self._set_playing(True) File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/player.py", line 165, in _set_playing self._create_audio_player() File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/player.py", line 334, in _create_audio_player self._audio_player = audio_driver.create_audio_player(source, self) File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/adaptation.py", line 31, in create_audio_player return OpenALAudioPlayer(self, source, player) File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/adaptation.py", line 128, in __init__ self._refill(self.ideal_buffer_size) File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/adaptation.py", line 257, in _refill self._queue_audio_data(audio_data, length) File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/adaptation.py", line 286, in _queue_audio_data buf = self.alsource.get_buffer() File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/interface.py", line 236, in get_buffer return self.buffer_pool.get_buffer() File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/interface.py", line 469, in get_buffer return self.get_buffers(1)[0] File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/interface.py", line 481, in get_buffers b = self._create_buffer() File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/interface.py", line 499, in _create_buffer self._check_error('Error allocating buffer.') File "/Users/mike/Library/Application Support/Anki2/addons21/Doomanki/bundle/pyglet/media/drivers/openal/interface.py", line 37, in _check_error raise OpenALException(message=message, pyglet.media.drivers.openal.interface.OpenALException: OpenAL Exception [40963: b'Invalid Value']: Error allocating buffer.

mootcourt

Thank you for the support and feedback! :-) I too thought the wind sound was not very pleasant, for now I am thinking of separating the BGM into a different add-on.

Shigeyuki

it's great! i wish there were more options for background sounds (like a river, quiet jungle) i find the sound of the wind annoying lol

Abufit Club


More Creators