You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
npm run start
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
The text was updated successfully, but these errors were encountered:
bardicreels
added a commit
to bardicreels/create-simli-app
that referenced
this issue
Sep 14, 2024
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:
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
The text was updated successfully, but these errors were encountered: