Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Crash Event Chrome on Linux #2

Open
bardicreels opened this issue Sep 14, 2024 · 0 comments
Open

BUG: Crash Event Chrome on Linux #2

bardicreels opened this issue Sep 14, 2024 · 0 comments

Comments

@bardicreels
Copy link
Contributor

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

bardicreels added a commit to bardicreels/create-simli-app that referenced this issue Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant