#I also started getting this error from

1 messages · Page 1 of 1 (latest)

half stream
#

Its fixed now .. Thanks to whoever fixed it :))

lunar horizon
#

This wasn't an error from our api tho

vestal cave
# lunar horizon 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');
    }
wicked totem
#

i got the same error

#

all of a sudden

#

getting it from speech to text

wicked totem
#

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

lunar horizon
#

@warped wigeon @vestal cave we had an outage yesterday status.elevenlabs.io which impacted all our services, do you still see the error?

vestal cave
#

It was 1 year ago. Today I have nothing.