Skip to content

🐞 Bug Report: invalid voice settings: voice not found (code 10010) #90

@doni404

Description

@doni404

🐞 Bug Report: invalid voice settings: voice not found (code 10010)

Summary

When starting a streaming avatar session, the API returns an error even when following the SDK documentation.
The response shows:

{
  "code": 10010,
  "message": "invalid voice settings: voice not found"
}

Expected Behavior

The session should start successfully, using either:

  • the specified voiceId, or
  • the avatar’s default voice if none is provided.

Actual Behavior

The request fails with code 10010 even when:

  • voiceId is set to a valid ID (checked via /voices endpoint), or
  • the voice field is omitted entirely.
Image Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions