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
By the way, replacing the current code for elevenlabs package gives this error:
Speech generation error: ElevenLabsError: this.readableStream.getReader is not a function
at TextToSpeech.<anonymous> (eliza/node_modules/elevenlabs/api/resources/textToSpeech/client/Client.js:253:27)
at Generator.next (<anonymous>)
at fulfilled (eliza/node_modules/elevenlabs/api/resources/textToSpeech/client/Client.js:31:58)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Describe the bug
When attempting to produce speech using elevenlabs, from my discord bot, there is an error regarding
getReader is not a function
.https://github.com/ai16z/eliza/blob/81d027327ebba82ef3ed473d0e914c90e18e362d/packages/plugin-node/src/services/speech.ts#L126C1-L126C16
I attempted to replace the fetch call with the official elevenlabs js package but wasn't successful
To Reproduce
Expected behavior
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: