I'm trying to send the recognized commands to a file. The idea is to have a (more or less) complete transcript of what was said in a sim. My addon logs what is produced with TTS, but I need to include what the user says.
To interweave that, I enabled "execute command on recognized speech", to send recognized commands to a file. The addon can 'tail' that file to monitor what commands the user gives. I've already tried it for unrecognized commands which was rather useless, I've got too bad of an accent in English apparently :-), but for recognized commands it fails.
I get a "File not written (file already exists)" error, while everything seems to be set up fine (append to file).
Any ideas to resolve this ?