Andrewcpu/elevenlabs-api

Getting error code 400 in /v1/speech-to-speech API from android for new added voice

Closed this issue · 1 comments

We get the new added voice on fetching the voices, but when we try to use that voice in speech to speech transformation we get the following error :

Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of java.io.InputStream (no Creators, like default constructor, exist): abstract types either need to be mapped to concrete types, have custom deserializer, or contain additional type information
at [Source: (String)"{"detail":{"status":"voice_does_not_exist","message":"A voice with voice_id DJfO3mfSaig9bYh34Kcb does not exist."}}"; line: 1, column: 1]

Speech to speech API hasnt been released yet fully. Please read the top of the readme before opening an issue