You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're welcome! This is a Docker issue. I think you have to pass --tmpfs /tmp to the docker run command, otherwise it creates it's own private copy of /tmp.
It happened to me first when I tried the recipe launch_program.
Do you think this should be fixed on the docs? Or in the recipe?
If it is just updating the docs, I can create a PR if it makes sense.
Hi! This issue is weird and I don't know where to begin.
The problem is that
voice2json
can't read temporary files.This might be not an issue of
voice2json
but I just don't have a clue.I run
voice2json
through docker. I'm using ubuntu 21.In the graphic below I first run
aplay
with the audio file and works, then I runvoice2json
and it can't find the file.If the audio file is in my home directory, the file is played 🤷🏼
I set the permissions for the audio file to 777, but that didn't work either.
Any help is welcome.
Thanks for your great work,
voice2json
is awesome.The text was updated successfully, but these errors were encountered: