Skip to content

BUG: Crash Event Chrome on Linux #2

@bardicreels

Description

@bardicreels

Title: TypeError: SimliClient.Initialize is not a function

Classification: Bug - Incorrect Method Call

Description:
The AvatarInteraction component attempts to call a non-existent 'Initialize' method on the SimliClient instance. This results in a TypeError when trying to initialize the Simli avatar.

Steps to Reproduce:

  1. npm run start
  2. go to localhost
    3
    Expected Behavior:
    SimliClient should initialize successfully

Actual Behavior:
TypeError is thrown: "simliClientRef.current.Initialize is not a function"

Proposed Fix:
Remove the call to the non-existent 'Initialize' method. Use the 'start' method when ready to begin the interaction, typically in response to a user action.
localhost-1726329141184.log

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