#I also started getting this error from
1 messages · Page 1 of 1 (latest)
This wasn't an error from our api tho
Hi @lunar horizon, I have the same error here :
ElevenLabsError: Response body object should not be disturbed or locked
at AudioIsolation.<anonymous> ([...]/node_modules/.pnpm/elevenlabs@0.14.0/node_modules/elevenlabs/api/resources/audioIsolation/client/Client.js:98:27)`
Here is my code:
async isolateVoiceFromAudio(audioFilePath: string) {
try {
console.debug('Isolating voice from audio....');
const response =
await this.elevenLabsClient.audioIsolation.audioIsolation({
audio: fs.createReadStream(audioFilePath),
});
console.debug('Voice isolated from audio.');
return response;
} catch (err) {
console.error('Error in isolateVoiceFromAudio:', err);
throw new InternalServerErrorException('Error during voice isolation');
}
i ended up upgrading from v1 sdk to v2 sdk and it went away. not sure if there was an issue with the v1 sdk or just coincidence
@warped wigeon @vestal cave we had an outage yesterday status.elevenlabs.io which impacted all our services, do you still see the error?
It was 1 year ago. Today I have nothing.