I'm not sure if the issue is coming from the extension or the add on, but the error is coming from the Anki side. Tried different computers and browsers but the same issue, I get stacking errors in anki when trying to make a condensed audio file. This is the debug report:
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 on the add-on support site.
Debug info:
Anki 2.1.49 (dc80804a) Python 3.8.6 Qt 5.14.2 PyQt 5.14.2
Platform: Windows 10
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2022-04-24 13:16:27
ERROR:tornado.application:Uncaught exception POST /condense (127.0.0.1)
HTTPServerRequest(protocol='http', host='127.0.0.1:44432', method='POST', uri='/condense', version='HTTP/1.1', remote_ip='127.0.0.1')
Traceback (most recent call last):
File "C:\Users\matth\AppData\Roaming\Anki2\addons21\1846879528\lib\shared\tornado\web.py", line 1702, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "C:\Users\matth\AppData\Roaming\Anki2\addons21\1846879528\migaku_connection\audio_condenser.py", line 74, in post
elif self.can_condense():
File "C:\Users\matth\AppData\Roaming\Anki2\addons21\1846879528\migaku_connection\audio_condenser.py", line 21, in can_condense
return self.connection.ffmpeg.is_available()
File "C:\Users\matth\AppData\Roaming\Anki2\addons21\1846879528\migaku_connection\ffmpeg_manager.py", line 41, in is_available
return self.program_path is not None and self.ffprobe_path is not None
AttributeError: 'ProgramManager' object has no attribute 'ffprobe_path'
ERROR:tornado.access:500 POST /condense (127.0.0.1) 1.99ms