wAIfu-DEV / w-AI-fu_v2

Best way to create your own AI Vtuber/Streamer ! (Openai or NovelAI)
https://www.youtube.com/@Hilda-AI-VTuber
GNU General Public License v3.0
8 stars 3 forks source link

Unable to connect to eventsubs #20

Closed Excelsus999 closed 10 months ago

Excelsus999 commented 10 months ago

I manage to make the bot read twitch chat but still don't read subs/follows etc...

imagen_2023-11-18_013353362

xxandeer commented 10 months ago
    if (
        wAIfu.state?.auth.twitch.twitchapp_clientid === "" ||
        wAIfu.state?.auth.twitch.twitchapp_secret === ""
    ) {
        IO.warn(
            "Could not connect to Twitch EventSub.\nw-AI-fu will continue without reading follows, subs and bits.\nFollow this tutorial to enable the feature: https://github.com/wAIfu-DEV/w-AI-fu/wiki/Follower,-Subscribers,-Bits-interactions"
        );
        return false;
    }

Do you have enter any values from clientid and secrets in the config?

wAIfu-DEV commented 10 months ago

The 2 other instances where this message appears are there but it boils down to the ClientID and/or Secret not being correct image

Excelsus999 commented 10 months ago

Yes I have the clientid an the secret set up } LOL

Excelsus999 commented 10 months ago

I Resolve it but still got the Websockets connection unused error