Hacker News new | past | comments | ask | show | jobs | submit login

I just tried the docker command from the readme to test it and unfortunately it's not working :(

docker run -it -p 59125:59125 -v "${HOME}/.local/share/mycroft/mimic3:/home/mimic3/.local/share/mycroft/mimic3" 'mycroftai/mimic3'

UI loads but when I click on the speak button I get this error: PermissionError: [Errno 13] Permission denied: '/home/mimic3/.local/share/mycroft/mimic3/voices'




sudo chmod a+rwx "${HOME}/.local/share/mycroft/mimic3"

fixed it for me


Unless you really want to make files executable, you should probably try:

'chmod a+rwX'

The capital X is meant to only add the execute bit to directories.


Thanks it's working for me too :)




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: