Read the statement by Michael Teeuw here.
MMM-voice
-
Evening everyone,
I just installed MMM-voice and everything appears to have installed correctly. However after starting MM the module shows ERROR next to microphone. Are there logs I can look for or how can I troubleshoot the issue?
Thank you
-
@funkdafied there is an error.log file in the modules directory. If it contains only numbers please add
debug: true
to your config. This will generate a detailed debug.log file. -
Here is the output from the debug.log:
pocketsphinx_continuous: error while loading shared libraries: libpocketsphinx.so.3: cannot open shared object file: No such file or directory
Here is the output from the error.log:
127127127127127
Since it appears that pocketsphinx is having an issue does any have any suggestions on how to correct the problem?
Thank you
-
@funkdafied a user reported this on github lately as well https://github.com/fewieden/MMM-voice/issues/8#issuecomment-296431212 can you check your bashrc file
-
@strawberry-3.141
After a reinstall I’m still getting the error. Any additional suggestions? -
@funkdafied a user solved it on github 2 hours ago by himself, you might want to try if it works for you as well https://github.com/fewieden/MMM-voice/issues/8#issuecomment-297020666
-
Thank you for the link. I’m not sure where I need to add the sudo command. I added it to the dependencies.sh
# exporting paths echo -e "\e[96m[STEP 4/6] Exporting paths\e[0m" echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib" >> ~/.bashrc echo "sudo ldconfig" echo "export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig" >> ~/.bashrc
But I don’t believe that was the correct location. Please advise.
Thank you
-
@funkdafied he didnt modify the installer, he just put those commands into the terminal