I’ve installed using the latest node v8 as documented above, but TTS isn’t working. I’ve copied my settings.json with my voicerss api key from the old PI, but when I try to get it to speak, although the browser replys “success”, I get no speech and the following error on the PI
announce file for phrase “lounge” does not seem to exist, downloading
2021-01-16T16:37:09.895Z ERROR
{ error: ‘action ‘tts’ not found’ }
2021-01-16T16:37:10.027Z ERROR
{ error: ‘action ‘tts’ not found’ }
Interestingly, I think the presets would work, on the old PI it hangs, on this one it errors in the same way as a simple “say” command.
I’ve tried upgrading to node 11.5 and now get the following
2021-01-16T17:53:31.882Z INFO http server listening on 0.0.0.0 port 5005
2021-01-16T17:53:39.261Z ERROR
{ error: “action ‘tts’ not found” }
(node:1460) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
2021-01-16T17:53:39.273Z ERROR
{ error: “action ‘tts’ not found” }