mimic3 icon indicating copy to clipboard operation
mimic3 copied to clipboard

Mimic3 not working after reboot

Open TJH58 opened this issue 1 year ago • 12 comments

I installed and built Mimic3 source on a Manjaro Linux machine. After installed the source, everything worked fine. After reboot, I get the following error when trying to use a simple command:

[tim@tim-pc ~]$ mimic3 "Hello World!" Reading text from stdin... INFO:mimic3_tts.tts:Loaded voice from /usr/share/mycroft/mimic3/voices/en_UK/apope_low ALSA lib dlmisc.c:339:(snd_dlobj_cache_get0) Cannot open shared library libasound_module_pcm_pulse.so (/usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so: cannot open shared object file: No such file or directory) aplay: main:831: audio open error: No such device or address Traceback (most recent call last): File "mimic3.py", line 40, in File "mimic3_tts/main.py", line 129, in main File "mimic3_tts/main.py", line 481, in process_lines File "mimic3_tts/main.py", line 512, in play_wav_bytes File "subprocess.py", line 424, in check_output File "subprocess.py", line 528, in run subprocess.CalledProcessError: Command '['aplay', '-q', '/tmp/tmpl417ya40.wav']' returned non-zero exit status 1. [1624] Failed to execute script 'mimic3' due to unhandled exception!

I then created the folder and copied the file here: /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_pulse.so, but it just tells me another module that's missing.

TJH58 avatar Mar 30 '23 13:03 TJH58