Discussions

Ask a Question
Answered

LiveAvatar /v1/sessions/start returning 500 for valid FULL-mode persona (token succeeds, start fails)

I’m building a fullscreen Electron + React client that talks directly to the LiveAvatar API. I obtain a session token successfully via POST https://api.liveavatar.com/v1/sessions/token (mode FULL, with explicit avatar_id, context_id, voice_id, language). Immediately afterward, when the SDK calls POST https://api.liveavatar.com/v1/sessions/start using that token, the API responds with HTTP 500 “Internal server error”. Because /start never succeeds, follow-up calls to /v1/sessions/stop understandably return 404 “Session not found”.

Answered

Internal server error (500) - Using Embed

We have an event this morning with 500+ attendees, where a solution with LiveAvatar is a big part of the exhibition.
It looks like an CORS issue between some of your internal servers.
Please let us know when it will be fixed.

Answered

Getting "Internal Server Error" when starting the liveavatar session via my app

{"code":5000,"data":null,"message":"Internal server error"}

Answered

Getting the Internal Server Error

I'm getting internal server error while starting the session```

Getting NO Audio , NO LipSync

I have created Full mode and joined room , Video is not visible just static image is visible and can't head audio that i am sending

Answered

Getting "Internal Server Error" when starting the liveavatar session

{  
  "code": 5000,  
  "data": null,  
  "message": "Internal server error"  
}
Answered

ElevenLabs v3 with the Streaming API.

Are there any plans to offer ElevenLabs v3 as a "Streaming API"? If not, please consider it.

Answered

Intro message getting cut

When setting up an intro message in a custom context and launching the avatar in my app the intro’s first couple of words are getting cut. I also noted the GitHub demo also has the same issue. Is there a way to delay the intro message until the video/avatar is fully loaded?

Answered

Contexts not being deleted after sessions despite calling deleteContext

Our app uses the LiveAvatar API to create and delete contexts. When a session ends, we call stopSession and then deleteContext(dynamicContextId) in that order. Despite this, our LiveAvatar dashboard shows many contexts (175+), and the count keeps growing.
What might cause deleteContext not to remove contexts in practice? For example, could the delete fail because it runs too soon after stopSession, or are there other requirements (auth, timing, rate limits, etc.) that we might be missing? We want to ensure contexts are cleaned up when sessions end.

Answered

Delete A session

Hey guys, I want to delete a session. I recorded unwanted transcript and i wanted to delete a session permanently.