Discussions

Ask a Question
Back to All

Web Socket keeps disconnecting.

I am using the SDK,

import StreamingAvatar, { AvatarQuality, StreamingEvents, VoiceEmotion, TaskType } from '@heygen/streaming-avatar';

I am creating the request and calling this method:

const sessionInfo = await streamingAvatar.createStartAvatar({
    quality: AvatarQuality.High,
    avatarName: avatarId,
    knowledgeId: knowledgeId,
    voice: {
        voiceId: voiceId,
        rate: 1,
        emotion: VoiceEmotion.FRIENDLY,
    },
    language: language,
});

I keep getting error:

I have no idea what is happening and why the web socket keeps disconnecting.