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

Creating session failure #4

Open
youngrichu opened this issue Feb 5, 2024 · 7 comments
Open

Creating session failure #4

youngrichu opened this issue Feb 5, 2024 · 7 comments

Comments

@youngrichu
Copy link

After I enter the AvatarName and VoiceID, when I try to create a session it gets stuck on "Creating new session... please wait" and in the console log I get the below error: " Failed to load resource: the server responded with a status of 401 ()"

@germanfndez
Copy link

Same here!

@kazmaw
Copy link

kazmaw commented Mar 7, 2024

Same here.
If I remove the avater_name and voice parameters from the body of newSession it works.

StreamingAvatar/index.js

Lines 195 to 198 in 3ec29dc

avatar_name,
voice: {
voice_id: voice_id,
},

@oskrocha
Copy link

I've encountered the same issue as previously reported. The functionality works as expected when not using an AvatarID and VoiceID. However, when these are provided, the following error is thrown in the console when creating a new session:

Uncaught (in promise) TypeError: Cannot destructure property 'sdp' of 'sessionInfo' as it is undefined. at HTMLButtonElement.createNewSession (index.js:40:16)

@pechaut78
Copy link

If you look at the pricing, it says: custom streaming avatar if you have the creator level, so I guess that explains it.

@MohitPanpaliya
Copy link

After removing the avatar avater_name and voice parameters from the body of newSession
then I try to give different avatar Id's, it didn't showed different Avatars, it only showed the same girl speaking in her language .
Can anyone suggest how to try with different avatars or why am i unable to do it ?

@ari7cr
Copy link

ari7cr commented Jun 11, 2024

last week it worked for me, now suddenly the same issue..

@MohitPanpaliya
Copy link

If you look at the pricing, it says: custom streaming avatar if you have the creator level, so I guess that explains it.

With Creator Plan you can use the custom avatar, but still I am unable to change the voice even if I put in different voice_id.
Can anyone explain this ?

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

7 participants